]> Git Repo - qemu.git/commit - net/vmnet-host.c
net/vmnet: add vmnet backends to qapi/net
authorVladislav Yaroshchuk <[email protected]>
Thu, 17 Mar 2022 17:28:34 +0000 (20:28 +0300)
committerJason Wang <[email protected]>
Tue, 17 May 2022 08:48:23 +0000 (16:48 +0800)
commit81ad2964e93848fc0998145043c395dea67f00da
treeae0e9e4700702879e949b385fb040451aff43f0d
parente2c1d78da3223e8b39c14cce3da9e62655c1ddbb
net/vmnet: add vmnet backends to qapi/net

Create separate netdevs for each vmnet operating mode:
- vmnet-host
- vmnet-shared
- vmnet-bridged

Reviewed-by: Akihiko Odaki <[email protected]>
Tested-by: Akihiko Odaki <[email protected]>
Acked-by: Markus Armbruster <[email protected]>
Signed-off-by: Vladislav Yaroshchuk <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
net/clients.h
net/meson.build
net/net.c
net/vmnet-bridged.m [new file with mode: 0644]
net/vmnet-common.m [new file with mode: 0644]
net/vmnet-host.c [new file with mode: 0644]
net/vmnet-shared.c [new file with mode: 0644]
net/vmnet_int.h [new file with mode: 0644]
qapi/net.json
This page took 0.027406 seconds and 4 git commands to generate.