libvirt qemu-system-arm, error: XML error: No PCI buses available
问题 I am trying to run a linux image i created with buildroot with libvirt. If i use qemu-system-arm directly, everything works as intended: /usr/bin/qemu-system-arm \ -M versatilepb \ -kernel output/images/zImage \ -dtb output/images/versatile-pb.dtb \ -drive index=0,file=output/images/rootfs.ext2,if=scsi,format=raw \ -append "root=/dev/sda console=ttyAMA0,115200" \ -net nic,model=rtl8139 \ -net user \ -nographic However, when i try to create the xml from my qemu cmdline, it fails: $ virsh