mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
net: add missing "netmap" to host_net_devices[]
Although hmp-commands.hx lists "netmap" as a valid host_net_add type, the command rejects it because it's missing from the list. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1432743412-15943-2-git-send-email-stefanha@redhat.com
This commit is contained in:
parent
a3206972a9
commit
027a247bbf
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ const char *host_net_devices[] = {
|
|||
#ifdef CONFIG_NET_BRIDGE
|
||||
"bridge",
|
||||
#endif
|
||||
#ifdef CONFIG_NETMAP
|
||||
"netmap",
|
||||
#endif
|
||||
#ifdef CONFIG_SLIRP
|
||||
"user",
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue