Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-21 Thread Samuel Thibault
Wei Liu, on lun. 20 févr. 2017 15:20:08 +, wrote: > On Mon, Feb 20, 2017 at 03:14:27PM +, Paul Durrant wrote: > > > From: Wei Liu [mailto:wei.l...@citrix.com] > > > > > [2] > > > > > http://xenbits.xen.org/gitweb/?p=people/pauldu/mini-os.git;a=commit;h=41c9f2ae > > > > > > > > > > > Need

Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-20 Thread Wei Liu
On Mon, Feb 20, 2017 at 03:14:27PM +, Paul Durrant wrote: > > -Original Message- > > From: Wei Liu [mailto:wei.l...@citrix.com] > > Sent: 20 February 2017 15:12 > > To: Paul Durrant > > Cc: xen-de...@lists.xenproject.org; Ian Jackson ;

Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-20 Thread Paul Durrant
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: 20 February 2017 15:12 > To: Paul Durrant > Cc: xen-de...@lists.xenproject.org; Ian Jackson ; > Wei Liu ; Samuel Thibault

Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-20 Thread Wei Liu
On Mon, Feb 20, 2017 at 03:07:32PM +, Wei Liu wrote: > On Fri, Feb 17, 2017 at 10:27:06AM +, Paul Durrant wrote: > > The new xendevicemodel library is intended to be used by all Xen device > > models such that the only hypercall that use will be the dm_op hypercall > > added by commit

Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-20 Thread Paul Durrant
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: 20 February 2017 15:08 > To: Paul Durrant > Cc: xen-de...@lists.xenproject.org; Ian Jackson ; > Wei Liu ; Samuel Thibault

Re: [Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-20 Thread Wei Liu
On Fri, Feb 17, 2017 at 10:27:06AM +, Paul Durrant wrote: > The new xendevicemodel library is intended to be used by all Xen device > models such that the only hypercall that use will be the dm_op hypercall > added by commit 524a98c2. > > This patch adds the boilerplate for the new library,

[Xen-devel] [PATCH 1/4] tools/libxendevicemodel: introduce the new library

2017-02-17 Thread Paul Durrant
The new xendevicemodel library is intended to be used by all Xen device models such that the only hypercall that use will be the dm_op hypercall added by commit 524a98c2. This patch adds the boilerplate for the new library, with only open() and close() entry points, and calls to those from