[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 0/8] ppc-for-2.12 queue 20180319
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 0/8] ppc-for-2.12 queue 20180319 |
Date: |
Mon, 19 Mar 2018 11:35:16 +1100 |
The following changes since commit e1e44a9916b4318e943aecd669e096222cb3eaeb:
Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into
staging (2018-03-17 14:15:03 +0000)
are available in the Git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180319
for you to fetch changes up to 91c60f124e682a78c9a2ef951e8e58ebab6441d0:
target/ppc: fix tlbsync to check privilege level depending on GTSE
(2018-03-18 21:03:20 +1100)
----------------------------------------------------------------
ppc patch queue for 2018-03-19
This pull request supersedes the one for 2018-03-15. The only
difference is one patch is removed, since it exposed some code which
triggers ubsan warnings.
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 (4):
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"
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 | 6 ++++--
10 files changed, 36 insertions(+), 28 deletions(-)
- [Qemu-ppc] [PULL 0/8] ppc-for-2.12 queue 20180319,
David Gibson <=
- [Qemu-ppc] [PULL 6/8] hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth", David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 3/8] hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devices, David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 4/8] hw/misc/macio: Mark the macio devices with user_creatable = false, David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 2/8] tests/boot-serial: Check the 40p machine, too, David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 7/8] ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...), David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 8/8] target/ppc: fix tlbsync to check privilege level depending on GTSE, David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 5/8] PPC e500: Fix gap between u-boot and kernel, David Gibson, 2018/03/18
- [Qemu-ppc] [PULL 1/8] sii3112: Remove unneeded exit function, David Gibson, 2018/03/18
- Re: [Qemu-ppc] [PULL 0/8] ppc-for-2.12 queue 20180319, Peter Maydell, 2018/03/19