Re: [Qemu-devel] [PATCH 0/3] spapr/pci: Improve MSI tracking

2019-07-27 Thread David Gibson
On Fri, Jul 26, 2019 at 04:44:33PM +0200, Greg Kurz wrote:
> Some recent tests with AIX guests showed that we don't tear down
> MSIs that were allocated with the "change-msi" RTAS call, when
> the guest is rebooted. This series teach PHBs to do the cleanup
> at reset time.
> 
> This bug has always been there. Not sure it is worth the pain to
> have this fixed in 4.1.

Since we've only recently started looking at AIX as a supported guest,
and these bugs don't appear to break Linux guests, no, I don't think
it is.

-- 
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson


signature.asc
Description: PGP signature


[Qemu-devel] [PATCH 0/3] spapr/pci: Improve MSI tracking

2019-07-26 Thread Greg Kurz
Some recent tests with AIX guests showed that we don't tear down
MSIs that were allocated with the "change-msi" RTAS call, when
the guest is rebooted. This series teach PHBs to do the cleanup
at reset time.

This bug has always been there. Not sure it is worth the pain to
have this fixed in 4.1.

--
Greg

---

Greg Kurz (3):
  spapr/pci: Consolidate de-allocation of MSIs
  spapr/pci: Free MSIs during reset
  spapr/irq: Drop spapr_irq_msi_reset()


 hw/ppc/spapr.c |4 
 hw/ppc/spapr_irq.c |7 ++-
 hw/ppc/spapr_pci.c |   26 +-
 include/hw/ppc/spapr_irq.h |1 -
 4 files changed, 19 insertions(+), 19 deletions(-)