All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] qga: Add guest-fsfreeze-freeze-list command
@ 2014-06-05 14:57 Tomoki Sekiyama
  2014-06-05 14:57 ` [Qemu-devel] [PATCH v4 1/2] " Tomoki Sekiyama
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tomoki Sekiyama @ 2014-06-05 14:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: mitsuhiro.tanino, mdroth

Hi,

This is v4 patch for qemu-ga to add functions to freeze specific file systems
mounted in a guest.

PATCH 1 adds a guest-fsfreeze-freeze-list command, which takes an additional
argument to specify which filesystems to be frozen, derived from
guest-fsfreeze-freeze command.

PATCH 2 adds a guest-get-fsinfo command to get a list of mounted file
systems in the guest with disk devices information to resolve backend disk
images for a management layer such as libvirt.

Changes since v3:
 - PATCH 1: make it a new command which accepts 'mountpoints' argument
            in order to discover optional params are accepted or not.
 - PATCH 2: code cleanups...
 (v3: http://lists.gnu.org/archive/html/qemu-devel/2014-05/msg04571.html)

---
Tomoki Sekiyama (2):
      qga: Add guest-fsfreeze-freeze-list command
      qga: Add guest-get-fsinfo command


 qga/commands-posix.c |  454 ++++++++++++++++++++++++++++++++++++++++++++++++++
 qga/commands-win32.c |   15 ++
 qga/qapi-schema.json |   96 +++++++++++
 3 files changed, 563 insertions(+), 2 deletions(-)

-- 
Regards,
Tomoki Sekiyama

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

end of thread, other threads:[~2014-06-20 21:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 14:57 [Qemu-devel] [PATCH v4 0/2] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-06-05 14:57 ` [Qemu-devel] [PATCH v4 1/2] " Tomoki Sekiyama
2014-06-19 21:03   ` Eric Blake
2014-06-05 14:57 ` [Qemu-devel] [PATCH v4 2/2] qga: Add guest-get-fsinfo command Tomoki Sekiyama
2014-06-19 21:23   ` Eric Blake
2014-06-20  0:34     ` Tomoki Sekiyama
2014-06-20 15:21       ` Eric Blake
2014-06-20 21:19         ` Tomoki Sekiyama
2014-06-16 19:39 ` [Qemu-devel] [PATCH v4 0/2] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.