[Qemu-devel] [PULL 0/2] ppc-for-4.1 queue 20190728

David Gibson posted 2 patches 4 years, 9 months ago
Test checkpatch passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190728064355.2605-1-david@gibson.dropbear.id.au
Maintainers: David Gibson <david@gibson.dropbear.id.au>
hw/intc/xics_kvm.c | 11 -----------
hw/ppc/spapr_irq.c |  1 +
2 files changed, 1 insertion(+), 11 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-4.1 queue 20190728
Posted by David Gibson 4 years, 9 months ago
The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190726' into staging (2019-07-26 16:23:07 +0100)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.1-20190728

for you to fetch changes up to 8d216d8c5370495fc416bb8ac573299779867aad:

  xics/kvm: Fix fallback to emulated XICS (2019-07-28 11:50:26 +1000)

----------------------------------------------------------------
ppc patch queue (for 4.1) 2019-07-28

Here's a pull request for qemu-4.1, which I hope will be the last from
the ppc tree.  This applies a couple of last minute fixes for the XIVE
code.

----------------------------------------------------------------
Greg Kurz (2):
      spapr/irq: Inform the user when falling back to emulated IC
      xics/kvm: Fix fallback to emulated XICS

 hw/intc/xics_kvm.c | 11 -----------
 hw/ppc/spapr_irq.c |  1 +
 2 files changed, 1 insertion(+), 11 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-4.1 queue 20190728
Posted by Peter Maydell 4 years, 9 months ago
On Sun, 28 Jul 2019 at 07:44, David Gibson <david@gibson.dropbear.id.au> wrote:
>
> The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190726' into staging (2019-07-26 16:23:07 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-4.1-20190728
>
> for you to fetch changes up to 8d216d8c5370495fc416bb8ac573299779867aad:
>
>   xics/kvm: Fix fallback to emulated XICS (2019-07-28 11:50:26 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue (for 4.1) 2019-07-28
>
> Here's a pull request for qemu-4.1, which I hope will be the last from
> the ppc tree.  This applies a couple of last minute fixes for the XIVE
> code.
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       spapr/irq: Inform the user when falling back to emulated IC
>       xics/kvm: Fix fallback to emulated XICS



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM