]> Git Repo - qemu.git/commit - hw/qxl.c
qxl: unbreak after memory API conversion
authorAlon Levy <[email protected]>
Tue, 9 Aug 2011 20:53:34 +0000 (23:53 +0300)
committerGerd Hoffmann <[email protected]>
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 <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/qxl.c
This page took 0.02508 seconds and 4 git commands to generate.