Re: [Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap

2017-10-27 Thread Ross Lagerwall
On 10/27/2017 12:45 PM, Wei Liu wrote: On Fri, Oct 20, 2017 at 10:22:55AM +0100, Paul Durrant wrote: ... CFLAGS += -Werror -Wmissing-prototypes diff --git a/tools/libs/devicemodel/core.c b/tools/libs/devicemodel/core.c index b66d4f9..2a23077 100644 --- a/tools/libs/devicemodel/core.c +++ b/t

Re: [Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap

2017-10-27 Thread Wei Liu
agerwall ; Ian Jackson > > ; Wei Liu > > Subject: [Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide > > xendevicemodel_add_to_physmap > > > > Signed-off-by: Ross Lagerwall > > --- > > tools/libs/devicemodel/Makefile | 2 +- > > to

Re: [Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap

2017-10-20 Thread Paul Durrant
> -Original Message- > From: Xen-devel [mailto:xen-devel-boun...@lists.xen.org] On Behalf Of > Ross Lagerwall > Sent: 18 October 2017 15:04 > To: Xen-devel > Cc: Ross Lagerwall ; Ian Jackson > ; Wei Liu > Subject: [Xen-devel] [PATCH v1 4/5] tools: li

Re: [Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap

2017-10-19 Thread Ian Jackson
Ross Lagerwall writes ("[PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap"): > Signed-off-by: Ross Lagerwall Acked-by: Ian Jackson I have looked at the hypervisor patches but I am not qualified to assess the security properties of the new DMOPs. Ian.

[Xen-devel] [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap

2017-10-18 Thread Ross Lagerwall
Signed-off-by: Ross Lagerwall --- tools/libs/devicemodel/Makefile | 2 +- tools/libs/devicemodel/core.c | 17 + tools/libs/devicemodel/include/xendevicemodel.h | 13 + tools/libs/devicemodel/libxendevicemodel.map| 5 + 4 file