Basically root cause is that qemu-kvm in `qemu-kvm | qemu-system` is a virtual package, provided by both qemu-system-x86-hwe and qemu- system-x86, and qemu-system-x86-hwe comes first for some reason.
A plausible solution is to introduce a new virtual package such as qemu-kvm-ga and change the depends to qemu-kvm-ga | qemu-kvm | qemu-system to force APT towards the default/GA stack or make qemu-kvm a real meta package (but that is wasteful). ** Summary changed: - HWE virt stack confusion + `libvirt-daemon-driver-qemu` prefers `qemu-system-x86-hwe` to satisfy `qemu-kvm | qemu-system` dependency -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/2148469 Title: `libvirt-daemon-driver-qemu` prefers `qemu-system-x86-hwe` to satisfy `qemu-kvm | qemu-system` dependency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2148469/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
