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

[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. -