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

Hi,

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

*Changes from v6: ( http://patchwork.ozlabs.org/patch/202959/ )
 1/2: Improved an error message on failure of access(2) to fsfreeze-hook.
 2/2: Moved hook scripts from docs/ to scripts/.
      Move fsfreeze.d.sample/flush-mysql.sh to fsfreeze.d/flush-mysql.sh.sample.
      fsfreeze-hook now ignores fsfreeze.d/*.sample.

This patchset depends on Luiz Capitulino's patchset to improve error
handling, which is available at:
https://lists.gnu.org/archive/html/qemu-devel/2012-11/msg03016.html
---
Tomoki Sekiyama (2):
      qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
      qemu-ga: sample fsfreeze hooks

 .gitignore                                         |    1 
 Makefile                                           |    2 -
 qemu-ga.c                                          |   42 ++++++++++++
 qga/commands-posix.c                               |   69 ++++++++++++++++++++
 qga/guest-agent-core.h                             |    1 
 scripts/qemu-guest-agent/fsfreeze-hook             |   33 ++++++++++
 .../fsfreeze-hook.d/mysql-flush.sh.sample          |   55 ++++++++++++++++
 7 files changed, 201 insertions(+), 2 deletions(-)
 create mode 100755 scripts/qemu-guest-agent/fsfreeze-hook
 create mode 100755 scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample

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

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

end of thread, other threads:[~2012-12-10  6:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  8:39 [Qemu-devel] [PATCH v7 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw Tomoki Sekiyama
2012-12-07  8:39 ` [Qemu-devel] [PATCH v7 1/2] qemu-ga: execute " Tomoki Sekiyama
2012-12-07 13:52   ` Luiz Capitulino
2012-12-07  8:39 ` [Qemu-devel] [PATCH v7 2/2] qemu-ga: sample fsfreeze hooks Tomoki Sekiyama
2012-12-07 13:55   ` Luiz Capitulino
2012-12-07 17:47     ` mdroth
2012-12-07 18:29       ` Luiz Capitulino
2012-12-07 18:22     ` Eric Blake
2012-12-07 18:31       ` Luiz Capitulino
2012-12-07 18:37         ` Eric Blake
2012-12-07 18:57           ` Luiz Capitulino
2012-12-10  6:23             ` Tomoki Sekiyama
2012-12-07 18:34   ` Eric Blake
2012-12-10  6:23     ` 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).