From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDhfm-0004wK-QJ for qemu-devel@nongnu.org; Thu, 16 Jun 2016 20:30:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDhfj-0006Ch-Ke for qemu-devel@nongnu.org; Thu, 16 Jun 2016 20:30:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDhfj-0006BA-Eh for qemu-devel@nongnu.org; Thu, 16 Jun 2016 20:30:07 -0400 Date: Fri, 17 Jun 2016 03:29:59 +0300 From: "Michael S. Tsirkin" Message-ID: <20160617032959-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell changes from v2: drop nvdimm and ipmi patches for now The following changes since commit 49237b856ae58ee7955be0b959c504c51b014f= 20: 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 ---------------------------------------------------------------- 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=E9 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(-)