From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com, tomoki.sekiyama.qu@hitachi.com,
lcapitulino@redhat.com
Subject: [Qemu-devel] [PULL 0/12] qemu-ga: error handling improvements and fsfreeze hooks
Date: Tue, 8 Jan 2013 16:59:57 -0600 [thread overview]
Message-ID: <1357686009-13139-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
The following changes since commit 4b274b1603e1d15ef51aedc8b6b7ebbae0b555ce:
Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2013-01-08 15:15:57 -0600)
are available in the git repository at:
git://github.com/mdroth/qemu.git qga-pull-1-8-2013
for you to fetch changes up to 96610da210697a1f33669d8bec0cb7b944d3a516:
qemu-ga: sample fsfreeze hooks (2013-01-08 16:38:12 -0600)
----------------------------------------------------------------
Luiz Capitulino (10):
qemu-ga: guest_file_handle_find(): take an Error argument
qemu-ga: qmp_guest_file_close(): fix fclose() error check
qemu-ga: qmp_guest_file_*: improve error reporting
qemu-ga: qmp_guest_shutdown(): improve error reporting
qemu-ga: build_fs_mount_list(): take an Error argument
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
qemu-ga: bios_supports_mode(): improve error reporting
qemu-ga: guest_suspend(): improve error reporting
Tomoki Sekiyama (2):
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
qemu-ga: sample fsfreeze hooks
.gitignore | 1 +
Makefile | 2 +-
qga/commands-posix.c | 313 +++++++++++++-------
qga/guest-agent-core.h | 1 +
qga/main.c | 48 ++-
scripts/qemu-guest-agent/fsfreeze-hook | 33 +++
.../fsfreeze-hook.d/mysql-flush.sh.sample | 56 ++++
7 files changed, 342 insertions(+), 112 deletions(-)
create mode 100755 scripts/qemu-guest-agent/fsfreeze-hook
create mode 100755 scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample
next reply other threads:[~2013-01-08 23:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-08 22:59 Michael Roth [this message]
2013-01-08 22:59 ` [Qemu-devel] [PATCH 01/12] qemu-ga: guest_file_handle_find(): take an Error argument Michael Roth
2013-01-08 22:59 ` [Qemu-devel] [PATCH 02/12] qemu-ga: qmp_guest_file_close(): fix fclose() error check Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 03/12] qemu-ga: qmp_guest_file_*: improve error reporting Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 04/12] qemu-ga: qmp_guest_shutdown(): " Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 05/12] qemu-ga: build_fs_mount_list(): take an Error argument Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 06/12] qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set() Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 07/12] qemu-ga: qmp_guest_fstrim(): " Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 08/12] qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() " Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 09/12] qemu-ga: bios_supports_mode(): improve error reporting Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 10/12] qemu-ga: guest_suspend(): " Michael Roth
2013-01-08 23:00 ` [Qemu-devel] [PATCH 11/12] qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw Michael Roth
2013-01-09 21:02 ` Blue Swirl
2013-01-10 11:17 ` Luiz Capitulino
2013-01-08 23:00 ` [Qemu-devel] [PATCH 12/12] qemu-ga: sample fsfreeze hooks Michael Roth
2013-01-09 17:01 ` [Qemu-devel] [PULL 0/12] qemu-ga: error handling improvements and " Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357686009-13139-1-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=tomoki.sekiyama.qu@hitachi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).