mbox

[PULL,for-2.8,0/5] qemu-ga patch queue for 2.8

Message ID 1477961990-20899-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-10-31-tag

Message

Michael Roth Nov. 1, 2016, 12:59 a.m. UTC
The following changes since commit e80b4b8fb6babce7dcc91ea9ddeecbc351fd4646:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' into staging (2016-10-31 18:19:06 +0000)

are available in the git repository at:


  git://github.com/mdroth/qemu.git tags/qga-pull-2016-10-31-tag

for you to fetch changes up to 586ef5dee77180fc32e33bc08051600030630239:

  qga: add vsock-listen method (2016-10-31 19:49:33 -0500)

----------------------------------------------------------------
qemu-ga patch queue for 2.8

* add guest-fstrim support for w32
* add support for using virtio-vsock as the communication channel

----------------------------------------------------------------
Denis V. Lunev (1):
      qga: minimal support for fstrim for Windows guests

Stefan Hajnoczi (4):
      qga: drop unused sockaddr in accept(2) call
      qga: drop unnecessary GA_CHANNEL_UNIX_LISTEN checks
      sockets: add AF_VSOCK support
      qga: add vsock-listen method

 configure            |  31 +++++++
 qapi-schema.json     |  23 +++++-
 qga/channel-posix.c  |  36 ++++++--
 qga/channel.h        |   1 +
 qga/commands-win32.c |  97 +++++++++++++++++++++-
 qga/main.c           |   6 +-
 util/qemu-sockets.c  | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 407 insertions(+), 14 deletions(-)

Comments

Peter Maydell Nov. 1, 2016, 12:47 p.m. UTC | #1
On 1 November 2016 at 00:59, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit e80b4b8fb6babce7dcc91ea9ddeecbc351fd4646:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' into staging (2016-10-31 18:19:06 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2016-10-31-tag
>
> for you to fetch changes up to 586ef5dee77180fc32e33bc08051600030630239:
>
>   qga: add vsock-listen method (2016-10-31 19:49:33 -0500)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.8
>
> * add guest-fstrim support for w32
> * add support for using virtio-vsock as the communication channel
>

Applied, thanks.

-- PMM