91 lines
2.9 KiB
XML
91 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- vJunosEvolved baseline XML -->
|
|
|
|
<!-- Copyright (c) 2023, Juniper Networks, Inc. -->
|
|
<!-- All rights reserved. -->
|
|
|
|
<domain xmlns:ns0="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm">
|
|
<name>vJunosEvolved</name>
|
|
<memory unit="KiB">8388608</memory>
|
|
<currentMemory unit="KiB">8388608</currentMemory>
|
|
<vcpu placement="static">4</vcpu>
|
|
<resource>
|
|
<partition>/machine</partition>
|
|
</resource>
|
|
<os>
|
|
<type arch="x86_64">hvm</type>
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<apic/>
|
|
<pae/>
|
|
</features>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>IvyBridge</model>
|
|
<topology cores="4" sockets="1" threads="1"/>
|
|
<model fallback="allow">qemu64</model>
|
|
<feature name="vmx" policy="require"/>
|
|
</cpu>
|
|
<clock offset="utc"/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>restart</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<disk device="disk" type="file">
|
|
<driver cache="writeback" name="qemu" type="qcow2"/>
|
|
<source file="/root/vJunosEvolved-live.qcow2"/>
|
|
<target dev="vda" bus="virtio"/>
|
|
</disk>
|
|
<disk device="disk" type="file">
|
|
<driver cache="writeback" name="qemu" type="raw"/>
|
|
<source file="/root/config.qcow2"/>
|
|
<target dev="sda" bus="usb"/>
|
|
</disk>
|
|
<controller index="0" model="pci-root" type="pci">
|
|
<alias name="pci.0"/>
|
|
</controller>
|
|
<interface type='direct'>
|
|
<source dev='eno1' mode='bridge'/>
|
|
<model type="virtio"/>
|
|
<alias name="net0"/>
|
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
|
|
</interface>
|
|
<interface type="bridge">
|
|
<source bridge="et000"/>
|
|
<model type="virtio"/>
|
|
<alias name="et000"/>
|
|
<mtu size='9600'/>
|
|
<address bus="0x00" domain="0x0000" function="0x0" slot="0x04" type="pci"/>
|
|
</interface>
|
|
<interface type="bridge">
|
|
<source bridge="et001"/>
|
|
<model type="virtio"/>
|
|
<alias name="et001"/>
|
|
<mtu size='9600'/>
|
|
<address bus="0x00" domain="0x0000" function="0x0" slot="0x05" type="pci"/>
|
|
</interface>
|
|
<serial type="tcp">
|
|
<source host="127.0.0.1" mode="bind" service="8610"/>
|
|
<protocol type="telnet"/>
|
|
<target port="0"/>
|
|
<alias name="serial0"/>
|
|
</serial>
|
|
<memballoon model="virtio">
|
|
<alias name="balloon0"/>
|
|
<address bus="0x00" domain="0x0000" function="0x0" slot="0x06" type="pci"/>
|
|
</memballoon>
|
|
</devices>
|
|
<ns0:commandline>
|
|
<ns0:arg value="-smbios"/>
|
|
<ns0:arg value="type=0,vendor=Bochs,version=Bochs"/>
|
|
<ns0:arg value="-smbios"/>
|
|
<ns0:arg value="type=3,manufacturer=Bochs"/>
|
|
<ns0:arg value="-smbios"/>
|
|
<ns0:arg value="type=1,manufacturer=Bochs,product=Bochs,serial=chassis_no=0:slot=0:type=1:assembly_id=0x0D20:platform=251:master=0:channelized=no"/>
|
|
</ns0:commandline>
|
|
</domain>
|