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

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/20171114043747.4810-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/intc/xics.c        | 11 +++++++++++
hw/intc/xics_kvm.c    | 19 +++++++++++++++++++
hw/ppc/spapr_hcall.c  | 13 ++++++-------
include/hw/ppc/xics.h |  2 ++
4 files changed, 38 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171114
Posted by David Gibson 6 years, 4 months ago
The following changes since commit 4e8a737c092d25fe5ff99ac7bff01c222c1c017d:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' into staging (2017-11-13 14:33:29 +0000)

are available in the git repository at:

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

for you to fetch changes up to dcb556fc6ad879f7d29fb233a273a1ea3aa0549c:

  xics/kvm: synchonize state before 'info pic' (2017-11-14 11:12:42 +1100)

----------------------------------------------------------------
ppc patch queue for 2017-11-14

Another couple of fixes for qemu-2.11.

----------------------------------------------------------------
Greg Kurz (1):
      xics/kvm: synchonize state before 'info pic'

Sam Bobroff (1):
      target/ppc: correct htab shift for hash on radix

 hw/intc/xics.c        | 11 +++++++++++
 hw/intc/xics_kvm.c    | 19 +++++++++++++++++++
 hw/ppc/spapr_hcall.c  | 13 ++++++-------
 include/hw/ppc/xics.h |  2 ++
 4 files changed, 38 insertions(+), 7 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-2.11 queue 20171114
Posted by Peter Maydell 6 years, 4 months ago
On 14 November 2017 at 04:37, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 4e8a737c092d25fe5ff99ac7bff01c222c1c017d:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' into staging (2017-11-13 14:33:29 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.11-20171114
>
> for you to fetch changes up to dcb556fc6ad879f7d29fb233a273a1ea3aa0549c:
>
>   xics/kvm: synchonize state before 'info pic' (2017-11-14 11:12:42 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2017-11-14
>
> Another couple of fixes for qemu-2.11.
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       xics/kvm: synchonize state before 'info pic'
>
> Sam Bobroff (1):
>       target/ppc: correct htab shift for hash on radix

Applied, thanks.

-- PMM