LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   KVM/QEMU qxl error (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/kvm-qemu-qxl-error-4175707093/)

ernie young 01-28-2022 01:51 PM

KVM/QEMU qxl error
 
Distro: Slackware x86_64 Current
kernel 15.15.17
Installed: libvirt, qemu, virt-manager and dependencies
/etc/rc.d/rc.libvirt start
Linux beginner level

Hi, I get an error when I try to import a .qcow2
Quote:

Unable to complete install: 'unsupported configuration: domain configuration does not support video model 'qxl''
Details:
Code:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/createvm.py", line 2001, in _do_async_install
    installer.start_install(guest, meter=meter)
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 701, in start_install
    domain = self._create_guest(
  File "/usr/share/virt-manager/virtinst/install/installer.py", line 649, in _create_guest
    domain = self.conn.createXML(install_xml or final_xml, 0)
  File "/usr/lib64/python3.9/site-packages/libvirt.py", line 4393, in createXML
    raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: unsupported configuration: domain configuration does not support video model 'qxl'

Thank you for any help provided.

Fearless Fred 01-28-2022 07:17 PM

you need to install the spice-client for KVM thats what qxl needs to run

ernie young 01-28-2022 11:16 PM

1 Attachment(s)
My apologies Fearless Fred, I did try to install xf86-video-qxl from SBopkg current, however I am getting an error. I believe this is what's causing the issue. I got distracted and completely forgot to include this.

Fearless Fred 01-29-2022 09:29 PM

2 Attachment(s)
EDIT: found a good link so added it here;
https://ostechnix.com/create-a-kvm-v...mage-in-linux/


Are you using virt-manager to import?

When you have chosen the image, and OS type, RAM and CPU allocation, on the next screen, step 4 of 4 - there is a tick box, customise configuration, tick this box, and then choose 'video QXL'

ernie young 01-30-2022 12:17 PM

Thank you for the link, that's a more detailed than the one I was using. I did customize the configuration in step 4, however, the error still comes up. I also tried the other video options and it failed too. Should I have posted this thread under Slackware's subforum to get specific help in resolving the xf86-video-qxl package failing to install?


All times are GMT -5. The time now is 02:29 PM.