Re: [PATCH 18/24] xen/arm: compile blkfront and blkback

2012-08-01 Thread Stefano Stabellini
On Wed, 1 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Thu, Jul 26, 2012 at 04:34:00PM +0100, Stefano Stabellini wrote: > > Signed-off-by: Stefano Stabellini > > --- > > drivers/block/xen-blkback/blkback.c |1 + > > include/xen/interface/io/protocols.h |3 +++ > > 2 files changed, 4 inser

Re: [PATCH 18/24] xen/arm: compile blkfront and blkback

2012-08-01 Thread Konrad Rzeszutek Wilk
On Thu, Jul 26, 2012 at 04:34:00PM +0100, Stefano Stabellini wrote: > Signed-off-by: Stefano Stabellini > --- > drivers/block/xen-blkback/blkback.c |1 + > include/xen/interface/io/protocols.h |3 +++ > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/drivers/block/xen-

Re: [PATCH 18/24] xen/arm: compile blkfront and blkback

2012-07-27 Thread Stefano Stabellini
On Fri, 27 Jul 2012, Ian Campbell wrote: > On Thu, 2012-07-26 at 16:34 +0100, Stefano Stabellini wrote: > > > > +#define XEN_IO_PROTO_ABI_ARM"arm-abi" > > I wonder if we ought to call this arm-aarch32-abi or something? So aarch64 has just been renamed to arm64 and you want to rename arm

Re: [PATCH 18/24] xen/arm: compile blkfront and blkback

2012-07-27 Thread Ian Campbell
On Thu, 2012-07-26 at 16:34 +0100, Stefano Stabellini wrote: > > +#define XEN_IO_PROTO_ABI_ARM"arm-abi" I wonder if we ought to call this arm-aarch32-abi or something? I wonder if we can also take the opportunity to fix the ABI cockup for disks on ARM and make the structs the same for b

[PATCH 18/24] xen/arm: compile blkfront and blkback

2012-07-26 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini --- drivers/block/xen-blkback/blkback.c |1 + include/xen/interface/io/protocols.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c index 73f196c..63dd5b9 10