summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/2370
blob: 970dafd286233fa9d9c60af876e6f7bea8a5b744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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