mbox

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

Message ID 20180724000126.21787-1-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

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

Message

Michael Roth July 24, 2018, 12:01 a.m. UTC
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(-)

Comments

Peter Maydell July 24, 2018, 12:29 p.m. UTC | #1
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