qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 13/16] fsdev: Disable proxy fs driver on Windows


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v5 13/16] fsdev: Disable proxy fs driver on Windows
Date: Mon, 6 Mar 2023 10:28:08 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 20/2/23 11:08, Bin Meng wrote:
From: Guohuai Shi <guohuai.shi@windriver.com>

We don't plan to support 'proxy' file system driver for 9pfs on
Windows. Disable it for Windows build.

Signed-off-by: Guohuai Shi <guohuai.shi@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
---

  fsdev/qemu-fsdev.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/fsdev/qemu-fsdev.c b/fsdev/qemu-fsdev.c
index 3da64e9f72..58e0710fbb 100644
--- a/fsdev/qemu-fsdev.c
+++ b/fsdev/qemu-fsdev.c
@@ -89,6 +89,7 @@ static FsDriverTable FsDrivers[] = {
              NULL
          },
      },
+#ifndef CONFIG_WIN32
      {
          .name = "proxy",
          .ops = &proxy_ops,
@@ -100,6 +101,7 @@ static FsDriverTable FsDrivers[] = {
              NULL
          },
      },
+#endif
  };

Probably the meson changes moving '9p-proxy.c' in hw/9pfs/meson.build
(patch 16) belong here.



reply via email to

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