Re: [Qemu-devel] [PATCH] spice: fix display initialization

2013-07-22 Thread Eric Blake
On 07/22/2013 07:47 AM, Gerd Hoffmann wrote: > Spice has two display interface implementations: One integrated into > the qxl graphics card, and one generic which can operate with every > qemu-emulated graphics card. > > The generic one is activated in case spice is used without qxl. The > logic

[Qemu-devel] [PATCH] spice: fix display initialization

2013-07-22 Thread Gerd Hoffmann
Spice has two display interface implementations: One integrated into the qxl graphics card, and one generic which can operate with every qemu-emulated graphics card. The generic one is activated in case spice is used without qxl. The logic for that only catched the "-vga qxl" case, "-device qxl-

Re: [Qemu-devel] [PATCH] spice: fix display initialization

2013-07-22 Thread Peter Maydell
On 22 July 2013 14:47, Gerd Hoffmann wrote: > diff --git a/vl.c b/vl.c > index 0a8f056..440341f 100644 > --- a/vl.c > +++ b/vl.c > @@ -4340,7 +4340,7 @@ int main(int argc, char **argv, char **envp) > } > #endif > #ifdef CONFIG_SPICE > -if (using_spice && !qxl_enabled) { > +if (using