summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1331859
blob: c6f4c575538b5a69c96dc9f51bfddd18ca4bdc57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
graphic: 0.921
semantic: 0.731
instruction: 0.725
device: 0.663
vnc: 0.560
network: 0.535
socket: 0.504
mistranslation: 0.481
other: 0.427
assembly: 0.379
boot: 0.368
KVM: 0.345

QEMU kernel panic on Windows with arithmetic syntax error

During attempts to bring-up QEMU 64-bit ARM support I discovered a kernel panics that only occur on Windows but work properly on Linux.

The issue can be reproduced by running the following command line:

$ ./arm-softmmu/qemu-system-arm -M versatilepb -kernel $IMAGES/vmlinuz-3.2.0-4-versatile -initrd $IMAGES/initrd.img-3.2.0-4-versatile -hda $IMAGES/debian_wheezy_armel_standard.qcow2 -append "root=/dev/sda1"

where $IMAGES is the location where the images are downloaded from http://people.debian.org/~aurel32/qemu/armel/.

This was reproduced with both a custom built QEMU as well as the QEMU image installed by http://qemu.weilnetz.de/w32/qemu_w32-setup-20140617.exe.

The same command line runs properly on Linux using a custom built QEMU.

The Windows versions of QEMU do appear to work properly using the arm-test images available on qemu.org.

Looking through old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays?


[Expired for QEMU because there has been no activity for 60 days.]