]> git.proxmox.com Git - mirror_qemu.git/commit - monitor/hmp-cmds.c
net/announce: Add HMP optional ID
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 20 Jun 2019 18:47:05 +0000 (19:47 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 2 Jul 2019 02:21:07 +0000 (10:21 +0800)
commitc6644548c7f7b0e312ceea1440c2c6921f10e676
treeffadc076b569478149bbdfac7e2da675b473f666
parent944458b659fb348834cebbc15b9ad772be28f284
net/announce: Add HMP optional ID

Add the optional ID to the HMP command.

e.g.
   # start an announce for a long time on eth1
   migrate_set_parameter announce-rounds 1000
   announce_self "eth1" e1

   # start an announce on eth2
   announce_self "eth2" e2

   # Change e1 to be announcing on eth1 and eth3
   announce_self "eth1,eth3" e1

   # Cancel e1
   migrate_set_parameter announce-rounds 0
   announce_self "" e1

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hmp-commands.hx
monitor/hmp-cmds.c