Re: [Qemu-devel] [PATCH v2 04/10] pci/pcie: stop plug/unplug if the slot is locked

2018-11-07 Thread David Hildenbrand
On 07.11.18 00:10, David Gibson wrote: > On Mon, Nov 05, 2018 at 11:20:38AM +0100, David Hildenbrand wrote: >> We better stop right away. While at it, properly move the check >> to the pre_plug handler. >> >> Reviewed-by: Igor Mammedov >> Signed-off-by: David Hildenbrand > > Reviewed-by: David

Re: [Qemu-devel] [PATCH v2 04/10] pci/pcie: stop plug/unplug if the slot is locked

2018-11-06 Thread David Gibson
On Mon, Nov 05, 2018 at 11:20:38AM +0100, David Hildenbrand wrote: > We better stop right away. While at it, properly move the check > to the pre_plug handler. > > Reviewed-by: Igor Mammedov > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson Although I'm not sure the commit message

[Qemu-devel] [PATCH v2 04/10] pci/pcie: stop plug/unplug if the slot is locked

2018-11-05 Thread David Hildenbrand
We better stop right away. While at it, properly move the check to the pre_plug handler. Reviewed-by: Igor Mammedov Signed-off-by: David Hildenbrand --- hw/pci/pcie.c | 25 + hw/pci/pcie_port.c| 1 + include/hw/pci/pcie.h | 2 ++ 3 files changed, 20