]> xenbits.xensource.com Git - libvirt.git/commit
qemu: hot-plug of watchdog
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Sep 2017 11:39:15 +0000 (13:39 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Oct 2017 12:23:20 +0000 (14:23 +0200)
commit361c8dc179bdbc8946c2ff3de47d19d6a6eba641
tree8d2b2f1932dec4852c0e2b7fed9247aabc5246c1
parent8a54cc1d08a333283c9cfc3fd7788be2642ca71a
qemu: hot-plug of watchdog

https://bugzilla.redhat.com/show_bug.cgi?id=1447169

Since domain can have at most one watchdog it simplifies things a
bit. However, since we must be able to set the watchdog action as
well, new monitor command needs to be used.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
14 files changed:
src/qemu/qemu_alias.c
src/qemu/qemu_alias.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_hotplug.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemuhotplugtest.c
tests/qemuhotplugtestdevices/qemuhotplug-watchdog.xml [new file with mode: 0644]
tests/qemuhotplugtestdomains/qemuhotplug-base-live+watchdog.xml [new file with mode: 0644]