Fails to boot cirros QEMU image with tuned running
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tuned (Debian) |
New
|
Unknown
|
|||
tuned (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
A recent security update broke booting of some images, particularly CirrOS [3]:
$ wget https:/
$ qemu-system-x86_64 -enable-kvm -nographic cirros-
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H
And then nothing happens at all any more, other than QEMU using 100% CPU. This also affects version 0.4.0 and x86_64, so it's not particularly sensitive to guest changes.
I'm testing this with (nested) KVM inside an Ubuntu 18.04 LTS VM.
When going back to an older image that was built 5 days ago [4], it works:
# qemu-system-x86_64 -enable-kvm -nographic cirros-
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-80-virtual (buildd@komainu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:48:17 UTC 2015 (Ubuntu 3.2.0-80.
[...]
This shows that the "ECX.svm" warning already happened before and seems to be unrelated.
The most recent security update of Qemu 2.11+dfsg-
[1] https:/
[2] https:/
[3] https:/
[4] https:/
Changed in tuned (Debian): | |
status: | Unknown → New |
Found it. This happens as soon as you install tuned, which auto-starts tuned.service. After "systemctl stop tuned", QEMU works again. Retitled accordingly, so this is not a regression.