summaryrefslogtreecommitdiff
path: root/iohandler.c
diff options
context:
space:
mode:
authorWen Congyang <wency@cn.fujitsu.com>2012-12-22 15:13:54 +0800
committerLuiz Capitulino <lcapitulino@redhat.com>2013-01-09 15:12:20 -0200
commit6ad53bdf5830bfc30221aee8d4ced9a9eaf8fe03 (patch)
treeb7db31edc04799a878b0a4ec10f1f7bab4d25355 /iohandler.c
parent7cd5da7eef152a533c5774effd2e7bbfa5976c86 (diff)
downloadqemu-6ad53bdf5830bfc30221aee8d4ced9a9eaf8fe03.tar.gz
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>
Diffstat (limited to 'iohandler.c')
0 files changed, 0 insertions, 0 deletions