On Mon, Jun 11, 2018 at 03:13:19PM +0100, Ian Jackson wrote: > I want this to support my qemu depriv descriptor audit tool. > > Signed-off-by: Ian Jackson <[email protected]> > CC: Andrew Cooper <[email protected]>
Reviewed-by: Roger Pau Monné <[email protected]> > diff --git a/tools/libs/call/libxencall.map b/tools/libs/call/libxencall.map > index 2f96144..c6a0181 100644 > --- a/tools/libs/call/libxencall.map > +++ b/tools/libs/call/libxencall.map > @@ -17,3 +17,9 @@ VERS_1.0 { > xencall_free_buffer_pages; > local: *; /* Do not expose anything by default */ > }; > + > +VERS_1.1 { > + global: > + xencall_fd; > + ^ Extra newline? Thanks, Roger. _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
