mbox

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

Message ID 1437394279-24416-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

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

Message

Michael S. Tsirkin July 20, 2015, 12:12 p.m. UTC
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 <mst@redhat.com>

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

Comments

Peter Maydell July 20, 2015, 3:01 p.m. UTC | #1
On 20 July 2015 at 13:12, Michael S. Tsirkin <mst@redhat.com> wrote:
> 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 <mst@redhat.com>

Applied, thanks.

-- PMM