[libvirt] [PATCH v2 0/3] Use guest agent to quiesce disks

Michal Privoznik mprivozn at redhat.com
Tue Jan 24 20:21:32 UTC 2012


Since we have qemu guest agent support in libvirt,
we can start wiring up some things that GA already
knows how to do. One of them is file system freeze
and thaw. Domain snapshots can profit from this
functionality.

Michal Privoznik (3):
  qemu_agent: Create file system freeze and thaw functions
  snapshots: Introduce VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag
  virsh: Expose new VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag

 include/libvirt/libvirt.h.in |    4 ++
 src/libvirt.c                |    6 +++
 src/qemu/qemu_agent.c        |   74 +++++++++++++++++++++++++++++++++++
 src/qemu/qemu_agent.h        |    3 +
 src/qemu/qemu_driver.c       |   87 ++++++++++++++++++++++++++++++++++++++----
 tools/virsh.c                |    6 +++
 tools/virsh.pod              |   16 +++++++-
 7 files changed, 186 insertions(+), 10 deletions(-)

-- 
1.7.3.4




More information about the libvir-list mailing list