diff options
Diffstat (limited to 'hosts/moyo/libvirt')
| -rw-r--r-- | hosts/moyo/libvirt/qemu/station.xml (renamed from hosts/moyo/libvirt/qemu/denpa.xml) | 58 |
1 files changed, 26 insertions, 32 deletions
diff --git a/hosts/moyo/libvirt/qemu/denpa.xml b/hosts/moyo/libvirt/qemu/station.xml index 14e4972..3b8219c 100644 --- a/hosts/moyo/libvirt/qemu/denpa.xml +++ b/hosts/moyo/libvirt/qemu/station.xml @@ -1,13 +1,13 @@ <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: - virsh edit denpa + virsh edit station or other application using the libvirt API. --> <domain type='kvm'> - <name>denpa</name> - <uuid>3c983499-1569-48f4-994f-d665f40097ac</uuid> + <name>station</name> + <uuid></uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://rockylinux.org/rocky/9"/> @@ -21,13 +21,13 @@ or other application using the libvirt API. </memoryBacking> <vcpu placement='static'>2</vcpu> <os firmware='efi'> - <type arch='x86_64' machine='pc-q35-9.1'>hvm</type> + <type arch='x86_64' machine='pc-q35-10.0'>hvm</type> <firmware> <feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='secure-boot'/> </firmware> - <loader readonly='yes' type='pflash'>/usr/share/edk2-ovmf/OVMF_CODE.fd</loader> - <nvram template='/usr/share/edk2-ovmf/OVMF_VARS.fd'>/var/lib/libvirt/qemu/nvram/denpa_VARS.fd</nvram> + <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/OvmfX64/OVMF_CODE.fd</loader> + <nvram template='/usr/share/edk2/OvmfX64/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/station_VARS.fd</nvram> </os> <features> <acpi/> @@ -56,15 +56,19 @@ or other application using the libvirt API. <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> - <driver name='qemu' type='qcow2' cache='writeback' io='io_uring' discard='unmap'/> - <source file='/var/lib/libvirt/images/denpa.qcow2'/> + <driver name='qemu' type='qcow2' io='io_uring'/> + <source file='/mnt/store/station/station.qcow2'/> <target dev='vda' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </disk> - <controller type='usb' index='0' model='qemu-xhci' ports='15'> - <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> - </controller> + <disk type='file' device='cdrom'> + <driver name='qemu' type='raw'/> + <source file='/home/andrew/isos/debian-trixie-DI-rc2-amd64-netinst.iso'/> + <target dev='hdc' bus='sata'/> + <readonly/> + <address type='drive' controller='0' bus='0' target='0' unit='2'/> + </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> @@ -145,21 +149,11 @@ or other application using the libvirt API. <controller type='scsi' index='0' model='virtio-scsi'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </controller> - <filesystem type='mount' accessmode='passthrough'> - <driver type='virtiofs'/> - <binary path='/usr/libexec/virtiofsd'/> - <source dir='/mnt/store0/mail'/> - <target dir='mail'/> - <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> - </filesystem> - <filesystem type='mount' accessmode='passthrough'> - <driver type='virtiofs'/> - <source dir='/mnt/store0/git'/> - <target dir='git'/> - <address type='pci' domain='0x0000' bus='0x09' slot='0x00' function='0x0'/> - </filesystem> + <controller type='usb' index='0' model='qemu-xhci'> + <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> + </controller> <interface type='bridge'> - <mac address='52:54:00:b3:83:8a'/> + <mac address=''/> <source bridge='virbr0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> @@ -172,17 +166,17 @@ or other application using the libvirt API. <console type='pty'> <target type='serial' port='0'/> </console> - <channel type='unix'> - <target type='virtio' name='org.qemu.guest_agent.0'/> - <address type='virtio-serial' controller='0' bus='0' port='1'/> - </channel> + <console type='pty'> + <target type='virtio' port='1'/> + </console> + <console type='pty'> + <target type='virtio' port='2'/> + </console> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <audio id='1' type='none'/> <watchdog model='itco' action='reset'/> - <memballoon model='virtio'> - <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> - </memballoon> + <memballoon model='none'/> <rng model='virtio'> <backend model='random'>/dev/urandom</backend> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> |