qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fi


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes
Date: Fri, 17 Jun 2016 03:29:59 +0300

changes from v2:
    drop nvdimm and ipmi patches for now

The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f20:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into 
staging (2016-06-14 16:32:32 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 874a2358307ce9d0466b0f559d33d422f9d4976d:

  MAINTAINERS: add Marcel to PCI (2016-06-17 03:28:03 +0300)

----------------------------------------------------------------
pc, pci, virtio: new features, cleanups, fixes

Beginning of reconnect support for vhost-user.
Misc cleanups and fixes.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Cao jin (3):
      pci core: assert ENOSPC when add capability
      fix some coding style problems
      msi_init: change return value to 0 on success

Marc-André Lureau (8):
      tests/vhost-user-bridge: add client mode
      tests/vhost-user-bridge: workaround stale vring base
      vhost-user: disconnect on start failure
      vhost-net: do not crash if backend is not present
      vhost-net: save & restore vhost-user acked features
      vhost-net: save & restore vring enable state
      tests: append i386 tests
      test: start vhost-user reconnect test

Michael S. Tsirkin (1):
      MAINTAINERS: add Marcel to PCI

Peter Xu (1):
      pci: fix pci_requester_id()

Tetsuya Mukawa (2):
      vhost-user: add ability to know vhost-user backend disconnection
      qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd

 include/hw/pci/pci.h               |  26 ++++++-
 include/net/net.h                  |   1 +
 include/net/vhost-user.h           |   1 +
 include/net/vhost_net.h            |   3 +
 include/sysemu/char.h              |   7 ++
 hw/i386/kvm/pci-assign.c           |   2 +-
 hw/net/vhost_net.c                 |  45 +++++++++++-
 hw/net/vmxnet3.c                   |   2 +-
 hw/pci-bridge/ioh3420.c            |   7 +-
 hw/pci-bridge/pci_bridge_dev.c     |   4 ++
 hw/pci-bridge/xio3130_downstream.c |   6 +-
 hw/pci-bridge/xio3130_upstream.c   |   3 +
 hw/pci/msi.c                       |  18 ++++-
 hw/pci/pci.c                       |  82 ++++++++++++++++++++--
 net/vhost-user.c                   |  32 ++++++++-
 qemu-char.c                        |   8 +++
 tests/vhost-user-bridge.c          |  51 ++++++++++----
 tests/vhost-user-test.c            | 136 ++++++++++++++++++++++++++++++++-----
 MAINTAINERS                        |   1 +
 tests/Makefile.include             |   2 +-
 20 files changed, 391 insertions(+), 46 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]