Re: [Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl

2011-01-10 Thread Riku Voipio
On Mon, Jan 10, 2011 at 05:18:43PM +0100, Martin Mohring wrote: > On 01/09/2011 12:25 AM, Martin Mohring wrote: > > Hi, > > > > I had fixed the loopmount ioctl for linux-user, working correctly for arm, > > mips, ppc32 and sh4. > ping > Aurelien, Riku, is that patch ok? Its only 2 lines of change

Re: [Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl

2011-01-10 Thread Martin Mohring
On 01/09/2011 12:25 AM, Martin Mohring wrote: > Hi, > > I had fixed the loopmount ioctl for linux-user, working correctly for arm, > mips, ppc32 and sh4. > > Martin > > ping Aurelien, Riku, is that patch ok? Its only 2 lines of change to activate an ioctl.

[Qemu-devel] [PATCH] linux-user: fix for loopmount ioctl

2011-01-08 Thread Martin Mohring
Hi, I had fixed the loopmount ioctl for linux-user, working correctly for arm, mips, ppc32 and sh4. Martin From: Martin Mohring In case a chrooted build uses XEN or KVM, a looped mount needs to be done to setup the chroot. The ioctl for loop mount works correctly for arm, mips, ppc32 and sh4,