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

Hi,

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

*Changes from v5:
 patch 1/3 and 3/3 are squashed.

*Changes from v4: ( http://patchwork.ozlabs.org/patch/200924/ )
 1/2: Improve error messages based on Luiz Capitulino's patchset.
      Make fsfreeze-hook disabled by default, and enabled only if
      --fsfreeze-hook option is specified.
 2/2: Add exit 0 at the last of the sample script.
      Add check for presence of mysql in mysql-flush.sh.

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


 docs/qemu-guest-agent/fsfreeze-hook                |   33 +++++++++
 .../fsfreeze-hook.d.sample/mysql-flush.sh          |   55 ++++++++++++++++
 qemu-ga.c                                          |   42 ++++++++++++
 qga/commands-posix.c                               |   70 ++++++++++++++++++++
 qga/guest-agent-core.h                             |    1 
 5 files changed, 200 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] 9+ messages in thread

end of thread, other threads:[~2012-12-06  3:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 13:33 [Qemu-devel] [PATCH v6 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw Tomoki Sekiyama
2012-11-30 13:33 ` [Qemu-devel] [PATCH v6 1/2] qemu-ga: execute " Tomoki Sekiyama
2012-12-04 16:47   ` Luiz Capitulino
2012-11-30 13:33 ` [Qemu-devel] [PATCH v6 2/2] qemu-ga: sample fsfreeze hooks Tomoki Sekiyama
2012-12-04 16:51   ` Luiz Capitulino
2012-12-05  8:41     ` Tomoki Sekiyama
2012-12-05 11:49       ` Luiz Capitulino
2012-12-06  3:10         ` Tomoki Sekiyama
2012-12-04 16:52 ` [Qemu-devel] [PATCH v6 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw Luiz Capitulino

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).