Re: [Qemu-devel] [PATCH 1/2] qxl: unbreak after memory API conversion

2011-08-10 Thread Gerd Hoffmann
On 08/09/11 22:53, Alon Levy wrote: 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. Added to the spice patch queue. thanks,

[Qemu-devel] [PATCH 1/2] qxl: unbreak after memory API conversion

2011-08-09 Thread Alon Levy
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 --- hw/qxl.c |5 +++-- 1 files changed, 3 inserti