qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/18] Disable the proxy fsdev under Windows.


From: Greg Kurz
Subject: Re: [Qemu-devel] [PATCH 03/18] Disable the proxy fsdev under Windows.
Date: Mon, 6 Nov 2017 14:44:22 +0100

On Fri, 29 Sep 2017 13:13:08 +0200
Michael Fritscher <address@hidden> wrote:
> Signed-off-by: Michael Fritscher <address@hidden>

What's the justification for this patch ?

> ---
>  fsdev/qemu-fsdev.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/fsdev/qemu-fsdev.c b/fsdev/qemu-fsdev.c
> index 266e442b87..9f6d33365d 100644
> --- a/fsdev/qemu-fsdev.c
> +++ b/fsdev/qemu-fsdev.c
> @@ -26,7 +26,9 @@ static FsDriverTable FsDrivers[] = {
>      { .name = "handle", .ops = &handle_ops},
>  #endif
>      { .name = "synth", .ops = &synth_ops},
> +#ifndef WIN32
>      { .name = "proxy", .ops = &proxy_ops},
> +#endif
>  };
> 
>  int qemu_fsdev_add(QemuOpts *opts)





reply via email to

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