summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/KVM/1914748
blob: 3de6936337e644f2fe63a4e2b4c3cee893e9ebd2 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
KVM: 0.970
architecture: 0.935
graphic: 0.801
device: 0.781
vnc: 0.699
performance: 0.672
mistranslation: 0.646
semantic: 0.623
kernel: 0.595
virtual: 0.538
ppc: 0.531
network: 0.530
x86: 0.485
permissions: 0.458
hypervisor: 0.436
arm: 0.413
register: 0.413
boot: 0.400
socket: 0.345
VMM: 0.344
files: 0.338
i386: 0.314
debug: 0.309
PID: 0.287
peripherals: 0.280
risc-v: 0.241
TCG: 0.223
user-level: 0.146
assembly: 0.137

Confuse error message when KVM can not start requested CPU

As of commit 1ba089f2255, on Cavium CN8890 (ThunderX cores):

$ qemu-system-aarch64 -display none -accel kvm -M virt,gic-version=3 -accel kvm -cpu cortex-a57 --trace \*kvm_vcpu\*      
kvm_vcpu_ioctl cpu_index 0, type 0x4020aeae, arg 0xffff9b7f9b18 
qemu-system-aarch64: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument

(same using "-cpu cortex-a53" or cortex-a72).

Explanation from Peter Maydell on IRC:
> using a specific cpu type will only work with KVM if the host CPU really is that
> exact CPU type, otherwise, use "-cpu host" or "-cpu max"

Having a better error description would help to understand the reason.


This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'invalid' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/239