summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-05-11 11:39:55 -0400
committerJason Wang <jasowang@redhat.com>2021-06-11 10:30:13 +0800
commit48f596c5a711d62f8b0c78b95569b2d8f9ad2704 (patch)
tree956f4d81ab349a19158e53d480bbbf8480fffd1c /hmp-commands.hx
parent1b031172119c8996af5fa84b6e10627ea4122d64 (diff)
downloadfocaccia-qemu-48f596c5a711d62f8b0c78b95569b2d8f9ad2704.tar.gz
focaccia-qemu-48f596c5a711d62f8b0c78b95569b2d8f9ad2704.zip
netdev: add more commands to preconfig mode
Creating and destroying network backend does not require a fully
constructed machine.  Allow the related monitor commands to run before
machine initialization has concluded.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 84dcc3aae6..8e45bce2cd 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1269,6 +1269,7 @@ ERST
         .help       = "add host network device",
         .cmd        = hmp_netdev_add,
         .command_completion = netdev_add_completion,
+        .flags      = "p",
     },
 
 SRST
@@ -1283,6 +1284,7 @@ ERST
         .help       = "remove host network device",
         .cmd        = hmp_netdev_del,
         .command_completion = netdev_del_completion,
+        .flags      = "p",
     },
 
 SRST