]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-i386: support long addresses for 4MB pages (PSE-36)
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 May 2014 10:31:28 +0000 (12:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 14:10:35 +0000 (16:10 +0200)
commitde431a655a7560d834e1187d6b30cb6b1946e90c
tree085bf9b180855f2aff029a9955b0d776f178568e
parenteaad03e47206882229d184c83488142cba243917
target-i386: support long addresses for 4MB pages (PSE-36)

4MB pages can use 40-bit addresses by putting the higher 8 bits in bits
20-13 of the PDE.  Bit 21 is reserved.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c
target-i386/helper.c