[libvirt] [PATCH 0/3] Finish replacements for virDomainObjCheckActive

clem at lse.epita.fr clem at lse.epita.fr
Sun May 13 22:32:12 UTC 2018


From: Clementine Hayat <clem at lse.epita.fr>

Follow-up of https://www.redhat.com/archives/libvir-list/2018-April/msg01591.html

Here is the changes asked by Ján Tomko:
* Refactor also checks when the error message is close to "domain is not
  running"
* Add forgotten checks in qemu_migration.c
* Revert one incorrect change in lxc_driver.c

Clementine Hayat (3):
  qemu: start using virDomainObjCheckActive
  lxc: start using virDomainObjCheckActive
  bhyve: start using virDomainObjCheckActive

 src/bhyve/bhyve_driver.c  |  15 +--
 src/lxc/lxc_driver.c      |  65 ++-------
 src/qemu/qemu_domain.c    |   5 +-
 src/qemu/qemu_driver.c    | 271 ++++++++------------------------------
 src/qemu/qemu_migration.c |  10 +-
 5 files changed, 74 insertions(+), 292 deletions(-)

-- 
2.17.0




More information about the libvir-list mailing list