summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1320968
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/1320968')
-rw-r--r--results/classifier/zero-shot/108/other/132096864
1 files changed, 64 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1320968 b/results/classifier/zero-shot/108/other/1320968
new file mode 100644
index 000000000..abc9130d9
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1320968
@@ -0,0 +1,64 @@
+debug: 0.628
+device: 0.597
+graphic: 0.382
+semantic: 0.370
+files: 0.343
+vnc: 0.321
+permissions: 0.304
+PID: 0.257
+other: 0.250
+performance: 0.249
+socket: 0.215
+network: 0.215
+boot: 0.184
+KVM: 0.093
+
+qemu-system-ppc -cpu G2leGP3 crashes
+
+qemu crashes when running qemu-system-ppc -cpu G2leGP3 :
+
+qemu-system-ppc -cpu G2leGP3
+Error: Trying to register SPR 1013 (3f5) twice !
+
+qemu-system-ppc -version
+QEMU emulator version 2.0.50, Copyright (c) 2003-2008 Fabrice Bellard
+
+On 5/19/2014 1:16 PM, Brandon Williams wrote:
+> Public bug reported:
+> 
+> qemu crashes when running qemu-system-ppc -cpu G2leGP3 :
+> 
+> qemu-system-ppc -cpu G2leGP3
+> Error: Trying to register SPR 1013 (3f5) twice !
+> 
+> qemu-system-ppc -version
+> QEMU emulator version 2.0.50, Copyright (c) 2003-2008 Fabrice Bellard
+> 
+> ** Affects: qemu
+>      Importance: Undecided
+>          Status: New
+> 
+
+This was introduced in this commit:
+
+2bc173224adc0fc318f2bd6fcf65dfdbc7d51123 is the first bad commit
+commit 2bc173224adc0fc318f2bd6fcf65dfdbc7d51123
+Author: Fabien Chouteau <email address hidden>
+Date:   Wed Apr 3 04:03:38 2013 +0000
+
+    PPC: Add breakpoint registers for 603 and e300
+
+    Signed-off-by: Fabien Chouteau <email address hidden>
+
+
+
+I removed the redundant registrations from the gen_spr_G2 function and it is not longer throwing that error. However, now I just get a black QEMU screen.  Any suggestions on the best way to debug this?
+
+"qemu-system-ppc -cpu G2leGP3 -d int" gives me:
+
+Raise exception at fff085a0 => 0000004e (40000)
+
+I think the G2leGP3 CPU has been fixed with this commit here:
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=3ade1a055c9ac6c351
+and it also seems to work fine when you use the "-M prep" machine type.
+