qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes
Date: Fri, 17 Jun 2016 03:29:59 +0300	[thread overview]
Message-ID: <20160617032959-mutt-send-email-mst@redhat.com> (raw)

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 <mst@redhat.com>

----------------------------------------------------------------
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	other threads:[~2016-06-17  0:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17  0:29 Michael S. Tsirkin [this message]
2016-06-17 11:36 ` [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160617032959-mutt-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).