[Qemu-devel] [PULL for-3.0 0/2] qemu-ga patch queue for hard-freeze

Michael Roth posted 2 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180724000126.21787-1-mdroth@linux.vnet.ibm.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
There is a newer version of this series
qga/commands-win32.c | 13 +++++++++++++
qga/main.c           | 54 ++++++++++++++++++++++++++--------------------------
2 files changed, 40 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL for-3.0 0/2] qemu-ga patch queue for hard-freeze
Posted by Michael Roth 7 years, 3 months ago
The following changes since commit 4eecc2e212bae7308d8582d99f665dfc253c9dda:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180723' into staging (2018-07-23 19:24:05 +0100)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2018-07-23-tag

for you to fetch changes up to ae7da1e5f658ea21d96e565514de20ff2cf24fa1:

  qga: process_event() simplification and leak fix (2018-07-23 18:54:26 -0500)

----------------------------------------------------------------
qemu-ga patch queue for hard-freeze

* fix leak in qga main loop error path
* better error reporting when Windows version doesn't support fstrim

----------------------------------------------------------------
Marc-André Lureau (1):
      qga: process_event() simplification and leak fix

Sameeh Jubran (1):
      qga-win: Handle fstrim for OSes lower than Win8

 qga/commands-win32.c | 13 +++++++++++++
 qga/main.c           | 54 ++++++++++++++++++++++++++--------------------------
 2 files changed, 40 insertions(+), 27 deletions(-)



Re: [Qemu-devel] [PULL for-3.0 0/2] qemu-ga patch queue for hard-freeze
Posted by Peter Maydell 7 years, 3 months ago
On 24 July 2018 at 01:01, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 4eecc2e212bae7308d8582d99f665dfc253c9dda:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180723' into staging (2018-07-23 19:24:05 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2018-07-23-tag
>
> for you to fetch changes up to ae7da1e5f658ea21d96e565514de20ff2cf24fa1:
>
>   qga: process_event() simplification and leak fix (2018-07-23 18:54:26 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for hard-freeze
>
> * fix leak in qga main loop error path
> * better error reporting when Windows version doesn't support fstrim
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       qga: process_event() simplification and leak fix
>
> Sameeh Jubran (1):
>       qga-win: Handle fstrim for OSes lower than Win8
>
>  qga/commands-win32.c | 13 +++++++++++++
>  qga/main.c           | 54 ++++++++++++++++++++++++++--------------------------
>  2 files changed, 40 insertions(+), 27 deletions(-)


Applied, thanks.

-- PMM