aboutgitcodebugslistschat
path: root/qrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'qrap.c')
-rw-r--r--qrap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qrap.c b/qrap.c
index 5c18cec..3077944 100644
--- a/qrap.c
+++ b/qrap.c
@@ -57,10 +57,15 @@ static const struct drop_arg {
{ "-netdev", NULL },
{ "-net", NULL },
{ "-device", "virtio-net-pci," },
+ { "-device", "{\"driver\":\"virtio-net-pci\"," },
{ "-device", "virtio-net-ccw," },
+ { "-device", "{\"driver\":\"virtio-net-ccw\"," },
{ "-device", "e1000," },
+ { "-device", "{\"driver\":\"e1000\"," },
{ "-device", "e1000e," },
+ { "-device", "{\"driver\":\"e1000e\"," },
{ "-device", "rtl8139," },
+ { "-device", "{\"driver\":\"rtl8139\"," },
{ 0 },
};