Add generic q35 machine instead of specifying the version

This commit is contained in:
lukas 2024-01-01 17:32:09 +01:00
parent a55363f801
commit 1c6ab98227
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<currentMemory unit="KiB">1048576</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>

View File

@ -6,7 +6,7 @@
<currentMemory unit="KiB">1048576</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>

View File

@ -10,7 +10,7 @@
</memoryBacking>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>

View File

@ -10,7 +10,7 @@
</memoryBacking>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>

View File

@ -9,7 +9,7 @@
</memoryBacking>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>

View File

@ -9,7 +9,7 @@
</memoryBacking>
<vcpu placement='static'>4</vcpu>
<os firmware="efi">
<type arch='x86_64' machine='pc-q35-8.2'>hvm</type>
<type arch='x86_64' machine='q35'>hvm</type>
<loader secure='yes'/>
<boot dev='cdrom'/>
</os>