]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
cfg2cmd: sort PCI bridges when adding them for stabillity
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Oct 2019 05:51:08 +0000 (07:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Oct 2019 05:51:13 +0000 (07:51 +0200)
commit311e92935abb5c722be587bde5414125f47d04e7
tree6a8aa5589de46676af3e9a380caab9a738cce2f7
parent4d316a63c7c08dabbceac0082dbe01bacfe23469
cfg2cmd: sort PCI bridges when adding them for stabillity

In general it matters where a command line options is positioned
inside a QEMU command, so we want to actually also check the order in
the cfg2cmd test, to do so we need to avoid false positives like this
added.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm