feat: changed machine to pc most recent
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<memory unit='KiB'>1048576</memory> <!-- 1 GiB Memory -->
|
<memory unit='KiB'>1048576</memory> <!-- 1 GiB Memory -->
|
||||||
<vcpu placement='static'>1</vcpu> <!-- 1 vCPU -->
|
<vcpu placement='static'>1</vcpu> <!-- 1 vCPU -->
|
||||||
<os>
|
<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'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<cpu mode='host-passthrough'> <!-- Enable CPU passthrough -->
|
<cpu mode='host-passthrough'> <!-- Enable CPU passthrough -->
|
||||||
|
|||||||
Reference in New Issue
Block a user