]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/test/vhost/ext4test/spdk_vm_base.xml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / spdk / test / vhost / ext4test / spdk_vm_base.xml
1 <?xml version="1.0"?>
2 <domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm">
3 <name/>
4 <memory unit="GiB">2</memory>
5 <currentMemory unit="GiB">2</currentMemory>
6 <vcpu placement="static">4</vcpu>
7 <os>
8 <type arch="x86_64" machine="pc-i440fx-1.6">hvm</type>
9 <boot dev="hd"/>
10 </os>
11 <features>
12 <acpi/>
13 <apic/>
14 <pae/>
15 </features>
16 <cpu mode="host-model">
17 <model fallback="allow"/>
18 </cpu>
19 <clock offset="utc"/>
20 <on_poweroff>destroy</on_poweroff>
21 <on_reboot>restart</on_reboot>
22 <on_crash>destroy</on_crash>
23 <devices>
24 <emulator/>
25 <disk type="file" device="disk">
26 <driver name="qemu" type="qcow2"/>
27 <source file=""/>
28 <backingStore/>
29 <target dev="hda" bus="ide"/>
30 <address type="drive" domain="0" bus="0" slot="0" function="0"/>
31 </disk>
32 <controller type="usb" index="0">
33 <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x2"/>
34 </controller>
35 <controller type="pci" index="0" model="pci-root"/>
36 <interface type="network">
37 <mac address="02:de:ad:de:ad:01"/>
38 <source network="test_net"/>
39 <model type="virtio"/>
40 <address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
41 </interface>
42 <serial type="pty">
43 <target port="0"/>
44 </serial>
45 <console type="pty">
46 <target type="serial" port="0"/>
47 </console>
48 <input type="mouse" bus="ps2"/>
49 <input type="keyboard" bus="ps2"/>
50 <graphics type="vnc" port="-1" autoport="yes"/>
51 <video>
52 <model type="cirrus" vram="16384" heads="1"/>
53 <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
54 </video>
55 <memballoon model="virtio">
56 <address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0"/>
57 </memballoon>
58 </devices>
59 <qemu:commandline>
60 <qemu:arg value="-object"/>
61 <qemu:arg value="memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on"/>
62 <qemu:arg value="-numa"/>
63 <qemu:arg value="node,memdev=mem"/>
64 <qemu:arg value="-chardev"/>
65 <qemu:arg value="socket,id=char0,path=/tmp/naa.123"/>
66 <qemu:arg value="-device"/>
67 <qemu:arg value="vhost-user-scsi-pci,id=scsi0,chardev=char0"/>
68 </qemu:commandline>
69 </domain>