mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
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>
This commit is contained in:
committed by
Jason Wang
parent
1b03117211
commit
48f596c5a7
@ -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
|
||||
|
Reference in New Issue
Block a user