[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2017-01-11 Thread Thomas Huth
Peter's patch had been included here: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=1669add752d9f2928 ==> Fix released ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bu

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-24 Thread Michel Boaventura
Hi Peter, Thank you very much for your help, I really appreciate it. I've tested both your patch and your workaround to make ls work (I've created a xfs partition to put my image) and everything works greatly. Merry Xmas. Michel -- You received this bug notification because you are a member of

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-22 Thread Peter Maydell
I've identified the cause of "ls" not returning any output, but I don't think we can fix it in QEMU. This happens if the host fs is ext3 or ext4 on a 64 bit system. Here the "d_off" entry in a linux_dirent64 is actually a hashtable hash, and so can be a full 64 bits. Unfortunately the guest binary

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-22 Thread Peter Maydell
Patch fixing this: https://patchwork.ozlabs.org/patch/423460/ -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1404690 Title: Qemu crashes with chrooted m68k Status in QEMU: New Bug description:

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-22 Thread Peter Maydell
I have a fix for this (our code for setting up the signal return trampoline used the wrong types and only worked on 32 bit hosts). I notice that /bin/ls can't ls directories (it seems ok with single files) but that's a different bug. -- You received this bug notification because you are a member

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-21 Thread Michel Boaventura
Hi Peter, Thanks for you time! I've attached my mini chroot environment. As you can see, it is very minimal, but enough to be chrooted and to test this. I will try your suggestions in a couple of days, but if you could please try it before, I will really appreciate. Michel ** Attachment added: "

[Qemu-devel] [Bug 1404690] Re: Qemu crashes with chrooted m68k

2014-12-21 Thread Peter Maydell
Oh, if you're able to put your chroot up for download somewhere so I can reproduce the problem, I can have a look at it for you. (I don't otherwise have a coldfire chroot or toolchain.) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.