qemu-e2k/target-i386
Wen Congyang 6ad53bdf58 target-i386: fix bits 39:32 of the final physical address when using 4M page
((pde & 0x1fe000) << 19) is the bits 39:32 of the final physical address, and
we shouldn't use unit32_t to calculate it. Convert the type to hwaddr to fix
this problem.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2013-01-09 15:12:20 -02:00
..
2012-12-20 23:08:47 +01:00
2012-10-01 08:04:22 -05:00
2012-01-23 20:04:51 +00:00
2012-08-14 19:01:26 +00:00
2012-08-14 19:01:25 +00:00