[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/8] virtio, pc, pci: fixes, cleanups, tests
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PULL 0/8] virtio, pc, pci: fixes, cleanups, tests |
Date: |
Fri, 12 Jul 2019 11:36:06 -0400 |
The following changes since commit a2a9d4adabe340617a24eb73a8b2a116d28a6b38:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190712' into
staging (2019-07-12 11:06:48 +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 207efa18ac9eb7085a44cad24489d0da54bc5f65:
virtio pmem: remove transitional names (2019-07-12 10:57:27 -0400)
----------------------------------------------------------------
virtio, pc, pci: fixes, cleanups, tests
A bunch of fixes all over the place.
ACPI tests will now run on more systems: might
introduce new failure reports but that's for
the best, isn't it?
Signed-off-by: Michael S. Tsirkin <address@hidden>
----------------------------------------------------------------
Igor Mammedov (2):
tests: acpi: do not require IASL for dumping AML blobs
tests: acpi: do not skip tests when IASL is not installed
Michael S. Tsirkin (2):
xio3130_downstream: typo fix
pcie: consistent names for function args
Pankaj Gupta (3):
virtio pmem: fix wrong mem region condition
virtio pmem: remove memdev null check
virtio pmem: remove transitional names
Stefan Hajnoczi (1):
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
include/hw/pci/pcie.h | 4 ++--
include/hw/virtio/virtio-balloon.h | 2 ++
hw/core/machine.c | 2 ++
hw/pci-bridge/xio3130_downstream.c | 2 +-
hw/virtio/virtio-balloon.c | 28 +++++++++++++++++++++++++---
hw/virtio/virtio-pmem-pci.c | 4 +---
hw/virtio/virtio-pmem.c | 4 ++--
tests/bios-tables-test.c | 23 +++++++++++++++++------
8 files changed, 52 insertions(+), 17 deletions(-)
- [Qemu-devel] [PULL 0/8] virtio, pc, pci: fixes, cleanups, tests,
Michael S. Tsirkin <=
- [Qemu-devel] [PULL 1/8] xio3130_downstream: typo fix, Michael S. Tsirkin, 2019/07/12
- [Qemu-devel] [PULL 2/8] pcie: consistent names for function args, Michael S. Tsirkin, 2019/07/12
- Re: [Qemu-devel] [PULL 0/8] virtio, pc, pci: fixes, cleanups, tests, Peter Maydell, 2019/07/15