[libvirt] [PATCH 0/5] Allow time sync on domain resume

Michal Privoznik mprivozn at redhat.com
Wed Nov 5 12:35:27 UTC 2014


*** BLURB HERE ***

Michal Privoznik (5):
  Introduce virDomainResumeFlags API
  Implement virDomainResumeFlags in all drivers
  qemu: Split qemuDomainSetTime into two functions
  qemuDomainResumeFlags: Introduce VIR_DOMAIN_RESUME_SYNC_TIME
  virsh: Implement virDomainResumeFlags

 include/libvirt/libvirt-domain.h |   6 +++
 src/driver-hypervisor.h          |   5 ++
 src/esx/esx_driver.c             |  14 +++++-
 src/hyperv/hyperv_driver.c       |  14 +++++-
 src/libvirt-domain.c             |  44 ++++++++++++++++
 src/libvirt_public.syms          |   5 ++
 src/libxl/libxl_driver.c         |  14 +++++-
 src/lxc/lxc_driver.c             |  15 +++++-
 src/openvz/openvz_driver.c       |  13 ++++-
 src/parallels/parallels_driver.c |  11 +++-
 src/phyp/phyp_driver.c           |  12 ++++-
 src/qemu/qemu_driver.c           | 106 ++++++++++++++++++++++++++-------------
 src/remote/remote_driver.c       |   1 +
 src/remote/remote_protocol.x     |  13 ++++-
 src/remote_protocol-structs      |   5 ++
 src/test/test_driver.c           |  13 ++++-
 src/vbox/vbox_common.c           |  11 +++-
 src/vmware/vmware_driver.c       |  12 ++++-
 src/xen/xen_driver.c             |  14 +++++-
 src/xenapi/xenapi_driver.c       |  21 +++++++-
 tools/virsh-domain.c             |  13 ++++-
 tools/virsh.pod                  |  10 ++--
 22 files changed, 316 insertions(+), 56 deletions(-)

-- 
2.0.4




More information about the libvir-list mailing list