mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
e88367095f
Currently the QEMU driver secretly sets the QEMU_AUDIO_DRV env variable - VNC - set to "none", unless passthrough of host env variable is set - SPICE - always set to "spice" - SDL - always passthrough host env - No graphics - set to "none", unless passthrough of host env variable is set The setting of the QEMU_AUDIO_DRV env variable is done in the code which configures graphics. If no <audio> element is present, we now auto-populate <audio> elements to reflect this historical default config. This avoids need to set audio env when processing graphics. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
74 lines
3.0 KiB
XML
74 lines
3.0 KiB
XML
<domain type='qemu' id='7'>
|
|
<name>QEMUGuest1</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219100</memory>
|
|
<currentMemory unit='KiB'>219100</currentMemory>
|
|
<vcpu placement='static' current='16'>32</vcpu>
|
|
<vcpus>
|
|
<vcpu id='0' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='1' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='2' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='3' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='4' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='5' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='6' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='7' enabled='yes' hotpluggable='no' order='1'/>
|
|
<vcpu id='8' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='9' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='10' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='11' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='12' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='13' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='14' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='15' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='16' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='17' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='18' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='19' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='20' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='21' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='22' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='23' enabled='yes' hotpluggable='yes' order='2'/>
|
|
<vcpu id='24' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='25' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='26' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='27' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='28' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='29' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='30' enabled='no' hotpluggable='yes'/>
|
|
<vcpu id='31' enabled='no' hotpluggable='yes'/>
|
|
</vcpus>
|
|
<os>
|
|
<type arch='x86_64' machine='pc'>hvm</type>
|
|
<boot dev='network'/>
|
|
</os>
|
|
<cpu>
|
|
<topology sockets='1' dies='1' cores='4' threads='8'/>
|
|
</cpu>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<controller type='usb' index='0'>
|
|
<alias name='usb'/>
|
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
|
|
</controller>
|
|
<controller type='pci' index='0' model='pci-root'>
|
|
<alias name='pci.0'/>
|
|
</controller>
|
|
<input type='mouse' bus='ps2'>
|
|
<alias name='input0'/>
|
|
</input>
|
|
<input type='keyboard' bus='ps2'>
|
|
<alias name='input1'/>
|
|
</input>
|
|
<audio id='1' type='none'/>
|
|
<memballoon model='virtio'>
|
|
<alias name='balloon0'/>
|
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
|
|
</memballoon>
|
|
</devices>
|
|
</domain>
|