virt-manager/tests/virtconv-files
Pavel Hrdina 39366c37f6 controller: don't set default controller index
Libvirt is able to figure this out and it will make usage of the CLI
options more user-friendly.

For example if users wants to add a new pcie-root-port to existing VM
they have to figure out the latest controller index and call it like
this:

    virt-xml \
        --add-device \
        --controller pci,model=pcie-root-port,index=$nextIndex \
        $VM

After this change it will be simply:

    virt-xml \
        --add-device \
        --controller pci,model=pcie-root-port \
        $VM

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
2019-12-04 12:38:28 +01:00
..
libvirt_output controller: don't set default controller index 2019-12-04 12:38:28 +01:00
ovf_input test: Add a test for converting ovf+compressed files. 2016-03-09 20:06:16 -05:00
vmx_input virt-convert: Fix pointing to relative config file 2014-09-20 18:29:20 -04:00