changeset 1609:19a363f60409

OpenBIOS upgrade in qemu 1.5 broke sparc, by changing reported CPU features. Specify different processor variant on command line to make it work again.
author Rob Landley <rob@landley.net>
date Thu, 04 Jul 2013 07:19:27 -0500
parents f0c3f8456602
children c756b708583f
files sources/targets/sparc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/sparc	Wed Jul 03 22:55:06 2013 -0500
+++ b/sources/targets/sparc	Thu Jul 04 07:19:27 2013 -0500
@@ -41,5 +41,5 @@
 
 emulator_command()
 {
-  echo qemu-system-sparc $(qemu_defaults "$@")
+  echo qemu-system-sparc -cpu '"Fujitsu MB86907"' $(qemu_defaults "$@")
 }