qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Michael Roth <mdroth@linux.vnet.ibm.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v3 00/24] qemu-ga patch queue for soft-freeze
Date: Thu, 1 Nov 2018 18:28:16 +0000	[thread overview]
Message-ID: <CAFEAcA_MYOUZ5EFMtfasaOzOuWPs+H546BkkXs_sB0eV2nPY=Q@mail.gmail.com> (raw)
In-Reply-To: <20181031141925.30026-1-mdroth@linux.vnet.ibm.com>

On 31 October 2018 at 14:19, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging (2018-10-30 15:49:55 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2018-10-30-v3-tag
>
> for you to fetch changes up to b70d6afe4d7f252259d3344e12daa2d6baf006e2:
>
>   qga-win: changing --retry-path option behavior (2018-10-31 09:04:20 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for soft-freeze
>
> * support for --retry-path option for recovering from communication
>   path failures
> * support for serial/device name in guest-get-fsinfo for linux/w32
> * support for freezing individual mount points in guest-fsfreeze-*
> * fixes for unicode paths on w32, not-present vcpus in guest-get-vcpus,
>   buffer overflow in guest-get-fsinfo for w32, and other minor fixes
>
> v3:
> * remove redundant check for --static in configure
> * correct authorship on "qga-win: add debugging information"
>
> v2:
> * set libudev=off in configure for static builds
>

Applied, thanks.

-- PMM

  parent reply	other threads:[~2018-11-01 18:28 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31 14:19 [Qemu-devel] [PULL v3 00/24] qemu-ga patch queue for soft-freeze Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 01/24] qga: Support Unicode paths in guest-file-open on win32 Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 02/24] qga-win: add support for qmp_guest_fsfreeze_freeze_list Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 03/24] qga: ignore non present cpus when handling qmp_guest_get_vcpus() Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 04/24] configure: add test for libudev Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 05/24] qga: linux: report disk serial number Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 06/24] qga: linux: return disk device in guest-get-fsinfo Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 07/24] qga-win: prevent crash when executing fsinfo command Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 08/24] qga-win: fsinfo: pci-info: allow partial info Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 09/24] build: rename CONFIG_QGA_NTDDDISK to CONFIG_QGA_NTDDSCSI Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 10/24] qga-win: add debugging information Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 11/24] qga-win: refactor disk properties (bus) Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 12/24] qga-win: report disk serial number Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 13/24] qga-win: refactor disk info Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 14/24] qga-win: handle multi-disk volumes Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 15/24] qga-win: return disk device in guest-get-fsinfo Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 16/24] qga-win: demystify namespace stripping Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 17/24] qga: fix an off-by-one issue Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 18/24] qga: group agent init/cleanup init separate routines Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 19/24] qga: hang GAConfig/socket_activation off of GAState global Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 20/24] qga: move w32 service handling out of run_agent() Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 21/24] qga: add --retry-path option for re-initializing channel on failure Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 22/24] qga-win: install service with --retry-path set by default Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 23/24] qga-win: report specific error when failing to open channel Michael Roth
2018-10-31 14:19 ` [Qemu-devel] [PULL v3 24/24] qga-win: changing --retry-path option behavior Michael Roth
2018-11-01 18:28 ` Peter Maydell [this message]
2018-11-02  0:27 ` [Qemu-devel] [PULL v3 00/24] qemu-ga patch queue for soft-freeze no-reply

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='CAFEAcA_MYOUZ5EFMtfasaOzOuWPs+H546BkkXs_sB0eV2nPY=Q@mail.gmail.com' \
    --to=peter.maydell@linaro.org \
    --cc=mdroth@linux.vnet.ibm.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).