Re: [Xen-devel] [PATCH 21/25] Tools/libxc: Add a new interface to bind remapping format msi with pirq

2017-06-30 Thread Wei Liu
On Thu, Jun 29, 2017 at 01:50:53AM -0400, Lan Tianyu wrote: > From: Chao Gao > > Introduce a new binding relationship and provide a new interface to > manage the new relationship. > > Signed-off-by: Chao Gao > Signed-off-by: Lan Tianyu > --- > tools/libxc/include/xenctrl.h | 17 ++ > too

[Xen-devel] [PATCH 21/25] Tools/libxc: Add a new interface to bind remapping format msi with pirq

2017-06-29 Thread Lan Tianyu
From: Chao Gao Introduce a new binding relationship and provide a new interface to manage the new relationship. Signed-off-by: Chao Gao Signed-off-by: Lan Tianyu --- tools/libxc/include/xenctrl.h | 17 ++ tools/libxc/xc_domain.c | 53 + xen/drivers/passthrough/io.c