mirror of
https://github.com/PhyllomeOS/xml-definition-for-domains.git
synced 2024-12-22 13:45:24 +00:00
Add definition for Windows
Definition for modern Windows OS, starting from Windows 10
This commit is contained in:
parent
d7efbcc72c
commit
5c01cfa22b
94
xml/system/windows.xml
Normal file
94
xml/system/windows.xml
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
<domain type='kvm'>
|
||||||
|
<name>Windows NT</name>
|
||||||
|
<memory unit='KiB'>4194304</memory>
|
||||||
|
<description>System-based Q35 UEFI-based virtual machine optimized for Windows NT guests, starting at Windows 10</description>
|
||||||
|
<currentMemory unit='KiB'>4194304</currentMemory>
|
||||||
|
<memoryBacking>
|
||||||
|
<source type="memfd"/>
|
||||||
|
<access mode="shared"/>
|
||||||
|
</memoryBacking>
|
||||||
|
<vcpu placement='static'>4</vcpu>
|
||||||
|
<os firmware="efi">
|
||||||
|
<type arch='x86_64' machine='pc-q35-7.0'>hvm</type>
|
||||||
|
</os>
|
||||||
|
<features>
|
||||||
|
<acpi/>
|
||||||
|
<apic/>
|
||||||
|
<hyperv mode="custom">
|
||||||
|
<relaxed state="on"/>
|
||||||
|
<vapic state="on"/>
|
||||||
|
<spinlocks state="on" retries="8191"/>
|
||||||
|
<vpindex state="on"/>
|
||||||
|
<runtime state="on"/>
|
||||||
|
<synic state="on"/>
|
||||||
|
<stimer state="on"/>
|
||||||
|
<frequencies state="on"/>
|
||||||
|
<tlbflush state="on"/>
|
||||||
|
<ipi state="on"/>
|
||||||
|
</hyperv>
|
||||||
|
<vmport state="off"/>
|
||||||
|
</features>
|
||||||
|
<cpu mode="host-passthrough" check="none" migratable="on">
|
||||||
|
<topology sockets="1" dies="1" cores="2" threads="2"/>
|
||||||
|
</cpu>
|
||||||
|
<clock offset="localtime">
|
||||||
|
<timer name="rtc" tickpolicy="catchup"/>
|
||||||
|
<timer name="pit" tickpolicy="delay"/>
|
||||||
|
<timer name="hpet" present="no"/>
|
||||||
|
<timer name="hypervclock" present="yes"/>
|
||||||
|
</clock>
|
||||||
|
<on_poweroff>destroy</on_poweroff>
|
||||||
|
<on_reboot>restart</on_reboot>
|
||||||
|
<on_crash>destroy</on_crash>
|
||||||
|
<pm>
|
||||||
|
<suspend-to-mem enabled='no'/>
|
||||||
|
<suspend-to-disk enabled='no'/>
|
||||||
|
</pm>
|
||||||
|
<devices>
|
||||||
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||||
|
<controller type='virtio-serial' index='0'>
|
||||||
|
</controller>
|
||||||
|
<interface type="network">
|
||||||
|
<model type="virtio"/>
|
||||||
|
<source network="default"/>
|
||||||
|
</interface>
|
||||||
|
<console type='pty'>
|
||||||
|
<target type='virtio' port='0'/>
|
||||||
|
</console>
|
||||||
|
<channel type="spicevmc">
|
||||||
|
<target type="virtio" name="com.redhat.spice.0"/>
|
||||||
|
<address type="virtio-serial" controller="0" bus="0" port="1"/>
|
||||||
|
</channel>
|
||||||
|
<channel type='unix'>
|
||||||
|
<target type='virtio' name='org.qemu.guest_agent.0'/>
|
||||||
|
<address type='virtio-serial' controller='0' bus='0' port='2'/>
|
||||||
|
</channel>
|
||||||
|
<input type='keyboard' bus='virtio'>
|
||||||
|
</input>
|
||||||
|
<input type='tablet' bus='virtio'>
|
||||||
|
</input>
|
||||||
|
<tpm model="tpm-crb">
|
||||||
|
<backend type="emulator" version="2.0"/>
|
||||||
|
</tpm>
|
||||||
|
<graphics type="spice">
|
||||||
|
<listen type="none"/>
|
||||||
|
<image compression="off"/>
|
||||||
|
<gl enable="no"/>
|
||||||
|
</graphics>
|
||||||
|
<video>
|
||||||
|
<model type="virtio" heads="1" primary="yes">
|
||||||
|
<acceleration accel3d="no"/>
|
||||||
|
</model>
|
||||||
|
</video>
|
||||||
|
<memballoon model='none'/>
|
||||||
|
<rng model='virtio'>
|
||||||
|
<backend model='random'>/dev/urandom</backend>
|
||||||
|
</rng>
|
||||||
|
<filesystem type="mount" accessmode="passthrough">
|
||||||
|
<driver type="virtiofs"/>
|
||||||
|
<source dir="/mnt/"/>
|
||||||
|
<target dir="share"/>
|
||||||
|
</filesystem>
|
||||||
|
</devices>
|
||||||
|
</domain>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user