mbox

[PULL,0/5] ppc-for-2.6 queue 20160225

Message ID 1456369330-7294-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160225

Message

David Gibson Feb. 25, 2016, 3:02 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 25, 2016, 11:46 a.m. UTC | #1
On 25 February 2016 at 03:02, David Gibson <david@gibson.dropbear.id.au> wrote:
> 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.

Applied, thanks.

-- PMM