[PULL 0/2] qemu-ga patch queue for 4.2-rc0

Michael Roth posted 2 patches 4 years, 5 months ago
Test docker-quick@centos7 passed
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191104173017.14324-1-mdroth@linux.vnet.ibm.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-posix.c |  3 ++-
qga/commands-win32.c | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
[PULL 0/2] qemu-ga patch queue for 4.2-rc0
Posted by Michael Roth 4 years, 5 months ago
The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:

  Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)

are available in the Git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2019-11-04-tag

for you to fetch changes up to 28d8dd355be98da6239bd5569721980c833df6a1:

  qga: Add "guest-get-memory-block-info" to blacklist (2019-11-04 08:50:54 -0600)

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

* fix handling of Chinese network device names in
  guest-network-get-interfaces
* add missing blacklist entries for guest-get-memory-block-info for
  w32/non-linux builds

----------------------------------------------------------------
Basil Salman (1):
      qga: Add "guest-get-memory-block-info" to blacklist

Bishara AbuHattoum (1):
      qga-win: network-get-interfaces command name field bug fix

 qga/commands-posix.c |  3 ++-
 qga/commands-win32.c | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)



Re: [PULL 0/2] qemu-ga patch queue for 4.2-rc0
Posted by Peter Maydell 4 years, 5 months ago
On Mon, 4 Nov 2019 at 17:30, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>
> The following changes since commit 36609b4fa36f0ac934874371874416f7533a5408:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' into staging (2019-11-02 17:59:03 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2019-11-04-tag
>
> for you to fetch changes up to 28d8dd355be98da6239bd5569721980c833df6a1:
>
>   qga: Add "guest-get-memory-block-info" to blacklist (2019-11-04 08:50:54 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for hard-freeze
>
> * fix handling of Chinese network device names in
>   guest-network-get-interfaces
> * add missing blacklist entries for guest-get-memory-block-info for
>   w32/non-linux builds
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM