Re: [Qemu-devel] [PATCH] linux-user: Implement BLKPG ioctl
On 18 January 2014 06:38, Andreas Färber wrote: > Signed-off-by: Andreas Färber > --- > My first such patch, so take with care! Looks OK to me. Reviewed-by: Peter Maydell thanks -- PMM
[Qemu-devel] [PATCH] linux-user: Implement BLKPG ioctl
Signed-off-by: Andreas Färber --- My first such patch, so take with care! linux-user/ioctls.h| 1 + linux-user/syscall.c | 1 + linux-user/syscall_defs.h | 1 + linux-user/syscall_types.h | 13 + 4 files changed, 16 insertions(+) diff --git a/linux-user/ioctls.h b