qemu-e2k/target-i386
Qiao Nuohan bff63471ce target-i386: Fix mask of pte index in memory mapping
Function walk_pte() needs pte index to calculate virtual address.
However, pte index of PAE paging or IA-32e paging is 9 bit, so the mask
should be 0x1ff.

Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
Reviewed-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2013-05-31 09:02:31 -04:00
..
2013-02-19 23:05:18 -08:00
2013-05-06 22:27:49 +02:00
2013-02-27 19:06:28 +00:00
2012-01-23 20:04:51 +00:00
2013-02-27 19:06:28 +00:00
2012-08-14 19:01:26 +00:00
2013-04-13 13:51:57 +02:00
2013-02-16 11:12:29 +00:00