]> git.proxmox.com Git - qemu-server.git/commit
ovmf cmd assembly: reorder arguments
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Dec 2022 10:40:22 +0000 (11:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Dec 2022 10:41:50 +0000 (11:41 +0100)
commit2ceb59d4b11a49e65121dec2c818149cf3668b97
tree60ab464ff5a4eaa2353d5e732be61684ebb63f13
parentb7d80c7905d5dc3ee03bd4c9ef9fd265fd350df8
ovmf cmd assembly: reorder arguments

in preparation of reworking the new separate method for OVMF cmd
assembly, do this in a separate very targeted commit to make it more
clear that the next reworking-commit doesn't messes with our tests at
all.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
16 files changed:
PVE/QemuServer.pm
test/cfg2cmd/efi-raw-old.conf.cmd
test/cfg2cmd/efi-raw-template.conf.cmd
test/cfg2cmd/efi-raw.conf.cmd
test/cfg2cmd/efi-secboot-and-tpm-q35.conf.cmd
test/cfg2cmd/efi-secboot-and-tpm.conf.cmd
test/cfg2cmd/efidisk-on-rbd.conf.cmd
test/cfg2cmd/i440fx-win10-hostpci.conf.cmd
test/cfg2cmd/q35-linux-hostpci-multifunction.conf.cmd
test/cfg2cmd/q35-linux-hostpci-x-pci-overrides.conf.cmd
test/cfg2cmd/q35-linux-hostpci.conf.cmd
test/cfg2cmd/q35-simple-6.0.conf.cmd
test/cfg2cmd/q35-simple-7.0.conf.cmd
test/cfg2cmd/q35-simple-pinned-6.1.conf.cmd
test/cfg2cmd/q35-simple.conf.cmd
test/cfg2cmd/q35-win10-hostpci.conf.cmd