Ticket #8052: Haiku_SVN_USB_1.xml

File Haiku_SVN_USB_1.xml, 2.4 KB (added by Don Quixote, 13 years ago)

Linux Kernel Virtual Machine config file with USB Flash drive on /dev/sdb mapped to IDE drive in guest

Line 
1<!--
2WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
3OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
4 virsh edit Haiku_SVN_USB_1
5or other application using the libvirt API.
6-->
7
8<domain type='kvm'>
9 <name>Haiku_SVN_USB_1</name>
10 <uuid>9db739fd-7c90-95ee-2c23-c429c8158d65</uuid>
11 <memory>1048576</memory>
12 <currentMemory>1048576</currentMemory>
13 <vcpu>2</vcpu>
14 <os>
15 <type arch='i686' machine='pc-0.14'>hvm</type>
16 <boot dev='hd'/>
17 <bootmenu enable='yes'/>
18 </os>
19 <features>
20 <acpi/>
21 <apic/>
22 <pae/>
23 </features>
24 <clock offset='utc'/>
25 <on_poweroff>destroy</on_poweroff>
26 <on_reboot>restart</on_reboot>
27 <on_crash>restart</on_crash>
28 <devices>
29 <emulator>/usr/bin/kvm</emulator>
30 <disk type='block' device='disk'>
31 <driver name='qemu' type='raw' cache='writethrough' io='native'/>
32 <source dev='/dev/sdb'/>
33 <target dev='sda' bus='ide'/>
34 <address type='drive' controller='0' bus='0' unit='0'/>
35 </disk>
36 <controller type='ide' index='0'>
37 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
38 </controller>
39 <controller type='virtio-serial' index='0'>
40 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
41 </controller>
42 <interface type='network'>
43 <mac address='52:54:00:6a:e4:6a'/>
44 <source network='default'/>
45 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
46 </interface>
47 <serial type='file'>
48 <source path='/home/mike/Haiku/KVM_Serial_Logs/r42888_2011-10-22.log'/>
49 <target port='0'/>
50 </serial>
51 <console type='file'>
52 <source path='/home/mike/Haiku/KVM_Serial_Logs/r42888_2011-10-22.log'/>
53 <target type='serial' port='0'/>
54 </console>
55 <input type='mouse' bus='ps2'/>
56 <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'/>
57 <sound model='ac97'>
58 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
59 </sound>
60 <video>
61 <model type='vmvga' vram='9216' heads='1'/>
62 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
63 </video>
64 <watchdog model='i6300esb' action='reset'>
65 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
66 </watchdog>
67 <memballoon model='virtio'>
68 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
69 </memballoon>
70 </devices>
71</domain>