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

Frederic Barrat posted 2 patches 1 year, 11 months ago
hw/intc/xive.c        | 25 ++++++++++++++++++++++---
hw/intc/xive2.c       | 18 +++++++++++-------
include/hw/ppc/xive.h |  1 +
3 files changed, 34 insertions(+), 10 deletions(-)
[PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
Posted by Frederic Barrat 1 year, 11 months ago
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(-)

-- 
2.35.1
Re: [PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
Posted by Daniel Henrique Barboza 1 year, 10 months ago

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(-)
>