qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command
@ 2014-06-30 21:51 Tomoki Sekiyama
  2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 1/3] " Tomoki Sekiyama
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tomoki Sekiyama @ 2014-06-30 21:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: mitsuhiro.tanino, mdroth

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

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

end of thread, other threads:[~2014-08-07 22:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 21:51 [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 1/3] " 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

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