mbox

[PULL,0/1] ppc-for-5.2 patch queue 2020-11-18

Message ID 20201118152639.173860-1-groug@kaod.org
State New
Headers show

Pull-request

https://github.com/gkurz/qemu.git tags/ppc-for-5.2-20201118

Message

Greg Kurz Nov. 18, 2020, 3:26 p.m. UTC
The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:

  Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/ppc-for-5.2-20201118

for you to fetch changes up to 6d24795ee7e3199d199d3c415312c93382ad1807:

  Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts" (2020-11-18 11:05:56 +0100)

----------------------------------------------------------------
ppc patch queue for 2020-11-18

This fixes a regression that badly breaks some guest setups because
IPIs end up misconfigured in the XIVE interrupt controller. Hopefully,
the last fix for sPAPR. I'm sending this PR with the blessing of David
who is currently on holidays.

----------------------------------------------------------------
Greg Kurz (1):
      Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"

 hw/intc/spapr_xive_kvm.c | 102 +++++++++--------------------------------------
 1 file changed, 18 insertions(+), 84 deletions(-)

Comments

Cédric Le Goater Nov. 18, 2020, 3:28 p.m. UTC | #1
Please use clg@kaod.org when possible.

C.


On 11/18/20 4:26 PM, Greg Kurz wrote:
> The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:
> 
>   Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)
> 
> are available in the Git repository at:
> 
>   https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_gkurz_qemu.git&d=DwIFaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=XHJsZhhuWSw9713Fp0ciew&m=ilve0kNoChzHfoHYAB7_bffdpkMBVkgrbnU6-3ZtvQg&s=eZqPNVdcEjvBh8rHafjWev1i_XseP5xmNXrsyFKiIrU&e=  tags/ppc-for-5.2-20201118
> 
> for you to fetch changes up to 6d24795ee7e3199d199d3c415312c93382ad1807:
> 
>   Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts" (2020-11-18 11:05:56 +0100)
> 
> ----------------------------------------------------------------
> ppc patch queue for 2020-11-18
> 
> This fixes a regression that badly breaks some guest setups because
> IPIs end up misconfigured in the XIVE interrupt controller. Hopefully,
> the last fix for sPAPR. I'm sending this PR with the blessing of David
> who is currently on holidays.
> 
> ----------------------------------------------------------------
> Greg Kurz (1):
>       Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"
> 
>  hw/intc/spapr_xive_kvm.c | 102 +++++++++--------------------------------------
>  1 file changed, 18 insertions(+), 84 deletions(-)
>
Peter Maydell Nov. 18, 2020, 6:54 p.m. UTC | #2
On Wed, 18 Nov 2020 at 15:27, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:
>
>   Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/ppc-for-5.2-20201118
>
> for you to fetch changes up to 6d24795ee7e3199d199d3c415312c93382ad1807:
>
>   Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts" (2020-11-18 11:05:56 +0100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2020-11-18
>
> This fixes a regression that badly breaks some guest setups because
> IPIs end up misconfigured in the XIVE interrupt controller. Hopefully,
> the last fix for sPAPR. I'm sending this PR with the blessing of David
> who is currently on holidays.
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"
>
>  hw/intc/spapr_xive_kvm.c | 102 +++++++++--------------------------------------
>  1 file changed, 18 insertions(+), 84 deletions(-)


Applied, thanks.

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

-- PMM
Greg Kurz Nov. 18, 2020, 7:41 p.m. UTC | #3
I created the PR manually and forgot to Cc qemu-ppc. Doing it now.

On Wed, 18 Nov 2020 18:54:41 +0000
Peter Maydell <peter.maydell@linaro.org> wrote:

> On Wed, 18 Nov 2020 at 15:27, Greg Kurz <groug@kaod.org> wrote:
> >
> > The following changes since commit 66a300a107ec286725bdc943601cbd4247b82158:
> >
> >   Update version for v5.2.0-rc2 release (2020-11-17 22:58:10 +0000)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/gkurz/qemu.git tags/ppc-for-5.2-20201118
> >
> > for you to fetch changes up to 6d24795ee7e3199d199d3c415312c93382ad1807:
> >
> >   Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts" (2020-11-18 11:05:56 +0100)
> >
> > ----------------------------------------------------------------
> > ppc patch queue for 2020-11-18
> >
> > This fixes a regression that badly breaks some guest setups because
> > IPIs end up misconfigured in the XIVE interrupt controller. Hopefully,
> > the last fix for sPAPR. I'm sending this PR with the blessing of David
> > who is currently on holidays.
> >
> > ----------------------------------------------------------------
> > Greg Kurz (1):
> >       Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"
> >
> >  hw/intc/spapr_xive_kvm.c | 102 +++++++++--------------------------------------
> >  1 file changed, 18 insertions(+), 84 deletions(-)
> 
> 
> Applied, thanks.
> 
> Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
> for any user-visible changes.
> 
> -- PMM