qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] spice: set merge-lists


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH] spice: set merge-lists
Date: Tue, 21 Feb 2017 08:15:52 +0000

Hi

On Tue, Feb 21, 2017 at 12:00 PM Gerd Hoffmann <address@hidden> wrote:

> This way you can use -spice multiple times on the command line
> and qemu will actually pick up all options.
>
>
Is this actually a good thing to have? vnc doesn't have it for example.
Perhaps some day we may want to have -spice for difference server
instances? (although there are some parameters that would be global, like
gl/rendernode)



> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  ui/spice-core.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ui/spice-core.c b/ui/spice-core.c
> index 39ccab7..d613f1a 100644
> --- a/ui/spice-core.c
> +++ b/ui/spice-core.c
> @@ -412,6 +412,7 @@ static SpiceChannelList *qmp_query_spice_channels(void)
>
>  static QemuOptsList qemu_spice_opts = {
>      .name = "spice",
> +    .merge_lists = true,
>      .head = QTAILQ_HEAD_INITIALIZER(qemu_spice_opts.head),
>      .desc = {
>          {
> --
> 1.8.3.1
>
>
> --
Marc-André Lureau


reply via email to

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