[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 02/22] tools: libxendevicemodel: Provide xendevicemodel_shutdown
On Fri, Sep 15, 2017 at 07:48:39PM +0100, Ian Jackson wrote: > diff --git a/tools/libs/devicemodel/libxendevicemodel.map > b/tools/libs/devicemodel/libxendevicemodel.map > index 130222c..fd57e79 100644 > --- a/tools/libs/devicemodel/libxendevicemodel.map > +++ b/tools/libs/devicemodel/libxendevicemodel.map > @@ -18,6 +18,7 @@ VERS_1.0 { > xendevicemodel_modified_memory; > xendevicemodel_set_mem_type; > xendevicemodel_inject_event; > + xendevicemodel_shutdown; > xendevicemodel_restrict; > xendevicemodel_close; > local: *; /* Do not expose anything by default */ We need to have: VERS_1.1 { global: xendevicemodel_shutdown; } VERS_1.0; And also bump the minor number in Makefile. The code looks fine to me. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |