All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Tomoki Sekiyama <tomoki.sekiyama@hds.com>, qemu-devel@nongnu.org
Cc: mitsuhiro.tanino@hds.com, mdroth@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [RESEND PATCH v5 1/3] qga: Add guest-fsfreeze-freeze-list command
Date: Thu, 07 Aug 2014 16:03:57 -0600	[thread overview]
Message-ID: <53E3F7CD.2000606@redhat.com> (raw)
In-Reply-To: <20140630215127.7224.22898.stgit@dhcp-17-70.bos.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]

On 06/30/2014 03:51 PM, Tomoki Sekiyama wrote:
> If an array of mount point paths is specified as 'mountpoints' argument
> of guest-fsfreeze-freeze-list, qemu-ga will only freeze the file systems
> mounted on specified paths in Linux guests. Otherwise, it works as the
> same way as guest-fsfreeze-freeze.
> This would be useful when the host wants to create partial disk snapshots.
> 
> Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
> Reviewed-by: Eric Blake <eblake@redhat.com>
> ---
>  qga/commands-posix.c |   32 +++++++++++++++++++++++++++++++-
>  qga/commands-win32.c |    9 +++++++++
>  qga/qapi-schema.json |   17 +++++++++++++++++
>  3 files changed, 57 insertions(+), 1 deletion(-)
> 

> +++ b/qga/qapi-schema.json
> @@ -387,6 +387,23 @@
>    'returns': 'int' }
>  
>  ##
> +# @guest-fsfreeze-freeze-list:
> +#
> +# Sync and freeze specified guest filesystems
> +#
> +# @mountpoints: #optional an array of mountpoints of filesystems to be frozen.
> +#               If omitted, every mounted filesystem is frozen.
> +#
> +# Returns: Number of file systems currently frozen. On error, all filesystems
> +# will be thawed.
> +#
> +# Since: 2.1

This missed 2.1.  We'll need a followup patch (or rebase mdroth's
staging tree) to bump this to 2.2.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 539 bytes --]

  reply	other threads:[~2014-08-07 22:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=53E3F7CD.2000606@redhat.com \
    --to=eblake@redhat.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mitsuhiro.tanino@hds.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tomoki.sekiyama@hds.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 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.