Removed python deal.

This commit is contained in:
Qubasa
2023-12-30 23:10:43 +01:00
parent 3b815961bd
commit 001a48da52
9 changed files with 2 additions and 66 deletions

View File

@@ -39,7 +39,7 @@ def graphics_options(vm: VmConfig) -> list[str]:
# Check if the version is greater than 8.1.3 to enable virtio audio
# if get_qemu_version() > [8, 1, 3]:
common = ["-audio", "driver=pa,model=virtio"]
# common = ["-audio", "driver=pa,model=virtio"]
if vm.wayland:
# fmt: off