From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH9vb-0001Fs-EM for qemu-devel@nongnu.org; Mon, 20 Jul 2015 08:12:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZH9vY-00055i-47 for qemu-devel@nongnu.org; Mon, 20 Jul 2015 08:12:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZH9vX-00055U-UO for qemu-devel@nongnu.org; Mon, 20 Jul 2015 08:12:12 -0400 Date: Mon, 20 Jul 2015 15:12:08 +0300 From: "Michael S. Tsirkin" Message-ID: <1437394279-24416-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/6] virtio, vhost, pc fixes for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell 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 ---------------------------------------------------------------- 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(-)