All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes
@ 2016-06-17  0:29 Michael S. Tsirkin
  2016-06-17 11:36 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2016-06-17  0:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes
  2016-06-17  0:29 [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes Michael S. Tsirkin
@ 2016-06-17 11:36 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2016-06-17 11:36 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 17 June 2016 at 01:29, Michael S. Tsirkin <mst@redhat.com> wrote:
> 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>
>

Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-17 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17  0:29 [Qemu-devel] [PULL v3 00/15] pc, pci, virtio: new features, cleanups, fixes Michael S. Tsirkin
2016-06-17 11:36 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.