From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL 00/25] misc fixes and cleanups
Date: Wed, 11 Mar 2015 20:50:36 +0100 [thread overview]
Message-ID: <20150311205036-mutt-send-email-mst@redhat.com> (raw)
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 <mst@redhat.com>
----------------------------------------------------------------
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(-)
next reply other threads:[~2015-03-11 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-11 19:50 Michael S. Tsirkin [this message]
2015-03-12 10:28 ` [Qemu-devel] [PULL 00/25] misc fixes and cleanups Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150311205036-mutt-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).