mbox

[PULL,for-2.7,0/3] qemu-ga patch queue for 2.7

Message ID 1469473467-16316-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2016-07-25-tag

Message

Michael Roth July 25, 2016, 7:04 p.m. UTC
The following changes since commit 2d2e632ad00d11867c6c5625605b1fbc022dd62f:

  Update version for v2.7.0-rc0 release (2016-07-22 15:32:42 +0100)

are available in the git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2016-07-25-tag

for you to fetch changes up to 690604f696db6b3da35988e29da3f8d7966e12bc:

  configure: mark qemu-ga VSS includes as system headers (2016-07-25 13:23:18 -0500)

----------------------------------------------------------------
qemu-ga patch queue for 2.7

* fix w32 build failures due to -Werror when building with VSS/fsfreeze
  enabled
* fix leaking for qemu-ga config files in `make check`

----------------------------------------------------------------
Marc-André Lureau (2):
      build-sys: link tests/data
      tests: use static qga config file

Michael Roth (1):
      configure: mark qemu-ga VSS includes as system headers

 configure                  | 11 ++++++++---
 tests/data/test-qga-config |  8 ++++++++
 tests/test-qga.c           | 27 ++++-----------------------
 3 files changed, 20 insertions(+), 26 deletions(-)
 create mode 100644 tests/data/test-qga-config

Comments

Peter Maydell July 26, 2016, 10:53 a.m. UTC | #1
On 25 July 2016 at 20:04, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 2d2e632ad00d11867c6c5625605b1fbc022dd62f:
>
>   Update version for v2.7.0-rc0 release (2016-07-22 15:32:42 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2016-07-25-tag
>
> for you to fetch changes up to 690604f696db6b3da35988e29da3f8d7966e12bc:
>
>   configure: mark qemu-ga VSS includes as system headers (2016-07-25 13:23:18 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.7
>
> * fix w32 build failures due to -Werror when building with VSS/fsfreeze
>   enabled
> * fix leaking for qemu-ga config files in `make check`

Applied, thanks.

-- PMM