feat: changed machine to pc most recent

This commit is contained in:
Leonard Excoffier
2024-09-08 22:36:40 -04:00
parent 22203b8e54
commit df25dda301

View File

@@ -3,7 +3,7 @@
<memory unit='KiB'>1048576</memory> <!-- 1 GiB Memory -->
<vcpu placement='static'>1</vcpu> <!-- 1 vCPU -->
<os>
<type arch='x86_64' machine='pc-i440fx-5.2'>hvm</type> <!-- Change machine type based on your requirement -->
<type arch='x86_64' machine='pc-q35-7.2'>hvm</type> <!-- Change machine type based on your requirement -->
<boot dev='hd'/>
</os>
<cpu mode='host-passthrough'> <!-- Enable CPU passthrough -->