libvirt: add pty console for any type of VM

This commit is contained in:
Frédéric Pierret (fepitre) 2019-04-30 18:18:58 +02:00
parent 518d0edc94
commit f728801eb2
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -178,11 +178,10 @@
{# TODO only add qubes gui if gui-agent is not installed in HVM #}
<graphics type="qubes"/>
{% endif %}
{% else %}
{% endif %}
<console type="pty">
<target type="xen" port="0"/>
</console>
{% endif %}
{% endblock %}
</devices>
</domain>