This patchset fixes a couple of ioctl bugs which were
causing problems with running kpartx:
(1) add the missing ioctls for the loop-control device
(2) fix the BLKSSZGET ioctl not to trash memory on
64-bit guestsPeter Maydell (2): linux-user: Add loop control ioctls linux-user: Correct type for BLKSSZGET linux-user/ioctls.h | 6 +++++- linux-user/linux_loop.h | 11 ++++++++++- linux-user/syscall_defs.h | 4 ++++ 3 files changed, 19 insertions(+), 2 deletions(-) -- 1.9.1
