All of lore.kernel.org
 help / color / mirror / Atom feed
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] [PATCH v4 0/2] qga: Add guest-fsfreeze-freeze-list command
Date: Thu, 05 Jun 2014 10:57:14 -0400	[thread overview]
Message-ID: <20140605145714.10787.97053.stgit@hds.com> (raw)

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

             reply	other threads:[~2014-06-05 15:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 14:57 Tomoki Sekiyama [this message]
2014-06-05 14:57 ` [Qemu-devel] [PATCH v4 1/2] qga: Add guest-fsfreeze-freeze-list command 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

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=20140605145714.10787.97053.stgit@hds.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 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.