[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 0/5] ppc-for-2.6 queue 20160225
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 0/5] ppc-for-2.6 queue 20160225 |
Date: |
Thu, 25 Feb 2016 14:02:05 +1100 |
The following changes since commit 1b1624092d1f1f746adea6e1237a07f6788c2e3d:
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into
staging (2016-02-23 16:14:17 +0000)
are available in the git repository at:
git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160225
for you to fetch changes up to 388e47c75be411979c420abbc76a250597f4ea94:
ppc/kvm: Tell the user what might be wrong when using bad CPU types with
kvm-hv (2016-02-25 13:58:44 +1100)
----------------------------------------------------------------
ppc patch queue for 2016-02-25
Hopefully final queue before qemu-2.6 soft freeze. Currently
accumulated patches for target-ppc, pseries machine type and related
devices:
* SLOF firmware update
- Many new features, including virtio 1.0 non-legacy support
* H_PAGE_INIT hypercall implementation
* Small cleanups and bugfixes.
----------------------------------------------------------------
Alexey Kardashevskiy (1):
pseries: Update SLOF firmware image to 20160223
Greg Kurz (1):
spapr: initialize local Error pointer
Thomas Huth (3):
hw/ppc/spapr: Implement the h_page_init hypercall
ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable
errors
ppc/kvm: Tell the user what might be wrong when using bad CPU types with
kvm-hv
hw/ppc/spapr.c | 2 +-
hw/ppc/spapr_hcall.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++
pc-bios/README | 2 +-
pc-bios/slof.bin | Bin 914712 -> 923832 bytes
roms/SLOF | 2 +-
target-ppc/kvm.c | 11 ++++++++--
target-ppc/kvm_ppc.h | 36 +++++++++++++++++++++++++++++--
7 files changed, 106 insertions(+), 7 deletions(-)
- [Qemu-ppc] [PULL 0/5] ppc-for-2.6 queue 20160225,
David Gibson <=
- [Qemu-ppc] [PULL 5/5] ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv, David Gibson, 2016/02/24
- [Qemu-ppc] [PULL 4/5] ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errors, David Gibson, 2016/02/24
- [Qemu-ppc] [PULL 2/5] hw/ppc/spapr: Implement the h_page_init hypercall, David Gibson, 2016/02/24
- [Qemu-ppc] [PULL 3/5] spapr: initialize local Error pointer, David Gibson, 2016/02/24
- [Qemu-ppc] [PULL 1/5] pseries: Update SLOF firmware image to 20160223, David Gibson, 2016/02/25
- Re: [Qemu-ppc] [PULL 0/5] ppc-for-2.6 queue 20160225, Peter Maydell, 2016/02/25