summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2370.toml
blob: 86cc872e72446cd1b6e27e159c79122f96066df9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
id = 2370
title = "[RFE] vde support on Windows"
state = "opened"
created_at = "2024-05-31T11:16:15.874Z"
closed_at = "n/a"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/2370"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = "n/a"
reproduce = "n/a"
additional = """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"""