[Qemu-devel] [PULL 0/3] pc, pci, vhost: fixes

Michael S. Tsirkin posted 3 patches 8 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1496950567-26343-1-git-send-email-mst@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
include/hw/compat.h                |  4 ++++
hw/acpi/nvdimm.c                   |  7 ++++---
hw/pci-bridge/gen_pcie_root_port.c | 25 +++++++++++++++++++++++++
tests/vhost-user-bridge.c          | 11 +++++++++--
4 files changed, 42 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/3] pc, pci, vhost: fixes
Posted by Michael S. Tsirkin 8 years, 4 months ago
The following changes since commit 64175afc695c0672876fbbfc31b299c86d562cb4:

  arm_gicv3: Fix ICC_BPR1 reset value when EL3 not implemented (2017-06-07 17:21:44 +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 bc277a52fbea1532d1adf30ba0edf15ab3dcdead:

  hw/pcie: fix the generic pcie root port to support migration (2017-06-08 22:02:37 +0300)

----------------------------------------------------------------
pc, pci, vhost: fixes

Some fixes all over the place.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Haozhong Zhang (1):
      nvdimm acpi: fix region format interface code

Marc-André Lureau (1):
      vhost-user-bridge: fix iov_restore_front() warning

Marcel Apfelbaum (1):
      hw/pcie: fix the generic pcie root port to support migration

 include/hw/compat.h                |  4 ++++
 hw/acpi/nvdimm.c                   |  7 ++++---
 hw/pci-bridge/gen_pcie_root_port.c | 25 +++++++++++++++++++++++++
 tests/vhost-user-bridge.c          | 11 +++++++++--
 4 files changed, 42 insertions(+), 5 deletions(-)