Re: [Qemu-devel] [PATCH] hw/qxl: Fix format string errors

2011-09-04 Thread Alon Levy
On Sat, Sep 03, 2011 at 02:48:25PM +0100, Peter Maydell wrote: > Fix format string errors causing compile failure on 32 bit hosts > when spice is enabled. > Patch looks good. Reviewed-by: Alon Levy > Signed-off-by: Peter Maydell > --- > This fixes the easy parts of the 32 bit compile failures

[Qemu-devel] [PATCH] hw/qxl: Fix format string errors

2011-09-03 Thread Peter Maydell
Fix format string errors causing compile failure on 32 bit hosts when spice is enabled. Signed-off-by: Peter Maydell --- This fixes the easy parts of the 32 bit compile failures with spice enabled. It leaves the following two warnings: hw/qxl.c: In function 'interface_release_resource': hw/qxl.