qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/7] virtio, vhost, pc: fixes


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 0/7] virtio, vhost, pc: fixes
Date: Fri, 18 Nov 2016 17:53:15 +0200

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 <address@hidden>

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




reply via email to

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