[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH V2 21/26] Tools/libxc: Add a new interface to bind remapping format msi with pirq
On Thu, May 18, 2017 at 01:34:51AM -0400, Lan Tianyu wrote: > From: Chao Gao <chao.gao@xxxxxxxxx> > > Introduce a new binding relationship and provide a new interface to > manage the new relationship. > > Signed-off-by: Chao Gao <chao.gao@xxxxxxxxx> > Signed-off-by: Lan Tianyu <tianyu.lan@xxxxxxxxx> > --- > tools/libxc/include/xenctrl.h | 17 ++++++ > tools/libxc/xc_domain.c | 55 +++++++++++++++++ > xen/drivers/passthrough/io.c | 138 > +++++++++++++++++++++++++++++++++++------- > xen/include/public/domctl.h | 7 +++ > xen/include/xen/hvm/irq.h | 7 +++ > 5 files changed, 203 insertions(+), 21 deletions(-) > > diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h > index 6c8110c..465dc5b 100644 > --- a/tools/libxc/include/xenctrl.h > +++ b/tools/libxc/include/xenctrl.h > @@ -1709,6 +1709,15 @@ int xc_domain_ioport_mapping(xc_interface *xch, > uint32_t nr_ports, > uint32_t add_mapping); > > +int xc_domain_update_msi_irq_remapping( > + xc_interface *xch, > + uint32_t domid, > + uint32_t pirq, > + uint32_t source_id, > + uint32_t data, > + uint64_t addr, > + uint64_t gtable); The indentation (here and later) is a bit unusual. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |