images used as scsi disks not readable (qemu-system-arm, macos 10.8)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MacPorts |
New
|
Undecided
|
Unassigned | ||
QEMU |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Using a arm1176 kernel and the raspbian image (10-28 or 12-16) as my disk, I get as far as mounting root and then get SCSI errors with 1.3.0 and the current origin/master. git bisect says the issue is
commit f563a5d7a820424
Merge: a273652 aee0bf7
Author: Paolo Bonzini <email address hidden>
Date: Wed Oct 31 10:42:51 2012 +0100
Merge remote-tracking branch 'origin/master' into threadpool
Signed-off-by: Paolo Bonzini <email address hidden>
I am using:
qemu-system-arm -no-reboot -M versatilepb -cpu arm1176 -m 256 -hda 2012-12-
Configured on MacOS 10.8.2 with current Xcode and MacPorts installed, thus:
CPATH=/
Changed in qemu: | |
status: | Incomplete → Won't Fix |
I duplicated this as well. I tried both the qemu-system-arm available in macports and also from homebrew with the same results. Host system is also 10.8 "mountain lion".
My boot command: qemu-system-arm -kernel kernel/zImage -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda pifi-4g.img -redir tcp:5022::22
I'm running QEMU emulator version 1.4.1 on OS X 10.8.3 1expubuntu4)
Interestingly, this exact same boot command works perfectly on my Ubuntu virtual (in virtualbox) running QEMU emulator version 1.4.0 (Debian 1.4.0+dfsg-
So the bug would seem to either be specific to OS X or to the 1.4.1 release.
See the attached screenshot to see what happens in the boot process.