mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
d4393c4293
Up until a while ago, libvirt would automatically add a legacy PCI controllers combo (dmi-to-pci-bridge + pci-bridge) to any PCIe machine type (x86_64/q35 and aarch64/virt). As a result, a number of input and output files in the test suite ended up containing the legacy PCI controllers, even though they are not needed or in any way relevant to the feature being tested. Get rid of most of the occurrences. Most of the time, this just means removing the controllers from the input file and regenerating the output files; in a few instances, some minor tweaking is performed on the input file, most notably removing the memory balloon: as memory balloon support was not the scope of the test being changed, there is no loss of test coverage from doing so. Several occurrences of the legacy PCI controllers remain in the test suite, both because removing their usage would have required even more tweaking, and because we still want to have coverage of this perfectly valid combination.
45 lines
1.8 KiB
XML
45 lines
1.8 KiB
XML
<domain type='qemu'>
|
|
<name>q35-test</name>
|
|
<uuid>11dbdcdd-4c3b-482b-8903-9bdb8c0a2774</uuid>
|
|
<memory unit='KiB'>2097152</memory>
|
|
<currentMemory unit='KiB'>2097152</currentMemory>
|
|
<vcpu placement='static' cpuset='0-1'>2</vcpu>
|
|
<os>
|
|
<type arch='x86_64' machine='q35'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/libexec/qemu-kvm</emulator>
|
|
<disk type='block' device='disk'>
|
|
<source dev='/dev/HostVG/QEMUGuest1'/>
|
|
<target dev='sda' bus='sata'/>
|
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
|
|
</disk>
|
|
<controller type='pci' index='0' model='pcie-root'/>
|
|
<controller type='pci' index='1' model='pcie-root-port'/>
|
|
<controller type='pci' index='2' model='pcie-switch-upstream-port'/>
|
|
<controller type='pci' index='3' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='4' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='5' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='6' model='pcie-switch-downstream-port'>
|
|
<model name='xio3130-downstream'/>
|
|
<target chassis='30' port='0x27'/>
|
|
</controller>
|
|
<controller type='pci' index='7' model='pcie-switch-upstream-port'/>
|
|
<controller type='pci' index='8' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='9' model='pcie-switch-downstream-port'/>
|
|
<controller type='pci' index='10' model='pcie-switch-downstream-port'/>
|
|
<controller type='sata' index='0'/>
|
|
<input type='mouse' bus='ps2'/>
|
|
<input type='keyboard' bus='ps2'/>
|
|
<video>
|
|
<model type='qxl' ram='65536' vram='32768' vgamem='8192' heads='1'/>
|
|
</video>
|
|
<memballoon model='none'/>
|
|
</devices>
|
|
</domain>
|