[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 0/8] ppc-for-2.6 queue 20160229
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 0/8] ppc-for-2.6 queue 20160229 |
Date: |
Mon, 29 Feb 2016 17:58:23 +1100 |
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(-)
- [Qemu-ppc] [PULL 0/8] ppc-for-2.6 queue 20160229,
David Gibson <=
- [Qemu-ppc] [PULL 1/8] spapr_rng: disable hotpluggability, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 4/8] spapr: disable vmdesc submission for old machines, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 7/8] migration: allow machine to enforce configuration section migration, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 3/8] spapr_pci: fix irq leak in RTAS ibm, change-msi, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 8/8] xics: report errors with the QEMU Error API, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 2/8] spapr_pci: kill useless variable in rtas_ibm_change_msi(), David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 5/8] dbdma: warn when using unassigned channel, David Gibson, 2016/02/29
- [Qemu-ppc] [PULL 6/8] spapr: skip configuration section during migration of older machines, David Gibson, 2016/02/29
- Re: [Qemu-ppc] [PULL 0/8] ppc-for-2.6 queue 20160229, Peter Maydell, 2016/02/29