The following changes since commit 026aaf47c02b79036feb830206cfebb2a726510d:
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'
into staging (2018-03-13 16:26:44 +0000)
are available in the Git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180315
for you to fetch changes up to a9ab8cc157054ea6941fb849c78d9e6c515a7730:
target/ppc: fix tlbsync to check privilege level depending on GTSE
(2018-03-15 11:18:31 +1100)
----------------------------------------------------------------
ppc patch queue for 2018-03-15
Here's the set of accumulated patches now that we're into soft freeze.
I've split new functionality into a ppc-for-2.13 branch, so this only
has bugfixes. Well.. and a couple of simple cleanups to make bugfixes
easier, some test improvements and a trivial change to make command
line options more obvious. I think those are all acceptable for soft
freeze.
----------------------------------------------------------------
BALATON Zoltan (2):
sii3112: Remove unneeded exit function
ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)
Cédric Le Goater (1):
target/ppc: fix tlbsync to check privilege level depending on GTSE
David Engraf (1):
PPC e500: Fix gap between u-boot and kernel
Thomas Huth (5):
tests/boot-serial: Check the 40p machine, too
hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devices
hw/misc/macio: Mark the macio devices with user_creatable = false
hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"
tests/boot-serial: Test the sam460ex board
hw/ide/sii3112.c | 12 ------------
hw/misc/macio/macio.c | 2 ++
hw/ppc/e500.c | 9 ++++-----
hw/ppc/ppc440_pcix.c | 11 +++++++----
hw/ppc/prep.c | 2 +-
hw/ppc/spapr.c | 5 +++--
hw/scsi/lsi53c895a.c | 7 +++++++
include/hw/pci/pci.h | 1 +
target/ppc/translate.c | 9 +++++++--
tests/boot-serial-test.c | 8 ++++++--
10 files changed, 38 insertions(+), 28 deletions(-)