qemu-devel
[Top][All Lists]
Advanced

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

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


From: Michael Fritscher
Subject: [Qemu-devel] [PATCH 03/18] Disable the proxy fsdev under Windows.
Date: Fri, 29 Sep 2017 13:13:08 +0200

Signed-off-by: Michael Fritscher <address@hidden>
---
 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)
-- 
2.13.2.windows.1




reply via email to

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