qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/6] virtio, vhost, pc fixes for 2.4


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 0/6] virtio, vhost, pc fixes for 2.4
Date: Mon, 20 Jul 2015 15:12:08 +0300

The following changes since commit b4329bf41c86bac8b56cadb097081960cc4839a0:

  Update version for v2.4.0-rc1 release (2015-07-16 20:32:20 +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 f9d6dbf0bf6e91b8ed896369ab1b7e91e5a1a4df:

  virtio-net: remove virtio queues if the guest doesn't support multiqueue 
(2015-07-20 14:19:42 +0300)

----------------------------------------------------------------
virtio, vhost, pc fixes for 2.4

The only notable thing here is vhost-user multiqueue
revert. We'll work on making it stable in 2.5,
reverting now means we won't have to maintain
bug for bug compability forever.

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

----------------------------------------------------------------
Chen Hanxiao (1):
      pci_add_capability: remove duplicate comments

Fam Zheng (1):
      virtio-net: Flush incoming queues when DRIVER_OK is being set

Jason Wang (1):
      virtio-net: unbreak any layout

Michael S. Tsirkin (1):
      Revert "vhost-user: add multi queue support"

Paulo Alcantara (1):
      ich9: fix skipped vmstate_memhp_state subsection

Wen Congyang (1):
      virtio-net: remove virtio queues if the guest doesn't support multiqueue

 qapi-schema.json                  |   6 +-
 include/hw/virtio/virtio-access.h |   9 +++
 hw/acpi/ich9.c                    |   3 -
 hw/net/vhost_net.c                |   3 +-
 hw/net/virtio-net.c               | 143 +++++++++++++++++++++++++++++---------
 hw/pci/pci.c                      |   6 +-
 hw/virtio/vhost-user.c            |  11 +--
 net/vhost-user.c                  |  37 ++++------
 docs/specs/vhost-user.txt         |   5 --
 qemu-options.hx                   |   5 +-
 10 files changed, 138 insertions(+), 90 deletions(-)




reply via email to

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