Re: [Xen-devel] [PATCH v2 06/11] vpci/header: add teardown cleanup

2018-09-28 Thread Jan Beulich
>>> On 17.07.18 at 11:48, wrote: > --- a/xen/drivers/vpci/header.c > +++ b/xen/drivers/vpci/header.c > @@ -131,12 +131,15 @@ bool vpci_process_pending(struct vcpu *v) > if ( rc == -ERESTART ) > return true; > > -spin_lock(&v->vpci.pdev->vpci_lock); > -if ( v

[Xen-devel] [PATCH v2 06/11] vpci/header: add teardown cleanup

2018-07-17 Thread Roger Pau Monne
In order to unmap the BARs Signed-off-by: Roger Pau Monné --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Julien Grall Cc: Konrad Rzeszutek Wilk Cc: Stefano Stabellini Cc: Tim Deegan Cc: Wei Liu --- Changes since v1: - Add comment regarding the fact that memo