[libvirt] [PATCH V2 0/3] support flags in libxlDomain{Shutdown, Reboot}

Jim Fehlig jfehlig at suse.com
Thu May 1 22:14:36 UTC 2014


This small series is a V2 of

  https://www.redhat.com/archives/libvir-list/2014-April/msg00837.html

Patch 1 adds VIR_DOMAIN_SHUTDOWN_PARAVIRT and
VIR_REBOOT_SHUTDOWN_PARAVIRT flags to the API as requested by danpb.

Patch 2 makes use of the shutdown flags in libxlDomainShutdownFlags.
Patch 3 does the same for libxlDomainReboot.

Jim Fehlig (3):
  Introduce a new flag for controlling shutdown/reboot
  libxl: support PARAVIRT and ACPI shutdown flags
  libxl: support PARAVIRT and ACPI reboot flags

 include/libvirt/libvirt.h.in |  2 ++
 src/libxl/libxl_driver.c     | 64 +++++++++++++++++++++++++++++++++++---------
 tools/virsh-domain.c         | 14 +++++++---
 tools/virsh.pod              |  8 +++---
 4 files changed, 68 insertions(+), 20 deletions(-)

-- 
1.8.1.4




More information about the libvir-list mailing list