diff options
Diffstat (limited to 'hosts/moyo/libvirt/qemu')
| -rw-r--r-- | hosts/moyo/libvirt/qemu/denpa.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/moyo/libvirt/qemu/denpa.xml b/hosts/moyo/libvirt/qemu/denpa.xml index 4638b4c..0c2029e 100644 --- a/hosts/moyo/libvirt/qemu/denpa.xml +++ b/hosts/moyo/libvirt/qemu/denpa.xml @@ -13,15 +13,15 @@ or other application using the libvirt API. <libosinfo:os id="http://rockylinux.org/rocky/9"/> </libosinfo:libosinfo> </metadata> - <memory unit='KiB'>3145728</memory> - <currentMemory unit='KiB'>3145728</currentMemory> + <memory unit='KiB'>2097152</memory> + <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <source type='memfd'/> <access mode='shared'/> </memoryBacking> <vcpu placement='static'>2</vcpu> <os firmware='efi'> - <type arch='x86_64' machine='pc-q35-9.0'>hvm</type> + <type arch='x86_64' machine='pc-q35-9.1'>hvm</type> <firmware> <feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='secure-boot'/> @@ -34,7 +34,7 @@ or other application using the libvirt API. <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> - <topology sockets='1' dies='1' cores='2' threads='1'/> + <topology sockets='1' dies='1' clusters='1' cores='2' threads='1'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> <feature policy='require' name='invtsc'/> |