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