[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/25] misc fixes and cleanups
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PULL 00/25] misc fixes and cleanups |
Date: |
Wed, 11 Mar 2015 20:50:36 +0100 |
OK, doing a pull request now before it grows up to be another >100 patch
monster. And the virtio scsi bug at least blocks some testers, so
there's some urgency.
Pls pull.
The following changes since commit 8437f7be3b1c49631e435c652707f2cee477149d:
Merge remote-tracking branch
'remotes/mjt/tags/pull-trivial-patches-2015-03-04' into staging (2015-03-10
11:44:59 +0000)
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 18bf9e2f379334306530cbfd44218748eceaf67d:
virtio-scsi: remove empty wrapper for cmd (2015-03-11 18:24:30 +0100)
----------------------------------------------------------------
misc fixes and cleanups
A bunch of fixes all over the place, some of the
bugs fixed are actually regressions.
Signed-off-by: Michael S. Tsirkin <address@hidden>
----------------------------------------------------------------
Marcel Apfelbaum (9):
acpi: fix aml_equal term implementation
machine: replace qemu opts with iommu property
machine: allowed/required kernel-irqchip support
machine: query kernel-irqchip property
kvm: add machine state to kvm_arch_init
machine: query kvm-shadow-mem machine property
machine: query phandle-start machine property
machine: query dump-guest-core machine property
machine: query mem-merge machine property
Markus Armbruster (2):
pci: Convert pci_nic_init() to Error to avoid qdev_init()
virtio-pci: Convert to realize()
Michael S. Tsirkin (13):
aml-build: don't modify child
aml-build: append opcodes using build_append_byte
acpi-test: update expected files
pci/shpc: fix signed integer overflow
hw/boards: make it safe to include for linux-user
MAINTAINERS: drop address@hidden
acpi: specify format for build_append_namestring
exec: don't include hw/boards for linux-user
virtio-scsi: drop duplicate CDB/SENSE SIZE
uapi/virtio_scsi: allow overriding CDB/SENSE size
virtio-scsi: fix cdb/sense size
virtio-scsi: clean out duplicate cdb field
virtio-scsi: remove empty wrapper for cmd
Stefan Berger (1):
tpm: Move memory subregion function into realize function
hw/virtio/virtio-pci.h | 2 +-
include/hw/boards.h | 10 ++-
include/hw/virtio/virtio-scsi.h | 16 ++---
include/standard-headers/linux/virtio_scsi.h | 12 +++-
include/sysemu/kvm.h | 2 +-
device_tree.c | 5 +-
exec.c | 8 ++-
hw/acpi/aml-build.c | 22 ++++---
hw/core/machine.c | 52 +++++++++++++---
hw/pci-host/q35.c | 2 +-
hw/pci/pci.c | 18 ++++--
hw/pci/shpc.c | 2 +-
hw/ppc/e500.c | 15 ++---
hw/ppc/spapr.c | 15 ++---
hw/scsi/virtio-scsi.c | 12 ++--
hw/tpm/tpm_tis.c | 6 +-
hw/virtio/virtio-pci.c | 88 +++++++++++----------------
kvm-all.c | 8 +--
target-arm/kvm.c | 2 +-
target-i386/kvm.c | 5 +-
target-mips/kvm.c | 2 +-
target-ppc/kvm.c | 2 +-
target-s390x/kvm.c | 2 +-
MAINTAINERS | 9 ---
tests/acpi-test-data/pc/SSDT | Bin 2476 -> 2475 bytes
tests/acpi-test-data/pc/SSDT.bridge | Bin 4335 -> 4334 bytes
tests/acpi-test-data/q35/SSDT | Bin 681 -> 680 bytes
tests/acpi-test-data/q35/SSDT.bridge | Bin 698 -> 697 bytes
28 files changed, 170 insertions(+), 147 deletions(-)
- [Qemu-devel] [PULL 00/25] misc fixes and cleanups,
Michael S. Tsirkin <=