[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v10 4/5] tools: Add new function to get gsi from dev
On Fri, Jun 21, 2024 at 08:34:11AM +0000, Chen, Jiqian wrote: > On 2024/6/20 22:38, Anthony PERARD wrote: > > On Mon, Jun 17, 2024 at 05:00:34PM +0800, Jiqian Chen wrote: > >> diff --git a/tools/include/xencall.h b/tools/include/xencall.h > >> index fc95ed0fe58e..750aab070323 100644 > >> --- a/tools/include/xencall.h > >> +++ b/tools/include/xencall.h > >> @@ -113,6 +113,8 @@ int xencall5(xencall_handle *xcall, unsigned int op, > >> uint64_t arg1, uint64_t arg2, uint64_t arg3, > >> uint64_t arg4, uint64_t arg5); > >> > >> +int xen_oscall_gsi_from_dev(xencall_handle *xcall, unsigned int sbdf); > > > > I don't think that an appropriate library for this new feature. > > libxencall is a generic lib to make hypercall. > Do you have a suggested place to put this new function? This is an internal function, which doesn't need to be exposed in a public interface, but the implementation is used by another function. So that can be moved to libxenctrl. -- Anthony Perard | Vates XCP-ng Developer XCP-ng & Xen Orchestra - Vates solutions web: https://vates.tech
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |