|
1 | 1 | <domain type='kvm'> |
2 | 2 | <name>foobar</name> |
3 | | - <currentMemory>65536</currentMemory> |
4 | | - <memory>65536</memory> |
5 | 3 | <uuid>00000000-1111-2222-3333-444444444444</uuid> |
| 4 | + <memory>65536</memory> |
| 5 | + <currentMemory>65536</currentMemory> |
| 6 | + <vcpu>1</vcpu> |
6 | 7 | <os> |
7 | 8 | <type arch='x86_64'>hvm</type> |
8 | 9 | <boot dev='cdrom'/> |
|
15 | 16 | <on_poweroff>destroy</on_poweroff> |
16 | 17 | <on_reboot>destroy</on_reboot> |
17 | 18 | <on_crash>destroy</on_crash> |
18 | | - <vcpu>1</vcpu> |
19 | 19 | <devices> |
20 | 20 | <emulator>/usr/bin/qemu-kvm</emulator> |
21 | 21 | <disk type='file' device='disk'> |
|
44 | 44 | </domain> |
45 | 45 | <domain type='kvm'> |
46 | 46 | <name>foobar</name> |
47 | | - <currentMemory>65536</currentMemory> |
48 | | - <memory>65536</memory> |
49 | 47 | <uuid>00000000-1111-2222-3333-444444444444</uuid> |
| 48 | + <memory>65536</memory> |
| 49 | + <currentMemory>65536</currentMemory> |
| 50 | + <vcpu>1</vcpu> |
50 | 51 | <os> |
51 | 52 | <type arch='x86_64'>hvm</type> |
52 | 53 | <boot dev='hd'/> |
|
58 | 59 | <on_poweroff>destroy</on_poweroff> |
59 | 60 | <on_reboot>destroy</on_reboot> |
60 | 61 | <on_crash>destroy</on_crash> |
61 | | - <vcpu>1</vcpu> |
62 | 62 | <devices> |
63 | 63 | <emulator>/usr/bin/qemu-kvm</emulator> |
64 | 64 | <disk type='file' device='disk'> |
|
87 | 87 | </domain> |
88 | 88 | <domain type='kvm'> |
89 | 89 | <name>foobar</name> |
90 | | - <currentMemory>65536</currentMemory> |
91 | | - <memory>65536</memory> |
92 | 90 | <uuid>00000000-1111-2222-3333-444444444444</uuid> |
| 91 | + <memory>65536</memory> |
| 92 | + <currentMemory>65536</currentMemory> |
| 93 | + <vcpu>1</vcpu> |
93 | 94 | <os> |
94 | 95 | <type arch='x86_64'>hvm</type> |
95 | 96 | <boot dev='hd'/> |
|
101 | 102 | <on_poweroff>destroy</on_poweroff> |
102 | 103 | <on_reboot>restart</on_reboot> |
103 | 104 | <on_crash>restart</on_crash> |
104 | | - <vcpu>1</vcpu> |
105 | 105 | <devices> |
106 | 106 | <emulator>/usr/bin/qemu-kvm</emulator> |
107 | 107 | <disk type='file' device='disk'> |
|
0 commit comments