|
1 | 1 | <domain type='kvm'>
|
2 |
| - <name>ReactOS-CMake</name> |
| 2 | + <name>Test_KVM</name> |
3 | 3 | <uuid>0ab69219-58c2-1e5c-6beb-fb29db74b0af</uuid>
|
4 |
| - <memory>524288</memory> |
| 4 | + <memory>1048576</memory> |
5 | 5 | <vcpu>1</vcpu>
|
6 | 6 | <os>
|
7 | 7 | <type arch='i686' machine='pc'>hvm</type>
|
|
17 | 17 | <devices>
|
18 | 18 | <emulator>/usr/bin/kvm</emulator>
|
19 | 19 | <disk type='file' device='disk'>
|
20 |
| - <source file='/srv/buildbot_cmake/ros-sysreg.img'/> |
| 20 | + <source file='/srv/buildbot/worker_data/Test_KVM/build/ros-sysreg.img'/> |
21 | 21 | <target dev='hda' bus='ide'/>
|
22 | 22 | </disk>
|
23 | 23 | <disk type='file' device='cdrom'>
|
24 |
| - <source file='/srv/buildbot_cmake/dbgtest_cmake/bootcdregtest.iso'/> |
| 24 | + <source file='/srv/buildbot/worker_data/Test_KVM/build/bootcdregtest.iso'/> |
25 | 25 | <target dev='hdc' bus='ide'/>
|
26 | 26 | <readonly/>
|
27 | 27 | </disk>
|
28 | 28 | <interface type='user'>
|
29 | 29 | <mac address='00:16:3e:2e:dd:de'/>
|
30 | 30 | <model type='pcnet'/>
|
31 | 31 | </interface>
|
32 |
| -<!-- <serial type='pty'> |
33 |
| - <source path='/dev/pts/4'/> |
34 |
| - <target port='1'/> |
35 |
| - </serial> --> |
36 | 32 | <console type='pty' tty='/dev/pts/4'>
|
37 | 33 | <source path='/dev/pts/4'/>
|
38 | 34 | <target port='1'/>
|
39 | 35 | </console>
|
40 |
| - |
41 |
| - <!-- Disabled as of 2011-06-07 because of r52098, ask Colin for details |
42 |
| - <sound model='ac97'/--> |
43 |
| - |
44 |
| - <!-- Disabled as of 2011-10-16, ask Amine or Cameron for details |
45 |
| - <input type='tablet' bus='usb'/--> |
46 |
| - |
47 | 36 | <input type='mouse' bus='ps2'/>
|
48 |
| - <graphics type='vnc' autoport='no' port='5900' listen='127.0.0.1' passwd='PASSWORD_HERE' /> |
| 37 | + <graphics type='vnc' autoport='no' port='5900' listen='127.0.0.1' /> |
| 38 | + <controller type='usb' model='none'/> |
| 39 | + <memballoon model='none'/> |
49 | 40 | </devices>
|
50 | 41 | </domain>
|
0 commit comments