[opensuse-arm] qemu-systaem-aarch64
Hello. I was using openSUSE's http://csgraf.de/aarch64/openSUSE-12.3-AArch64-JeOS.alpha1.raw.tgz to run it under Foundation model. Now I am trying to run it under qemu (qemu-2.0.0-rc0) on x86-64 Fedora 20: qemu-system-aarch64 -hda openSUSE-12.3-AArch64-JeOS.alpha1.raw Results: VNC server running on `::1:5900' qemu: fatal: Trying to execute code outside RAM or ROM at 0x0000000008000000 R00=00000000 R01=00000000 R02=00000000 R03=00000000 R04=00000000 R05=00000000 R06=00000000 R07=00000000 R08=00000000 R09=00000000 R10=00000000 R11=00000000 R12=00000000 R13=00000000 R14=00000000 R15=08000000 PSR=400001d3 -Z-- A svc32 s00=00000000 s01=00000000 d00=0000000000000000 s02=00000000 s03=00000000 d01=0000000000000000 s04=00000000 s05=00000000 d02=0000000000000000 s06=00000000 s07=00000000 d03=0000000000000000 s08=00000000 s09=00000000 d04=0000000000000000 s10=00000000 s11=00000000 d05=0000000000000000 s12=00000000 s13=00000000 d06=0000000000000000 s14=00000000 s15=00000000 d07=0000000000000000 s16=00000000 s17=00000000 d08=0000000000000000 s18=00000000 s19=00000000 d09=0000000000000000 s20=00000000 s21=00000000 d10=0000000000000000 s22=00000000 s23=00000000 d11=0000000000000000 s24=00000000 s25=00000000 d12=0000000000000000 s26=00000000 s27=00000000 d13=0000000000000000 s28=00000000 s29=00000000 d14=0000000000000000 s30=00000000 s31=00000000 d15=0000000000000000 FPSCR: 00000000 Aborted (core dumped) It's happened with both selinux on and off. I tried to add to the command '-M virt' - same result. (Only crash happened quicker) What am I missing? How can I run aarch64 system under qemu-system-aarch64? Thank you, Valery. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 02.04.14 15:05, Valery Reznic wrote:
Hello.
I was using openSUSE's http://csgraf.de/aarch64/openSUSE-12.3-AArch64-JeOS.alpha1.raw.tgz
to run it under Foundation model.
Now I am trying to run it under qemu (qemu-2.0.0-rc0) on x86-64 Fedora 20:
qemu-system-aarch64 -hda openSUSE-12.3-AArch64-JeOS.alpha1.raw
Results:
VNC server running on `::1:5900'
qemu: fatal: Trying to execute code outside RAM or ROM at 0x0000000008000000 R00=00000000 R01=00000000 R02=00000000 R03=00000000 R04=00000000 R05=00000000 R06=00000000 R07=00000000 R08=00000000 R09=00000000 R10=00000000 R11=00000000 R12=00000000 R13=00000000 R14=00000000 R15=08000000 PSR=400001d3 -Z-- A svc32 s00=00000000 s01=00000000 d00=0000000000000000 s02=00000000 s03=00000000 d01=0000000000000000 s04=00000000 s05=00000000 d02=0000000000000000 s06=00000000 s07=00000000 d03=0000000000000000 s08=00000000 s09=00000000 d04=0000000000000000 s10=00000000 s11=00000000 d05=0000000000000000 s12=00000000 s13=00000000 d06=0000000000000000 s14=00000000 s15=00000000 d07=0000000000000000 s16=00000000 s17=00000000 d08=0000000000000000 s18=00000000 s19=00000000 d09=0000000000000000 s20=00000000 s21=00000000 d10=0000000000000000 s22=00000000 s23=00000000 d11=0000000000000000 s24=00000000 s25=00000000 d12=0000000000000000 s26=00000000 s27=00000000 d13=0000000000000000 s28=00000000 s29=00000000 d14=0000000000000000 s30=00000000 s31=00000000 d15=0000000000000000
FPSCR: 00000000 Aborted (core dumped)
It's happened with both selinux on and off.
I tried to add to the command '-M virt' - same result. (Only crash happened quicker)
What am I missing? How can I run aarch64 system under qemu-system-aarch64?
I'm fairly sure you still need to pass in a -kernel to QEMU so it can find something to execute. That said, I haven't tried the current aarch64 system emulation patch set from Peter yet. Upstream QEMU definitely does not work with aarch64 system emulation today. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Alexander Graf
-
Valery Reznic