Re: [Xen-devel] [PATCH 02/22] tools: libxendevicemodel: Provide xendevicemodel_shutdown

2017-09-18 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH 02/22] tools: libxendevicemodel: Provide xendevicemodel_shutdown"): > We need to have: > > VERS_1.1 { ... > And also bump the minor number in Makefile. Done, thanks. Ian. ___ Xen-devel mailing list Xen-devel@lists.xen.org

Re: [Xen-devel] [PATCH 02/22] tools: libxendevicemodel: Provide xendevicemodel_shutdown

2017-09-18 Thread Wei Liu
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 > +++

[Xen-devel] [PATCH 02/22] tools: libxendevicemodel: Provide xendevicemodel_shutdown

2017-09-15 Thread Ian Jackson
Signed-off-by: Ian Jackson --- tools/libs/devicemodel/core.c | 16 tools/libs/devicemodel/include/xendevicemodel.h | 9 + tools/libs/devicemodel/libxendevicemodel.map| 1 + 3 files changed, 26 insertions(+) diff --git