]> git.proxmox.com Git - qemu.git/commit
vga: Fix type of lfb/map_addr/end.
authorRichard Henderson <rth@twiddle.net>
Tue, 14 Jun 2011 19:53:08 +0000 (12:53 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 23 Jul 2011 16:19:02 +0000 (11:19 -0500)
commit0fe28e0d9f549fab79793d3fa2f139e643d3f134
tree43caf4cc6558becfcc5620e9c8cf91f708e615db
parent6e1db57b2ac9025c2443c665a0d9e78748637b26
vga: Fix type of lfb/map_addr/end.

These addresses have been passed through pci_to_cpu_addr,
and thus need to be full target_phys_addr_t.

Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/vga_int.h