[Qemu-devel] [PULL 0/4] ppc-next queue 20151111

2015-11-10 Thread David Gibson
The following changes since commit a77067f6ac9b17beefea506ce5f514072fe3fcf4:

  Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151110' 
into staging (2015-11-10 17:49:39 +)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-next-2015

for you to fetch changes up to b41d320fef705289d2b73f4949731eb2e189161d:

  spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl (2015-11-11 13:29:04 
+1100)

A handful of ppc updates I think are reasonable to squeeze in before
the hard freeze.  There's one or two more patches I might send,
depending on feedback, but if they miss the cut-off well, too bad.


ppc patch queue - 2015-11-11

Highlights:
  - Updated SLOF version for "pseries machine
  - Bugfix / cleanup for KVM hash page table allocation


Alexey Kardashevskiy (1):
  pseries: Update SLOF firmware image to qemu-slof-20151103

Bharata B Rao (3):
  ppc: Add/Re-introduce MMU model definitions needed by PR KVM
  ppc: Let kvmppc_reset_htab() return 0 for !CONFIG_KVM
  spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl

 hw/ppc/spapr.c  |  20 
 pc-bios/README  |   2 +-
 pc-bios/slof.bin| Bin 915584 -> 914712 bytes
 roms/SLOF   |   2 +-
 target-ppc/cpu.h|   6 ++
 target-ppc/kvm_ppc.h|   2 +-
 target-ppc/mmu_helper.c |   8 
 7 files changed, 33 insertions(+), 7 deletions(-)



Re: [Qemu-devel] [PULL 0/4] ppc-next queue 20151111

2015-11-11 Thread Peter Maydell
On 11 November 2015 at 02:34, David Gibson  wrote:
> The following changes since commit a77067f6ac9b17beefea506ce5f514072fe3fcf4:
>
>   Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151110' 
> into staging (2015-11-10 17:49:39 +)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-next-2015
>
> for you to fetch changes up to b41d320fef705289d2b73f4949731eb2e189161d:
>
>   spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl (2015-11-11 13:29:04 
> +1100)
>
> A handful of ppc updates I think are reasonable to squeeze in before
> the hard freeze.  There's one or two more patches I might send,
> depending on feedback, but if they miss the cut-off well, too bad.
>
> 
> ppc patch queue - 2015-11-11
>
> Highlights:
>   - Updated SLOF version for "pseries machine
>   - Bugfix / cleanup for KVM hash page table allocation
>

Applied, thanks.

-- PMM