[libvirt] [PATCH v2 0/3] qemu: Watchdog plug/unplug

Michal Privoznik posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1506497295.git.mprivozn@redhat.com
There is a newer version of this series
src/conf/domain_audit.c                            |  46 ++++++++
src/conf/domain_audit.h                            |   5 +
src/libvirt_private.syms                           |   1 +
src/qemu/qemu_alias.c                              |  13 ++-
src/qemu/qemu_alias.h                              |   2 +
src/qemu/qemu_command.c                            |   2 +-
src/qemu/qemu_command.h                            |   4 +-
src/qemu/qemu_driver.c                             |  14 ++-
src/qemu/qemu_hotplug.c                            | 129 +++++++++++++++++++++
src/qemu/qemu_hotplug.h                            |   6 +
src/qemu/qemu_monitor.c                            |  12 ++
src/qemu/qemu_monitor.h                            |   2 +
src/qemu/qemu_monitor_json.c                       |  27 +++++
src/qemu/qemu_monitor_json.h                       |   3 +
tests/qemuhotplugtest.c                            |  14 ++-
.../qemuhotplug-watchdog-full.xml                  |   3 +
.../qemuhotplug-watchdog.xml                       |   1 +
.../qemuhotplug-base-live+watchdog.xml             |  55 +++++++++
18 files changed, 333 insertions(+), 6 deletions(-)
create mode 100644 tests/qemuhotplugtestdevices/qemuhotplug-watchdog-full.xml
create mode 100644 tests/qemuhotplugtestdevices/qemuhotplug-watchdog.xml
create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-base-live+watchdog.xml
[libvirt] [PATCH v2 0/3] qemu: Watchdog plug/unplug
Posted by Michal Privoznik 6 years, 7 months ago
v2 of:

https://www.redhat.com/archives/libvir-list/2017-September/msg00078.html

diff to v1:
- John's review worked in (mostly).
- Added auditing (patch 1/3)

Michal Privoznik (3):
  audit: Audit information about watchdog devices
  qemu: hot-plug of watchdog
  qemu: hot-unplug of watchdog

 src/conf/domain_audit.c                            |  46 ++++++++
 src/conf/domain_audit.h                            |   5 +
 src/libvirt_private.syms                           |   1 +
 src/qemu/qemu_alias.c                              |  13 ++-
 src/qemu/qemu_alias.h                              |   2 +
 src/qemu/qemu_command.c                            |   2 +-
 src/qemu/qemu_command.h                            |   4 +-
 src/qemu/qemu_driver.c                             |  14 ++-
 src/qemu/qemu_hotplug.c                            | 129 +++++++++++++++++++++
 src/qemu/qemu_hotplug.h                            |   6 +
 src/qemu/qemu_monitor.c                            |  12 ++
 src/qemu/qemu_monitor.h                            |   2 +
 src/qemu/qemu_monitor_json.c                       |  27 +++++
 src/qemu/qemu_monitor_json.h                       |   3 +
 tests/qemuhotplugtest.c                            |  14 ++-
 .../qemuhotplug-watchdog-full.xml                  |   3 +
 .../qemuhotplug-watchdog.xml                       |   1 +
 .../qemuhotplug-base-live+watchdog.xml             |  55 +++++++++
 18 files changed, 333 insertions(+), 6 deletions(-)
 create mode 100644 tests/qemuhotplugtestdevices/qemuhotplug-watchdog-full.xml
 create mode 100644 tests/qemuhotplugtestdevices/qemuhotplug-watchdog.xml
 create mode 100644 tests/qemuhotplugtestdomains/qemuhotplug-base-live+watchdog.xml

-- 
2.13.5

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list