Re: [Qemu-devel] [PATCH 1/4] linux-user: implement device mapper ioctls

2012-02-06 Thread Alexander Graf
On 31.01.2012, at 22:49, Alexander Graf wrote: > This patch implements all ioctls currently implemented by device mapper, > enabling us to run dmsetup and kpartx inside of linux-user. Hi Alasdair, Could you please have a quick glimpse through this wrapper and check that I handled the ioctls co

[Qemu-devel] [PATCH 1/4] linux-user: implement device mapper ioctls

2012-01-31 Thread Alexander Graf
This patch implements all ioctls currently implemented by device mapper, enabling us to run dmsetup and kpartx inside of linux-user. Signed-off-by: Alexander Graf --- linux-user/ioctls.h| 33 +++ linux-user/syscall.c | 226 linux-