[Qemu-devel] [Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-01-07 Thread Jani Monoses
should the fixes be applied to qemu-kvm if we plan on packaging qemu- meego for ARM support anyway? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/604872 Title: qemu-system-arm segfaults emulating v

[Qemu-devel] Re: Custom floppy image not booting, hanging at ramdisk...

2006-08-20 Thread Jani Monoses
Damien Mascord wrote: Hi again, Sorry to top post, just wanted to know if anyone has had similar experiences to this? If not, can someone help me debug the issue (bug?) with qemu here? This old patch still applies and fixes it. http://lists.nongnu.org/archive/html/qemu-devel/2004-08/msg0013

[Qemu-devel] Re: [patch]Fix block device read for some SLOW file

2005-07-27 Thread Jani Monoses
lepton wrote: Hi, I found when I am using qemu, I can't boot from emulated cdrom. After some debug, I found the reason is that my iso file is in a samba file system. When qemu read data from my samba file system. read will be interrupted by signal alarm. So qemu won't boot from it. The follwing