[Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171127

David Gibson posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171127043003.15034-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/ppc/spapr.c       | 4 ++--
target/ppc/machine.c | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171127
Posted by David Gibson 6 years, 4 months ago
The following changes since commit e7b47c22e2df14d55e3e4426688c929bf8e3f7fb:

  osdep.h: Make TIME_MAX handle different time_t types (2017-11-24 13:23:36 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171127

for you to fetch changes up to e07cc1929515cfb808b5c2fcc60c079e6be110cf:

  target/ppc: Fix setting of cpu->compat_pvr on incoming migration (2017-11-27 12:20:11 +1100)

----------------------------------------------------------------
ppc patch queue 2017-11-27

This series contains a couple of migration fixes for hash guests on
POWER9 radix MMU hosts.

----------------------------------------------------------------
Suraj Jitindar Singh (2):
      target/ppc: Move setting of patb_entry on hash table init
      target/ppc: Fix setting of cpu->compat_pvr on incoming migration

 hw/ppc/spapr.c       | 4 ++--
 target/ppc/machine.c | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171127
Posted by Peter Maydell 6 years, 4 months ago
On 27 November 2017 at 05:30, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit e7b47c22e2df14d55e3e4426688c929bf8e3f7fb:
>
>   osdep.h: Make TIME_MAX handle different time_t types (2017-11-24 13:23:36 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171127
>
> for you to fetch changes up to e07cc1929515cfb808b5c2fcc60c079e6be110cf:
>
>   target/ppc: Fix setting of cpu->compat_pvr on incoming migration (2017-11-27 12:20:11 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-11-27
>
> This series contains a couple of migration fixes for hash guests on
> POWER9 radix MMU hosts.
>
> ----------------------------------------------------------------
> Suraj Jitindar Singh (2):
>       target/ppc: Move setting of patb_entry on hash table init
>       target/ppc: Fix setting of cpu->compat_pvr on incoming migration
>
>  hw/ppc/spapr.c       | 4 ++--
>  target/ppc/machine.c | 4 +++-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM