<div dir="ltr"><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">Hi,</div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I am trying to run Qemu-4.0 installed from source code.<br><br>When I run virt-manager to create a VM, I get the following error:<br><br>```<br>Unable to complete install: 'internal error: process exited while connecting to monitor: 2019-07-19T17:06:35.954242Z qemu-system-x86_64: -enable-kvm: unsupported machine type<br>Use -machine help to list supported machines'<br><br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper<br>    callback(asyncjob, *args, **kwargs)<br>  File "/usr/share/virt-manager/virtManager/create.py", line 2553, in _do_async_install<br>    guest.start_install(meter=meter)<br>  File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install<br>    doboot, transient)<br>  File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest<br>    domain = self.conn.createXML(install_xml or final_xml, 0)<br>  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3603, in createXML<br>    if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)<br>libvirtError: internal error: process exited while connecting to monitor: 2019-07-19T17:06:35.954242Z qemu-system-x86_64: -enable-kvm: unsupported machine type<br>Use -machine help to list supported machines<br><br>```<br><br>I configured the Qemu with following command:<br>```<br>./../configure --prefix=/usr --enable-spice --target-list=x86_64-softmmu --enable-kvm --enable-debug --enable-libssh2<br>```<br><br>Is it that I missed enabling any configuration while installing Qemu? What is the expected QEMU configuration to run with libvirt?<br></div><div><br></div><div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">-</div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">Probir</div><br></div></div>