mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-19 20:10:33 +00:00
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>
This commit is contained in:
parent
b7d80c7905
commit
2ceb59d4b1
@ -3566,11 +3566,11 @@ my sub print_ovmf_drive_commandlines {
|
||||
my $code_drive_str = "if=pflash,unit=0,format=raw,readonly=on,file=$ovmf_code";
|
||||
my $var_drive_str = "if=pflash"
|
||||
. ",unit=1"
|
||||
. ",id=drive-efidisk0"
|
||||
. "$cache"
|
||||
. ",format=$format"
|
||||
. ",id=drive-efidisk0"
|
||||
. "$size_str"
|
||||
. ",file=$path"
|
||||
. "$size_str"
|
||||
. "$read_only_str";
|
||||
|
||||
return ($code_drive_str, $var_drive_str);
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=raw,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-disk-100-0.raw' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=raw,file=/var/lib/vz/images/100/vm-disk-100-0.raw' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=raw,id=drive-efidisk0,size=131072,file=/var/lib/vz/images/100/base-disk-100-0.raw,readonly=on' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=raw,file=/var/lib/vz/images/100/base-disk-100-0.raw,size=131072,readonly=on' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=raw,id=drive-efidisk0,size=131072,file=/var/lib/vz/images/100/vm-disk-100-0.raw' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=raw,file=/var/lib/vz/images/100/vm-disk-100-0.raw,size=131072' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE_4M.secboot.fd' \
|
||||
-drive 'if=pflash,unit=1,format=raw,id=drive-efidisk0,size=540672,file=/var/lib/vz/images/100/vm-disk-100-0.raw' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=raw,file=/var/lib/vz/images/100/vm-disk-100-0.raw,size=540672' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=7b10d7af-b932-4c66-b2c3-3996152ec465' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE_4M.fd' \
|
||||
-drive 'if=pflash,unit=1,format=raw,id=drive-efidisk0,size=540672,file=/var/lib/vz/images/100/vm-disk-100-0.raw' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=raw,file=/var/lib/vz/images/100/vm-disk-100-0.raw,size=540672' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e688' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,cache=writeback,format=raw,id=drive-efidisk0,size=131072,file=rbd:cpool/vm-100-disk-1:mon_host=127.0.0.42;127.0.0.21;[\:\:1]:auth_supported=none:rbd_cache_policy=writeback' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,cache=writeback,format=raw,file=rbd:cpool/vm-100-disk-1:mon_host=127.0.0.42;127.0.0.21;[\:\:1]:auth_supported=none:rbd_cache_policy=writeback,size=131072' \
|
||||
-smp '1,sockets=1,cores=1,maxcpus=1' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
|
||||
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
||||
-nodefaults \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
|
||||
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
||||
-nodefaults \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
|
||||
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
||||
-nodefaults \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-smp '2,sockets=1,cores=2,maxcpus=2' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-smp '2,sockets=1,cores=2,maxcpus=2' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-smp '2,sockets=1,cores=2,maxcpus=2' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-global 'ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off' \
|
||||
-smp '2,sockets=1,cores=2,maxcpus=2' \
|
||||
-nodefaults \
|
||||
|
@ -10,7 +10,7 @@
|
||||
-daemonize \
|
||||
-smbios 'type=1,uuid=3dd750ce-d910-44d0-9493-525c0be4e687' \
|
||||
-drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE.fd' \
|
||||
-drive 'if=pflash,unit=1,format=qcow2,id=drive-efidisk0,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-drive 'if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/var/lib/vz/images/100/vm-100-disk-1.qcow2' \
|
||||
-smp '2,sockets=2,cores=1,maxcpus=2' \
|
||||
-nodefaults \
|
||||
-boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' \
|
||||
|
Loading…
Reference in New Issue
Block a user