mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
tests: Remove firmware bits from unrelated tests
The pci-bridge-many-disks test case is not related to firmware handling at all, so we can trim it without losing any coverage. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
9f13f54a63
commit
c76e595131
@ -14,7 +14,6 @@ QEMU_AUDIO_DRV=none \
|
|||||||
-machine pc,usb=off,dump-guest-core=off \
|
-machine pc,usb=off,dump-guest-core=off \
|
||||||
-accel tcg \
|
-accel tcg \
|
||||||
-cpu qemu64,kvmclock=off \
|
-cpu qemu64,kvmclock=off \
|
||||||
-bios /usr/share/seabios/bios.bin \
|
|
||||||
-m 3907 \
|
-m 3907 \
|
||||||
-overcommit mem-lock=off \
|
-overcommit mem-lock=off \
|
||||||
-smp 1,sockets=1,cores=1,threads=1 \
|
-smp 1,sockets=1,cores=1,threads=1 \
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<currentMemory unit='KiB'>4000000</currentMemory>
|
<currentMemory unit='KiB'>4000000</currentMemory>
|
||||||
<os>
|
<os>
|
||||||
<type arch='x86_64' machine='pc'>hvm</type>
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||||||
<loader>/usr/share/seabios/bios.bin</loader>
|
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
<vcpu placement='static'>1</vcpu>
|
<vcpu placement='static'>1</vcpu>
|
||||||
<os>
|
<os>
|
||||||
<type arch='x86_64' machine='pc'>hvm</type>
|
<type arch='x86_64' machine='pc'>hvm</type>
|
||||||
<loader type='rom'>/usr/share/seabios/bios.bin</loader>
|
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user