]> git.proxmox.com Git - qemu.git/commit
hw/qxl: qxl_dirty_surfaces: use uintptr_t
authorAlon Levy <alevy@redhat.com>
Sun, 7 Oct 2012 15:03:35 +0000 (17:03 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 30 Nov 2012 21:39:56 +0000 (15:39 -0600)
commit472da83043f72e1730fe93332c55eca357bb6982
tree503194607f2bd6c244be33ce564f5a2298b658d1
parent85c91ea7e2500d44a8381a6018f3f7e9aab1abe6
hw/qxl: qxl_dirty_surfaces: use uintptr_t

As suggested by Paolo Bonzini, to avoid possible integer overflow issues.

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit c5825ac6c861bfe1a4adfa27517931b56079e298)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/qxl.c