[Qemu-devel] [PULL for-3.1 0/2] qemu-ga patch queue for 3.1.0

Michael Roth posted 2 patches 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181113030047.11711-1-mdroth@linux.vnet.ibm.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
qga/commands-win32.c   | 5 ++++-
qga/guest-agent-core.h | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL for-3.1 0/2] qemu-ga patch queue for 3.1.0
Posted by Michael Roth 5 years, 5 months ago
The following changes since commit 160e5c22e55b3f775c2003dfc626fa872ee4a7a1:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2018-11-09 10:54:10 +0000)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2018-11-12-tag

for you to fetch changes up to 61baac2fdb7ad3891fb00bbd3c9e8b8ca87f0f62:

  qga: Add multiple include guard to guest-agent-core.h (2018-11-09 07:55:13 -0600)

----------------------------------------------------------------
qemu-ga patch queue for 3.1.0

* add missing #include guards for guest-agent-core.h
* fix leaks introduced with recent win32 enablement of disk info in
  guest-get-fsinfo

----------------------------------------------------------------
Marc-André Lureau (1):
      qga-win: fix leaks of build_guest_disk_info()

Peter Maydell (1):
      qga: Add multiple include guard to guest-agent-core.h

 qga/commands-win32.c   | 5 ++++-
 qga/guest-agent-core.h | 5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)



Re: [Qemu-devel] [PULL for-3.1 0/2] qemu-ga patch queue for 3.1.0
Posted by Peter Maydell 5 years, 5 months ago
On 13 November 2018 at 03:00, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 160e5c22e55b3f775c2003dfc626fa872ee4a7a1:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2018-11-09 10:54:10 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2018-11-12-tag
>
> for you to fetch changes up to 61baac2fdb7ad3891fb00bbd3c9e8b8ca87f0f62:
>
>   qga: Add multiple include guard to guest-agent-core.h (2018-11-09 07:55:13 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 3.1.0
>
> * add missing #include guards for guest-agent-core.h
> * fix leaks introduced with recent win32 enablement of disk info in
>   guest-get-fsinfo
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       qga-win: fix leaks of build_guest_disk_info()
>
> Peter Maydell (1):
>       qga: Add multiple include guard to guest-agent-core.h

Applied, thanks.

-- PMM