You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did update my nixos unstable installation on monday, in which I also use virsh/qemu. However I noticed now that I can't start VMs aymore using virsh start VM
Steps To Reproduce
Steps to reproduce the behavior:
Update to latest unstable branch
Run a preexisting VM (not sure if new vms are affected also) using virsh start VM
You get an error:
error: internal error: process exited while connecting to monitor: 2022-01-12T06:56:56.144411Z qemu-system-x86_64: The -accel and "-machine accel=" options are incompatible
I looked at the xml file but I could not find but I could not find any accel or machine entries. Not sure where qemu gets this from.
Expected behavior
The VM should be started using virsh start VM
Screenshots
If applicable, add screenshots to help explain your problem.
If I'm reading that right, a qemu-kvm script is no longer required, and can just be a symlink to the appropriate QEMU binary for the architecture. That's what Fedora's doing now, at least (verified in a container). Perhaps we should be looking at a similar change.
Describe the bug
I did update my nixos unstable installation on monday, in which I also use virsh/qemu. However I noticed now that I can't start VMs aymore using
virsh start VMSteps To Reproduce
Steps to reproduce the behavior:
virsh start VMI looked at the xml file but I could not find but I could not find any accel or machine entries. Not sure where qemu gets this from.
Expected behavior
The VM should be started using
virsh start VMScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
@eelco @qyliss
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.The text was updated successfully, but these errors were encountered: