qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] linux-user: kpartx fixes
@ 2012-01-31 21:49 Alexander Graf
  2012-01-31 21:49 ` [Qemu-devel] [PATCH 1/4] linux-user: implement device mapper ioctls Alexander Graf
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alexander Graf @ 2012-01-31 21:49 UTC (permalink / raw)
  To: qemu-devel Developers; +Cc: riku.voipio

As part of our OBS build process, we also want to be able to create kiwi images
for ARM on x86 hardware. One of the crucial bits there is the kpartx tool, since
that allows us to map images on the fly through device mapper.

So this patch set goes in and implements all the device mapper ioctls and fixes
a few hickups to actually make things work along the way. With this applied, I
can successfully run kpartx -av on an image file and have that available in the
system. As far as possible, I also verified all the other ioctls to actually
work.

Alex

Alexander Graf (4):
  linux-user: implement device mapper ioctls
  linux-user: add struct old_dev_t compat
  linux-user: fix BLK ioctl arguments
  linux-user: add BLKSSZGET ioctl wrapper

 linux-user/ioctls.h        |   34 +++++++
 linux-user/syscall.c       |  226 ++++++++++++++++++++++++++++++++++++++++++++
 linux-user/syscall_defs.h  |   26 +++++-
 linux-user/syscall_types.h |   40 ++++++++-
 thunk.c                    |   28 ++++++
 thunk.h                    |   28 ++++++
 6 files changed, 377 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-06 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 21:49 [Qemu-devel] [PATCH 0/4] linux-user: kpartx fixes Alexander Graf
2012-01-31 21:49 ` [Qemu-devel] [PATCH 1/4] linux-user: implement device mapper ioctls Alexander Graf
2012-02-06 15:06   ` Alexander Graf
2012-01-31 21:49 ` [Qemu-devel] [PATCH 2/4] linux-user: add struct old_dev_t compat Alexander Graf
2012-01-31 22:23   ` Alexander Graf
2012-01-31 21:49 ` [Qemu-devel] [PATCH 3/4] linux-user: fix BLK ioctl arguments Alexander Graf
2012-01-31 21:49 ` [Qemu-devel] [PATCH 4/4] linux-user: add BLKSSZGET ioctl wrapper Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).