From: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
To: qemu-devel@nongnu.org
Cc: mitsuhiro.tanino@hds.com, mdroth@linux.vnet.ibm.com
Subject: [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command
Date: Mon, 30 Jun 2014 17:51:21 -0400 [thread overview]
Message-ID: <20140630215121.7224.92913.stgit@dhcp-17-70.bos.redhat.com> (raw)
Hi,
As patch 3/3 was missing in the last post, I'm resending this patchset.
===
This is v5 patch for qemu-ga to add functions to freeze specific file systems
mounted in a guest.
Changes since v4:
- PATCH 2: fix coding styles (spaces around operators)
make decode_mntname() more generic
rename functions to avoid leading '__'
improve compatibility with older Linux
- PATCH 3 (new in v5): disable unsupported commands by default
(v4: http://lists.gnu.org/archive/html/qemu-devel/2014-06/msg01357.html)
---
Tomoki Sekiyama (3):
qga: Add guest-fsfreeze-freeze-list command
qga: Add guest-get-fsinfo command
qga: Disable unsupported commands by default
qga/commands-posix.c | 508 ++++++++++++++++++++++++++++++++++++++++++++++++
qga/commands-win32.c | 47 ++++
qga/guest-agent-core.h | 1
qga/main.c | 1
qga/qapi-schema.json | 96 +++++++++
5 files changed, 650 insertions(+), 3 deletions(-)
--
Regards,
Tomoki Sekiyama
next reply other threads:[~2014-06-30 21:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 21:51 Tomoki Sekiyama [this message]
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 1/3] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-08-07 22:03 ` Eric Blake
2014-08-07 22:18 ` Michael Roth
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 2/3] qga: Add guest-get-fsinfo command Tomoki Sekiyama
2014-08-07 22:05 ` Eric Blake
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 3/3] qga: Disable unsupported commands by default Tomoki Sekiyama
2014-07-07 16:55 ` [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-08-07 21:55 ` Michael Roth
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=20140630215121.7224.92913.stgit@dhcp-17-70.bos.redhat.com \
--to=tomoki.sekiyama@hds.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=mitsuhiro.tanino@hds.com \
--cc=qemu-devel@nongnu.org \
/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).