]> git.proxmox.com Git - qemu.git/commit
qxl: unbreak after memory API conversion
authorAlon Levy <alevy@redhat.com>
Tue, 9 Aug 2011 20:53:34 +0000 (23:53 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 10 Aug 2011 15:27:21 +0000 (17:27 +0200)
commitc5f3dabba974aeea36726aaf5a7a5509ee705370
tree95bb709a9a53cebc74545566fd71688c5e06b03a
parentbe48e9951214a78ebef025cefecfc77be3d1c13c
qxl: unbreak after memory API conversion

Break is only noticable with newer spice-server library (0.8.2 release
or 0.9.0 and newer on master branch).

ioport_write's val was changed from uint32_t to uint64_t, this
broke two printfs. Use PRId64 instead of %d.

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c