Re: [Qemu-devel] [PATCH v3 00/19] spapr: Add support for PHB hotplug

2019-01-21 Thread Greg Kurz
On Tue, 22 Jan 2019 16:44:02 +1100 Alexey Kardashevskiy wrote: > On 18/01/2019 04:14, Greg Kurz wrote: > > This allows to hotplug/unplug PHBs. I could successfully test: > > - using in-kernel XICS, emulated XICS and XIVE > > - using experimental in-kernel XIVE from Cedric > > - hotplug/unplug wit

Re: [Qemu-devel] [PATCH v3 00/19] spapr: Add support for PHB hotplug

2019-01-21 Thread Alexey Kardashevskiy
On 18/01/2019 04:14, Greg Kurz wrote: > This allows to hotplug/unplug PHBs. I could successfully test: > - using in-kernel XICS, emulated XICS and XIVE > - using experimental in-kernel XIVE from Cedric > - hotplug/unplug with e1000 device to validate LSIs > - hotplug/unplug with virtio-net devic

[Qemu-devel] [PATCH v3 00/19] spapr: Add support for PHB hotplug

2019-01-17 Thread Greg Kurz
This allows to hotplug/unplug PHBs. I could successfully test: - using in-kernel XICS, emulated XICS and XIVE - using experimental in-kernel XIVE from Cedric - hotplug/unplug with e1000 device to validate LSIs - hotplug/unplug with virtio-net device to validate MSIs - some simple migration scenario