mbox series

[v2,0/2] ppc/xive: Update for guest interrupt handling

Message ID 20220429071620.177142-1-fbarrat@linux.ibm.com (mailing list archive)
Headers show
Series ppc/xive: Update for guest interrupt handling | expand

Message

Frederic Barrat April 29, 2022, 7:16 a.m. UTC
This short series fixes a couple of issues about interrupt handling
found when running a KVM guest on the powernv9 and powernv10 models. I
split a patch I previously sent.

Changlog:
v2:
 - update comment on patch 1
 - picked up Cedric's reviewed-by on patch 2

Frederic Barrat (2):
  ppc/xive: Always recompute the PIPR when pushing an OS context
  ppc/xive: Update the state of the External interrupt signal

 hw/intc/xive.c        | 25 ++++++++++++++++++++++---
 hw/intc/xive2.c       | 18 +++++++++++-------
 include/hw/ppc/xive.h |  1 +
 3 files changed, 34 insertions(+), 10 deletions(-)

Comments

Daniel Henrique Barboza May 4, 2022, 10:26 p.m. UTC | #1
On 4/29/22 04:16, Frederic Barrat wrote:
> This short series fixes a couple of issues about interrupt handling
> found when running a KVM guest on the powernv9 and powernv10 models. I
> split a patch I previously sent.
> 
> Changlog:
> v2:
>   - update comment on patch 1
>   - picked up Cedric's reviewed-by on patch 2
> 

Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

> Frederic Barrat (2):
>    ppc/xive: Always recompute the PIPR when pushing an OS context
>    ppc/xive: Update the state of the External interrupt signal
> 
>   hw/intc/xive.c        | 25 ++++++++++++++++++++++---
>   hw/intc/xive2.c       | 18 +++++++++++-------
>   include/hw/ppc/xive.h |  1 +
>   3 files changed, 34 insertions(+), 10 deletions(-)
>