On 22 July 2013 14:47, Gerd Hoffmann <[email protected]> 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_spice && !spice_displays) {
This removes the only use of the qxl_enabled macro, so we can drop it from sysemu.h, right? > qemu_spice_display_init(ds); > } > #endif > -- thanks -- PMM
