Re: [libvirt] [PATCH v2 2/2] util: disallow resetting a pci-bridge device

2017-01-23 Thread Martin Kletzander
On Mon, Jan 23, 2017 at 07:07:10PM +0530, Shivaprasad G Bhat wrote: It is destructive to attempt reset on a pci-bridge, the host can crash. The bridges won't contain any guest data and neither they can be passed through using vfio/stub. So, no point in allowing a reset on them. We should note

[libvirt] [PATCH v2 2/2] util: disallow resetting a pci-bridge device

2017-01-23 Thread Shivaprasad G Bhat
It is destructive to attempt reset on a pci-bridge, the host can crash. The bridges won't contain any guest data and neither they can be passed through using vfio/stub. So, no point in allowing a reset on them. Signed-off-by: Shivaprasad G Bhat --- src/util/virpci.c |