aboutsummaryrefslogtreecommitdiff
path: root/qapi/net.json
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 /qapi/net.json
parent1b031172119c8996af5fa84b6e10627ea4122d64 (diff)
downloadqemu-48f596c5a711d62f8b0c78b95569b2d8f9ad2704.zip
qemu-48f596c5a711d62f8b0c78b95569b2d8f9ad2704.tar.gz
qemu-48f596c5a711d62f8b0c78b95569b2d8f9ad2704.tar.bz2
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 'qapi/net.json')
-rw-r--r--qapi/net.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/qapi/net.json b/qapi/net.json
index af3f5b0..7fab2e7 100644
--- a/qapi/net.json
+++ b/qapi/net.json
@@ -55,7 +55,8 @@
# <- { "return": {} }
#
##
-{ 'command': 'netdev_add', 'data': 'Netdev', 'boxed': true }
+{ 'command': 'netdev_add', 'data': 'Netdev', 'boxed': true,
+ 'allow-preconfig': true }
##
# @netdev_del:
@@ -75,7 +76,8 @@
# <- { "return": {} }
#
##
-{ 'command': 'netdev_del', 'data': {'id': 'str'} }
+{ 'command': 'netdev_del', 'data': {'id': 'str'},
+ 'allow-preconfig': true }
##
# @NetLegacyNicOptions: