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
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
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