Re: [Xen-devel] [PATCH 03/10] vpci: add tear down functions

2018-07-02 Thread Roger Pau Monné
On Fri, Jun 29, 2018 at 11:37:56AM +0100, Wei Liu wrote: > On Wed, Jun 20, 2018 at 04:42:27PM +0200, Roger Pau Monne wrote: > > Tear down functions are not mandatory. Note that this patch just > > implements the framework, but doesn't implement any tear down function > > yet. > > > > No functional

Re: [Xen-devel] [PATCH 03/10] vpci: add tear down functions

2018-06-29 Thread Wei Liu
On Wed, Jun 20, 2018 at 04:42:27PM +0200, Roger Pau Monne wrote: > Tear down functions are not mandatory. Note that this patch just > implements the framework, but doesn't implement any tear down function > yet. > > No functional change intended. > > Signed-off-by: Roger Pau Monné > --- > Cc: An

[Xen-devel] [PATCH 03/10] vpci: add tear down functions

2018-06-20 Thread Roger Pau Monne
Tear down functions are not mandatory. Note that this patch just implements the framework, but doesn't implement any tear down function yet. No functional change intended. Signed-off-by: Roger Pau Monné --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Julien Grall