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(-)