qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw
@ 2012-11-12  9:32 Tomoki Sekiyama
  2012-11-12  9:32 ` [Qemu-devel] [PATCH v2 1/2] qemu-ga: execute " Tomoki Sekiyama
  2012-11-12  9:32 ` [Qemu-devel] [PATCH v2 2/2] qemu-ga: sample fsfreeze hooks Tomoki Sekiyama
  0 siblings, 2 replies; 5+ messages in thread
From: Tomoki Sekiyama @ 2012-11-12  9:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: mdroth

Hi,

This is version 2 of the qemu-ga fsfreeze hook patchset.

*Changes from v1: ( http://lists.gnu.org/archive/html/qemu-devel/2012-11/msg00685.html )
  - Fixed bugs in handling file path which contains spaces.
  - Improved error checkings.
  - Changed the default hook name to fsfreeze-hook.
    This also fixes errors in `make clean'.

---

Tomoki Sekiyama (2):
      qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
      qemu-ga: sample fsfreeze hooks


 docs/qemu-guest-agent/fsfreeze-hook                |   31 +++++++++++++
 .../fsfreeze-hook.d.sample/mysql-flush.sh          |   47 ++++++++++++++++++++
 qemu-ga.c                                          |   42 +++++++++++++++++-
 qga/commands-posix.c                               |   44 +++++++++++++++++++
 qga/guest-agent-core.h                             |    1 
 5 files changed, 164 insertions(+), 1 deletion(-)
 create mode 100755 docs/qemu-guest-agent/fsfreeze-hook
 create mode 100755 docs/qemu-guest-agent/fsfreeze-hook.d.sample/mysql-flush.sh


Thanks,
-- 
Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-13  4:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12  9:32 [Qemu-devel] [PATCH v2 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw Tomoki Sekiyama
2012-11-12  9:32 ` [Qemu-devel] [PATCH v2 1/2] qemu-ga: execute " Tomoki Sekiyama
2012-11-12  9:32 ` [Qemu-devel] [PATCH v2 2/2] qemu-ga: sample fsfreeze hooks Tomoki Sekiyama
2012-11-12 22:16   ` Eric Blake
2012-11-13  4:49     ` Tomoki Sekiyama

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).