Re: [Qemu-devel] [PATCH 0/2] linux-user: fix kpartx ioctl problems

2016-07-04 Thread Chanho Park
Hi Peter, On Tuesday, July 5, 2016, Peter Maydell wrote: > 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 guests > > Peter

[Qemu-devel] [PATCH 0/2] linux-user: fix kpartx ioctl problems

2016-07-04 Thread Peter Maydell
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 guests Peter Maydell (2): linux-user: Add loop control ioctls linux-user: Correct