qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] spice: fix display initialization
Date: Mon, 22 Jul 2013 14:52:35 +0100

On 22 July 2013 14:47, Gerd Hoffmann <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]