Re: [Qemu-devel] [PATCH v2] hw/display/qxl: fix signed to unsigned comparison

2014-01-20 Thread Peter Maydell
On 20 January 2014 13:29, Alon Levy wrote: > Fix signed to unsigned comparison in qxl_create_guest_primary and add > the size of the framebuffer to the error message used when setting the > guest bug state (which causes a complete guess blackout until reset, so > it helps if it is verbose). > > Si

Re: [Qemu-devel] [PATCH v2] hw/display/qxl: fix signed to unsigned comparison

2014-01-20 Thread Markus Armbruster
Alon Levy writes: > Fix signed to unsigned comparison in qxl_create_guest_primary and add > the size of the framebuffer to the error message used when setting the > guest bug state (which causes a complete guess blackout until reset, so > it helps if it is verbose). > > Signed-off-by: Alon Levy

[Qemu-devel] [PATCH v2] hw/display/qxl: fix signed to unsigned comparison

2014-01-20 Thread Alon Levy
Fix signed to unsigned comparison in qxl_create_guest_primary and add the size of the framebuffer to the error message used when setting the guest bug state (which causes a complete guess blackout until reset, so it helps if it is verbose). Signed-off-by: Alon Levy --- hw/display/qxl.c | 7 -