summary refs log tree commit diff stats
path: root/results/classifier/105/other/2370
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/other/2370')
-rw-r--r--results/classifier/105/other/237024
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/other/2370 b/results/classifier/105/other/2370
new file mode 100644
index 00000000..9defc083
--- /dev/null
+++ b/results/classifier/105/other/2370
@@ -0,0 +1,24 @@
+other: 0.904
+device: 0.876
+network: 0.832
+graphic: 0.654
+socket: 0.576
+vnc: 0.561
+boot: 0.473
+semantic: 0.464
+mistranslation: 0.458
+instruction: 0.441
+assembly: 0.045
+KVM: 0.028
+
+[RFE] vde support on Windows
+Additional information:
+A vdeswitch approach can be yet another solution for #2364 .   
+On Windows, other methods to simultaneously bridge local qemu-VMs and allow bridge members to connect to the internet are troublesome. 
+Compared to MAC/Linux wherein who use kernel provided bridging. Windows users don't have it easy.  
+
+**Ref**: 
+1. qemu manual for ```netdev vde```  
+   https://qemu.readthedocs.io/_/downloads/en/v8.2.1/pdf/#page=75 
+2. virtualsquare/VDE-2 github bug Can't understand how to get it running on Windows10 64 bit ```#28```  
+   https://github.com/virtualsquare/vde-2/issues/28