blob: 4e644b0eb7d1f818f8cf604b6a234934d3c76532 (
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
|
KVM: 0.774
graphic: 0.659
device: 0.604
semantic: 0.566
instruction: 0.521
network: 0.489
mistranslation: 0.479
boot: 0.242
socket: 0.214
assembly: 0.168
vnc: 0.166
other: 0.140
qemu-kvm: -no-reboot option broken in 12.x
When using the "-no-reboot" qemu option with kvm, qemu does nothing and immediately exits with no output or error message. If I add the --no-kvm option to the command line, it works as expected.
It works fine in 11.0 and 11.1, but I tested all versions of 12.X, and they all have this problem.
There is no QEMU version 11.x or 12.x, so I assume this ticket is rather meant for the Ubuntu QEMU package
Please give the output of:
which qemu
dpkg -l | egrep -e "(qemu|kvm)"
cat /etc/*-release
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60 days.]
|