File: test-print-source.xml.in

package info (click to toggle)
virt-v2v 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,256 kB
  • sloc: ml: 19,861; sh: 8,454; ansic: 6,880; makefile: 2,797; python: 1,114; perl: 854; xml: 117
file content (33 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<domain type='kvm'>
  <name>windows</name>
  <memory>1048576</memory>
  <cpu match="minimum">
    <vendor>Intel</vendor>
    <model fallback="allow">Broadwell</model>
    <topology sockets="4" cores="8" threads="2"/>
  </cpu>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <os>
    <type>hvm</type>
    <boot dev='hd'/>
  </os>
  <devices>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw'/>
      <source file='@abs_top_builddir@/test-data/phony-guests/windows.img'/>
      <target dev='vda' bus='virtio'/>
    </disk>
    <interface type='network'>
      <mac address='00:11:22:33:44:55'/>
      <source network='default'/>
      <model type='virtio'/>
    </interface>
    <video>
      <model type='vga' vram='16384' heads='1'/>
    </video>
  </devices>
</domain>