Re: [Qemu-devel] [PATCH 10/18] xen: add header and build dataplane/xen-qdisk.c

2018-12-05 Thread Paul Durrant
> -Original Message- > From: Anthony PERARD [mailto:anthony.per...@citrix.com] > Sent: 03 December 2018 18:09 > To: Paul Durrant > Cc: qemu-bl...@nongnu.org; qemu-devel@nongnu.org; xen- > de...@lists.xenproject.org; Stefan Hajnoczi ; Kevin > Wolf ; Max Reitz ; Stefano Stabellini > > Subje

Re: [Qemu-devel] [PATCH 10/18] xen: add header and build dataplane/xen-qdisk.c

2018-12-03 Thread Anthony PERARD
On Wed, Nov 21, 2018 at 03:12:03PM +, Paul Durrant wrote: > This patch adds the transformations necessary to get dataplane/xen-qdisk.c > to build against the new XenBus/XenDevice framework. MAINTAINERS is also > updated due to the introduction of dataplane/xen-qdisk.h. > > NOTE: Existing data

[Qemu-devel] [PATCH 10/18] xen: add header and build dataplane/xen-qdisk.c

2018-11-21 Thread Paul Durrant
This patch adds the transformations necessary to get dataplane/xen-qdisk.c to build against the new XenBus/XenDevice framework. MAINTAINERS is also updated due to the introduction of dataplane/xen-qdisk.h. NOTE: Existing data structure names are retained for the moment. These will be modifie