]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Don't use loader.secure=no with firmware autoselection
authorAndrea Bolognani <abologna@redhat.com>
Thu, 9 Jun 2022 16:05:33 +0000 (18:05 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Jul 2022 13:10:14 +0000 (15:10 +0200)
This currently has not effect whatsoever, so it's just cluttering
the input files.

We're going to add specific handling for this scenario, as well
as a test case covering it, in an upcoming commit.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/firmware-auto-bios.xml
tests/qemuxml2argvdata/firmware-auto-efi.xml
tests/qemuxml2xmloutdata/firmware-auto-bios.x86_64-latest.xml
tests/qemuxml2xmloutdata/firmware-auto-efi.x86_64-latest.xml

index 1318f68243b70be5b9fc365c929c08ae132e6dee..06bb0bea9dea8884fd7637f575a65a496b0fe1be 100644 (file)
@@ -5,7 +5,6 @@
   <vcpu placement='static'>1</vcpu>
   <os firmware='bios'>
     <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
-    <loader secure='no'/>
   </os>
   <features>
     <acpi/>
index 33bd7b0ac1c27cadeba64474754855a5ebc80e35..55b9be1aec67b9f4b83039d39560702ad52fb68a 100644 (file)
@@ -5,7 +5,6 @@
   <vcpu placement='static'>1</vcpu>
   <os firmware='efi'>
     <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
-    <loader secure='no'/>
   </os>
   <features>
     <acpi/>
index b744234cf18e2030d72a54689d1cc62c1a04a718..722294089ea34a35c49d38e1df7a29f78656d3a1 100644 (file)
@@ -6,7 +6,6 @@
   <vcpu placement='static'>1</vcpu>
   <os firmware='bios'>
     <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
-    <loader secure='no'/>
     <boot dev='hd'/>
   </os>
   <features>
index 35d49b7c62bd7a103d74f23d7a5d5404254da516..7e2e40036ea0d12d7d8150c855ed1b2dc4fcca5c 100644 (file)
@@ -6,7 +6,6 @@
   <vcpu placement='static'>1</vcpu>
   <os firmware='efi'>
     <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
-    <loader secure='no'/>
     <boot dev='hd'/>
   </os>
   <features>