From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7lTj-0006KF-1N for qemu-devel@nongnu.org; Fri, 18 Nov 2016 10:53:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7lTe-0006Nv-4x for qemu-devel@nongnu.org; Fri, 18 Nov 2016 10:53:27 -0500 Received: from mail.kernel.org ([198.145.29.136]:40668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7lTd-0006NL-VY for qemu-devel@nongnu.org; Fri, 18 Nov 2016 10:53:22 -0500 Date: Fri, 18 Nov 2016 17:53:15 +0200 From: "Michael S. Tsirkin" Message-ID: <1479484366-7977-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/7] virtio, vhost, pc: fixes 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 453ac8835b002263a6b7b0843e7c90fa8b19c869: docs: add PCIe devices placement guidelines (2016-11-15 17:20:38 +0200) 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 4b5b47abbf23246bd8dde4c6faaed8b7249d8654: acpi: Use apic_id_limit when calculating legacy ACPI table size (2016-11-18 17:50:09 +0200) ---------------------------------------------------------------- virtio, vhost, pc: fixes Most notably this fixes a regression with vhost introduced by the pull before last. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Eduardo Habkost (1): acpi: Use apic_id_limit when calculating legacy ACPI table size Paolo Bonzini (3): virtio: introduce grab/release_ioeventfd to fix vhost virtio: access ISR atomically virtio: set ISR on dataplane notifications Stefan Hajnoczi (1): virtio-crypto: fix virtio_queue_set_notification() race Zhuang Yanying (1): ivshmem: Fix 64 bit memory bar configuration ZhuangYanying (1): ipmi: fix qemu crash while migrating with ipmi include/hw/virtio/virtio-bus.h | 14 +++++++++ include/hw/virtio/virtio-scsi.h | 1 - include/hw/virtio/virtio.h | 4 ++- hw/block/dataplane/virtio-blk.c | 4 +-- hw/i386/acpi-build.c | 2 +- hw/ipmi/isa_ipmi_kcs.c | 6 ++-- hw/misc/ivshmem.c | 4 ++- hw/scsi/virtio-scsi-dataplane.c | 7 ----- hw/scsi/virtio-scsi.c | 2 +- hw/virtio/vhost.c | 14 ++++----- hw/virtio/virtio-bus.c | 58 +++++++++++++++++++++++++++++------- hw/virtio/virtio-crypto.c | 13 ++++++-- hw/virtio/virtio-mmio.c | 6 ++-- hw/virtio/virtio-pci.c | 9 ++---- hw/virtio/virtio.c | 66 +++++++++++++++++++++++++++++++++++------ hw/virtio/trace-events | 2 +- 16 files changed, 154 insertions(+), 58 deletions(-)