Re: [libvirt] [PATCH v2 2/3] qemu: graphics support for simultaneous one of each sdl, vnc, spice

2012-11-12 Thread Jiri Denemark
On Sat, Nov 10, 2012 at 02:40:24 +0100, Alon Levy wrote: --- src/qemu/qemu_command.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index ba99c7a..a1a4523 100644 --- a/src/qemu/qemu_command.c

Re: [libvirt] [PATCH v2 2/3] qemu: graphics support for simultaneous one of each sdl, vnc, spice

2012-11-12 Thread Jiri Denemark
On Sat, Nov 10, 2012 at 15:20:24 +0100, Jiri Denemark wrote: On Sat, Nov 10, 2012 at 02:40:24 +0100, Alon Levy wrote: ACK with that removed. Actually, the ACK might have been a bit premature? What QEMU version is needed to support multiple graphics devices? And what happens if we try to use

Re: [libvirt] [PATCH v2 2/3] qemu: graphics support for simultaneous one of each sdl, vnc, spice

2012-11-12 Thread Daniel P. Berrange
On Mon, Nov 12, 2012 at 10:23:18AM +0100, Jiri Denemark wrote: On Sat, Nov 10, 2012 at 15:20:24 +0100, Jiri Denemark wrote: On Sat, Nov 10, 2012 at 02:40:24 +0100, Alon Levy wrote: ACK with that removed. Actually, the ACK might have been a bit premature? What QEMU version is needed to

Re: [libvirt] [PATCH v2 2/3] qemu: graphics support for simultaneous one of each sdl, vnc, spice

2012-11-12 Thread Alon Levy
On Sat, Nov 10, 2012 at 15:20:24 +0100, Jiri Denemark wrote: On Sat, Nov 10, 2012 at 02:40:24 +0100, Alon Levy wrote: ACK with that removed. Actually, the ACK might have been a bit premature? What QEMU version is needed to support multiple graphics devices? And what happens if we try

[libvirt] [PATCH v2 2/3] qemu: graphics support for simultaneous one of each sdl, vnc, spice

2012-11-09 Thread Alon Levy
--- src/qemu/qemu_command.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index ba99c7a..a1a4523 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -6183,9 +6183,26 @@