Compare commits
2 Commits
22203b8e54
...
9acf2936de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9acf2936de | ||
|
|
df25dda301 |
@@ -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 -->
|
||||
@@ -11,8 +11,8 @@
|
||||
</cpu>
|
||||
<devices>
|
||||
<disk type='file' device='disk'>
|
||||
<driver name='qemu' type='qcow2'/>
|
||||
<source path='/var/lib/libvirt/images/basic-vm.qcow2'/> <!-- Disk image path -->
|
||||
<driver name='qemu' type='raw'/>
|
||||
<source path='/var/lib/libvirt/images/debian.img'/> <!-- Disk image path -->
|
||||
<target dev='vda' bus='virtio'/>
|
||||
</disk>
|
||||
<interface type='network'>
|
||||
|
||||
Reference in New Issue
Block a user