~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/kvm-win2k3-cdrom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2011-01-29 21:41:21 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20110129214121-pjuxf2xz08l5zqew
Tags: upstream-0.500.5
Import upstream version 0.500.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='kvm'>
 
2
  <name>foobar</name>
 
3
  <currentMemory>65536</currentMemory>
 
4
  <memory>65536</memory>
 
5
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
6
  <os>
 
7
    <type arch='x86_64'>hvm</type>
 
8
    <boot dev='cdrom'/>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <features>
 
12
    <acpi/><apic/><pae/>
 
13
  </features>
 
14
  <clock offset="localtime"/>
 
15
  <on_poweroff>destroy</on_poweroff>
 
16
  <on_reboot>destroy</on_reboot>
 
17
  <on_crash>destroy</on_crash>
 
18
  <vcpu>1</vcpu>
 
19
  <devices>
 
20
    <emulator>/usr/bin/qemu-kvm</emulator>
 
21
    <disk type='file' device='disk'>
 
22
      <driver name='qemu'/>
 
23
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
24
      <target dev='hda' bus='ide'/>
 
25
    </disk>
 
26
    <disk type='file' device='cdrom'>
 
27
      <driver name='qemu'/>
 
28
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
29
      <target dev='hdc' bus='ide'/>
 
30
      <readonly/>
 
31
    </disk>
 
32
    <interface type='network'>
 
33
      <source network='default'/>
 
34
      <mac address='00:11:22:33:44:55'/>
 
35
    </interface>
 
36
    <input type='tablet' bus='usb'/>
 
37
    <graphics type='vnc' port='-1'/>
 
38
    <console type='pty'/>
 
39
    <sound model='ac97'/>
 
40
    <video>
 
41
      <model type='vga'/>
 
42
    </video>
 
43
  </devices>
 
44
</domain>
 
45
<domain type='kvm'>
 
46
  <name>foobar</name>
 
47
  <currentMemory>65536</currentMemory>
 
48
  <memory>65536</memory>
 
49
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
50
  <os>
 
51
    <type arch='x86_64'>hvm</type>
 
52
    <boot dev='hd'/>
 
53
  </os>
 
54
  <features>
 
55
    <acpi/><apic/><pae/>
 
56
  </features>
 
57
  <clock offset="localtime"/>
 
58
  <on_poweroff>destroy</on_poweroff>
 
59
  <on_reboot>destroy</on_reboot>
 
60
  <on_crash>destroy</on_crash>
 
61
  <vcpu>1</vcpu>
 
62
  <devices>
 
63
    <emulator>/usr/bin/qemu-kvm</emulator>
 
64
    <disk type='file' device='disk'>
 
65
      <driver name='qemu'/>
 
66
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
67
      <target dev='hda' bus='ide'/>
 
68
    </disk>
 
69
    <disk type='file' device='cdrom'>
 
70
      <driver name='qemu'/>
 
71
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
72
      <target dev='hdc' bus='ide'/>
 
73
      <readonly/>
 
74
    </disk>
 
75
    <interface type='network'>
 
76
      <source network='default'/>
 
77
      <mac address='00:11:22:33:44:55'/>
 
78
    </interface>
 
79
    <input type='tablet' bus='usb'/>
 
80
    <graphics type='vnc' port='-1'/>
 
81
    <console type='pty'/>
 
82
    <sound model='ac97'/>
 
83
    <video>
 
84
      <model type='vga'/>
 
85
    </video>
 
86
  </devices>
 
87
</domain>
 
88
<domain type='kvm'>
 
89
  <name>foobar</name>
 
90
  <currentMemory>65536</currentMemory>
 
91
  <memory>65536</memory>
 
92
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
93
  <os>
 
94
    <type arch='x86_64'>hvm</type>
 
95
    <boot dev='hd'/>
 
96
  </os>
 
97
  <features>
 
98
    <acpi/><apic/><pae/>
 
99
  </features>
 
100
  <clock offset="localtime"/>
 
101
  <on_poweroff>destroy</on_poweroff>
 
102
  <on_reboot>restart</on_reboot>
 
103
  <on_crash>restart</on_crash>
 
104
  <vcpu>1</vcpu>
 
105
  <devices>
 
106
    <emulator>/usr/bin/qemu-kvm</emulator>
 
107
    <disk type='file' device='disk'>
 
108
      <driver name='qemu'/>
 
109
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
110
      <target dev='hda' bus='ide'/>
 
111
    </disk>
 
112
    <disk type='file' device='cdrom'>
 
113
      <driver name='qemu'/>
 
114
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
115
      <target dev='hdc' bus='ide'/>
 
116
      <readonly/>
 
117
    </disk>
 
118
    <interface type='network'>
 
119
      <source network='default'/>
 
120
      <mac address='00:11:22:33:44:55'/>
 
121
    </interface>
 
122
    <input type='tablet' bus='usb'/>
 
123
    <graphics type='vnc' port='-1'/>
 
124
    <console type='pty'/>
 
125
    <sound model='ac97'/>
 
126
    <video>
 
127
      <model type='vga'/>
 
128
    </video>
 
129
  </devices>
 
130
</domain>