I am getting an error.

error: unsupported configuration: IOMMU device: 'intel' is only supported with Q35 machines

<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>test</name>
  <currentMemory unit='GiB'>2</currentMemory>
  <memory unit='GiB'>2</memory>
  <os>
    <type>hvm</type>
    <bootmenu enable='yes'/>
    <type arch='x86_64' machine='pc-q35-2.11'>hvm</type>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
    <ioapic driver='qemu'/>
  </features>

pc-q35-2.11 is listed as supported in "qemu-system-x86_64 -machine help" I have also tried many of the other q35 options to no success.

_______________________________________________
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users

Reply via email to