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

Michal Privoznik mprivozn at redhat.com
Wed Nov 26 09:14:59 UTC 2014


On 06.11.2014 14:01, Michal Privoznik wrote:
> Diff to v1:
> -Fixed issues raised by Peter
>
> 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 |   9 +++
>   src/driver-hypervisor.h          |   5 ++
>   src/esx/esx_driver.c             |  14 ++++-
>   src/hyperv/hyperv_driver.c       |  14 ++++-
>   src/libvirt-domain.c             |  50 ++++++++++++++++
>   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           | 119 ++++++++++++++++++++++++++++-----------
>   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                  |  11 ++--
>   22 files changed, 339 insertions(+), 56 deletions(-)
>

Ping?




More information about the libvir-list mailing list