Re: [Qemu-devel] [PATCH 3/4] hmp/qxl: info spice: add qxl info

2012-05-24 Thread Alon Levy
On Thu, May 24, 2012 at 02:58:40PM +0200, Gerd Hoffmann wrote: > On 05/24/12 11:38, Alon Levy wrote: > > For all devices print id, mode and guest_bug status. > > Queued up 1+2+4 Please unqueue "qxl: stop dirty loging when not in vga mode" and I'll send it again with the separate patch "hw/qxl: ig

Re: [Qemu-devel] [PATCH 3/4] hmp/qxl: info spice: add qxl info

2012-05-24 Thread Gerd Hoffmann
On 05/24/12 11:38, Alon Levy wrote: > For all devices print id, mode and guest_bug status. Queued up 1+2+4 For this one I wanna have an additional ack from qmp camp. Also a nit: > # @SpiceInfo > # > # Information about the SPICE session. > @@ -683,12 +721,17 @@ > # > # @channels: a list of

[Qemu-devel] [PATCH 3/4] hmp/qxl: info spice: add qxl info

2012-05-24 Thread Alon Levy
For all devices print id, mode and guest_bug status. Known problems: Prints devices from highest id to lowest. Signed-off-by: Alon Levy --- hmp.c| 11 +++ hw/qxl.c | 22 ++ qapi-schema.json | 47 +-