To probably no-one's surprise, my "hopefully last" pull request before the soft freeze has turned out not to be the last. Here are a few more patches for qemu-2.6.
The following changes since commit 6e378dd214fbbae8138ff011ec3de7ddf13a445f: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160226' into staging (2016-02-26 16:02:00 +0000) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160229 for you to fetch changes up to a005b3ef50439b5bc6b2eb0b5bda8e8c7c2368bf: xics: report errors with the QEMU Error API (2016-02-28 16:19:02 +1100) ---------------------------------------------------------------- ppc patch queue for 2016-02-29 Some more accumulated patches for target-ppc, pseries machine type and related devices to fit in before the qemu-2.6 soft freeze. * Mostly bugfixes and small cleanups for spapr and Mac platforms ---------------------------------------------------------------- Greg Kurz (7): spapr_rng: disable hotpluggability spapr_pci: kill useless variable in rtas_ibm_change_msi() spapr_pci: fix irq leak in RTAS ibm,change-msi spapr: disable vmdesc submission for old machines spapr: skip configuration section during migration of older machines migration: allow machine to enforce configuration section migration xics: report errors with the QEMU Error API Hervé Poussineau (1): dbdma: warn when using unassigned channel hw/core/machine.c | 21 +++++++++++++++++++++ hw/intc/xics.c | 13 +++++++++---- hw/misc/macio/mac_dbdma.c | 25 +++++++++++++++++++++++-- hw/ppc/spapr.c | 2 ++ hw/ppc/spapr_events.c | 3 ++- hw/ppc/spapr_pci.c | 31 +++++++++++++++++++++---------- hw/ppc/spapr_rng.c | 1 + hw/ppc/spapr_vio.c | 7 ++++--- include/hw/boards.h | 1 + include/hw/ppc/xics.h | 5 +++-- migration/savevm.c | 10 ++++++++-- qemu-options.hx | 3 ++- trace-events | 2 -- 13 files changed, 97 insertions(+), 27 deletions(-)