Re: [Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl

2017-02-21 Thread Gerd Hoffmann
Hi, > I think the basic idea of the patch is good, but I'd remove the qxl > FIXMEs for the final version of the patch (spice is likely not working > on Sparc and PPC anyway yet). Sure, just wanted have a rfc out of the door before going debug the qxl issue. > > -#ifdef TARGET_SPARC > > +#if de

Re: [Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl

2017-02-20 Thread Laszlo Ersek
On 02/20/17 16:16, Gerd Hoffmann wrote: > FIXME: qxl not working yet. > > Cc: Dr. David Alan Gilbert > Signed-off-by: Gerd Hoffmann > --- > arch_init.c | 8 ++-- > hw/display/qxl.c| 18 ++ > hw/display/virtio-gpu.c | 9 +++-- > qemu-options.hx

Re: [Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl

2017-02-20 Thread Thomas Huth
On 20.02.2017 16:16, Gerd Hoffmann wrote: > FIXME: qxl not working yet. I think the basic idea of the patch is good, but I'd remove the qxl FIXMEs for the final version of the patch (spice is likely not working on Sparc and PPC anyway yet). > Cc: Dr. David Alan Gilbert > Signed-off-by: Gerd Hoff

Re: [Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl

2017-02-20 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl Message-id: 1487603763-14932-1-git-send-email-kra...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [RfC PATCH] vga: wire up -g x switch for virtio and qxl

2017-02-20 Thread Gerd Hoffmann
FIXME: qxl not working yet. Cc: Dr. David Alan Gilbert Signed-off-by: Gerd Hoffmann --- arch_init.c | 8 ++-- hw/display/qxl.c| 18 ++ hw/display/virtio-gpu.c | 9 +++-- qemu-options.hx | 6 -- 4 files changed, 35 insertions(+), 6 delet