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.

Re: [Qemu-devel] [PATCH 3/7] linux-user: Implement FS_IOC_FIEMAP ioctl

2011-01-09 Thread Martin Mohring
On 01/09/2011 06:47 PM, riku voipio wrote: > On 01/09/2011 04:47 PM, Blue Swirl wrote: >> This fails if the file doesn't exist: >>CCi386-linux-user/syscall.o >> /src/qemu/linux-user/syscall.c:86:26: error: linux/fiemap.h: No such >> file or directory > >> The fix is to introduce a feature c

[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

Re: [Qemu-devel] [Bug 668799] Re: qemu-arm segfaults executing msgmerge (gettext)

2010-11-28 Thread Martin Mohring
e patch on this ticket). > > Maybe I am a bit late, I had now also run my testsuites for OBS on this particular patch. I can confirm that it forces the deadlock *now to a reproducable state*. I had used a current git master from Fri as the base to cross check the "its already on 0.13&quo

[Qemu-devel] OBS 2.1: Status of SuperH (sh4) support with QEMU

2010-10-24 Thread Martin Mohring
Hi, I would like to thank you all who had made QEMU better over the time and specifically who had contributed to QEMU 0.13 and User Mode improvements. One result you can see here: http://lizards.opensuse.org/2010/10/24/obs-2-1-status-of-superh-sh4-support-with-qemu/ So with QEMU user mode help

Re: [Qemu-devel] [PATCH 0/6] Multi-level page tables and userland mapping fixes, v3

2010-03-13 Thread Martin Mohring
I am sorry to bring us all down to earth, we all had wished that this stuff gets finally fixed, but it seems that those patches applied to QEMU master have killed QEMU user mode. I am referring to the user mode fixes after commit 0aef4261ac0ec9089ade0e3a92f986cb4ba7317e I had QEMU working on P