From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVmeW-00027A-Jl for qemu-devel@nongnu.org; Wed, 11 Mar 2015 15:50:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVmeQ-0004vH-Pw for qemu-devel@nongnu.org; Wed, 11 Mar 2015 15:50:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVmeQ-0004vC-Bz for qemu-devel@nongnu.org; Wed, 11 Mar 2015 15:50:42 -0400 Date: Wed, 11 Mar 2015 20:50:36 +0100 From: "Michael S. Tsirkin" Message-ID: <20150311205036-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 00/25] misc fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell 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 ---------------------------------------------------------------- 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 aliguori@amazon.com 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(-)