

$ qemu-system-x86_64 -enable-kvm -name foo -m 8192 -hda disk.qcow2 -cdrom foo.iso -netdev bridge,br=virbr0,id=net0 -device virtio-net-pci,netdev=net0 -display spice-app Qemu-system-x86_64: -display vnc=0: VNC support is disabled $ qemu-system-x86_64 -enable-kvm -name foo -m 8192 -hda disk.qcow2 -cdrom foo.iso -netdev bridge,br=virbr0,id=net0 -device virtio-net-pci,netdev=net0 -display vnc=0 Qemu-system-x86_64: Display 'sdl' is not available. $ qemu-system-x86_64 -enable-kvm -name foo -m 8192 -hda disk.qcow2 -cdrom foo.iso -netdev bridge,br=virbr0,id=net0 -device virtio-net-pci,netdev=net0 -display sdl The qemu package in Fedora 33 appears to have no way to do graphics at all: $ virt-install -memory 8192 -disk size=20 -cdrom ~/mirror/Fedora-Cloud-Base-33-1.2.x86_64.qcow2 -os-variant fedora33 -video vgaĮRROR unsupported configuration: spice graphics are not supported with this QEMU $ virt-install -memory 8192 -disk size=20 -cdrom ~/mirror/Fedora-Cloud-Base-33-1.2.x86_64.qcow2 -os-variant fedora33ĮRROR unsupported configuration: domain configuration does not support 'video model' value 'qxl' Similar problems attempting to use spice:

Otherwise, please restart your installation.

Virsh -connect qemu:///session start fedora33 If it was, you can restart your domain by running: Removing disk 'disk-1.img' | 0 B 00:00:00ĮRROR unsupported configuration: vnc graphics are not supported with this QEMUĭomain installation does not appear to have been successful. $ virt-install -memory 8192 -disk size=20 -cdrom Fedora-Cloud-Base-33-1.2.x86_64.qcow2 -os-variant fedora33 -graphics vnc Libvirt-daemon-driver-interface-6.6.86_64 Libvirt-daemon-driver-storage-sheepdog-6.6.86_64 Libvirt-daemon-driver-storage-scsi-6.6.86_64 Libvirt-daemon-driver-storage-mpath-6.6.86_64 Libvirt-daemon-driver-storage-logical-6.6.86_64 Libvirt-daemon-driver-storage-iscsi-direct-6.6.86_64 Libvirt-daemon-driver-storage-iscsi-6.6.86_64 Libvirt-daemon-driver-storage-gluster-6.6.86_64 Libvirt-daemon-driver-storage-disk-6.6.86_64 Libvirt-daemon-driver-storage-core-6.6.86_64 Version-Release number of selected component (if applicable): Attempting to use virt-install claims that QEMU doesn't support vnc or spice graphics, but AFAICT it should support both.
