diff options
| author | 2024-11-13 11:16:51 -0500 | |
|---|---|---|
| committer | 2024-11-13 11:16:51 -0500 | |
| commit | 69657cffd889bc353cbf8e83f12b46bc48f7321b (patch) | |
| tree | 654050797a489bfd4064a72d7c63a0ebd09e731d /hosts/moyo/libvirt | |
| parent | 66ef19bafce2013f8878942e199541c8c994403c (diff) | |
| download | dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.gz dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.bz2 dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.zip | |
Update gentoo hosts
Diffstat (limited to 'hosts/moyo/libvirt')
| -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'/> |