summaryrefslogtreecommitdiff
path: root/qemu_multiarch_testing
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2013-06-29 14:34:48 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2013-06-29 14:34:48 +0200
commit254b5a7a97e421a8d1cc6a70e3fbf8a33acccdbc (patch)
treef203efed6616518ec9d0ef70c20b88763f46ba09 /qemu_multiarch_testing
parentd083016e03e8511c808e8f65305726a523c03e9a (diff)
downloadstrace-254b5a7a97e421a8d1cc6a70e3fbf8a33acccdbc.tar.gz
strace-254b5a7a97e421a8d1cc6a70e3fbf8a33acccdbc.tar.bz2
strace-254b5a7a97e421a8d1cc6a70e3fbf8a33acccdbc.tar.xz
Update qemu_multiarch_testing/README
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'qemu_multiarch_testing')
-rw-r--r--qemu_multiarch_testing/README13
1 files changed, 11 insertions, 2 deletions
diff --git a/qemu_multiarch_testing/README b/qemu_multiarch_testing/README
index e1bdb75..712b953 100644
--- a/qemu_multiarch_testing/README
+++ b/qemu_multiarch_testing/README
@@ -30,6 +30,16 @@ system-image-i686 (had to s/qemu-system-i386/qemu/ in run-emulator.sh)
system-image-mipsel
system-image-mips
system-image-x86_64
+system-image-sparc - needed small edit in native-build.sh:
+ # Getting this early:
+ # Unhandled Exception 0x00000007
+ # PC = 0xffd07cec NPC = 0xffd07cf0
+ # Stopping execution
+ # and it looks like it's triggered just by too long kernel cmdline,
+ # not by specific options.
+ #export KERNEL_EXTRA="FTP_SERVER=$FTP_SERVER FTP_PORT=$FTP_PORT NATIVE_BUILD=$NATIVE_BUILD $KERNEL_EXTRA"
+ # This works:
+ export KERNEL_EXTRA="NATIVE_BUILD=$NATIVE_BUILD $KERNEL_EXTRA"
And these did not:
system-image-armv4eb - VFS: Cannot open root device "sda" or unknown-block(0,0)
@@ -37,6 +47,5 @@ system-image-m68k - run-emulator.sh has no call of qemu-system-* (not support
system-image-mips64 -
need to run ./native-build.sh ../hdc.img by hand;
copying in /mnt/init fails (segv?)
-system-image-powerpc - qemu-system-ppc: command not found
+system-image-powerpc - QEMU stuck very early
system-image-sh4 - hdc does not mount (no support for 2 disks)
-system-image-sparc - qemu-system-sparc: command not found