2013-03-18 01:06:52 +04:00
<node >
<cpu >
<nodes > 1</nodes>
<sockets > 4</sockets>
<cores > 4</cores>
<threads > 1</threads>
<active > 4</active>
<mhz > 4000</mhz>
<model > i686</model>
</cpu>
<memory > 10000000</memory>
2013-04-21 21:12:08 +04:00
<!-- ####### -->
<!-- Domains -->
<!-- ####### -->
2013-03-18 01:06:52 +04:00
<domain type= 'test' >
<name > test</name>
<uuid > 4a64cc71-19c4-2fd0-2323-3050941ea3c3</uuid>
<memory > 8388608</memory>
<currentMemory > 2097152</currentMemory>
<vcpu > 2</vcpu>
<os >
<type arch= 'i686' > hvm</type>
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
</devices>
</domain>
2013-04-21 21:12:08 +04:00
<domain type= 'test' >
<name > test-many-devices</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<memoryBacking >
<hugepages />
</memoryBacking>
<uuid > 12345678-12F4-1234-1234-123456789012</uuid>
<os >
<type arch= 'i686' > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<description > Foo bar baz &
yeah boii < > yeahfoo
</description>
<features >
<acpi /> <apic />
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<vcpu cpuset= "1,2,5-9,11,13-14" > 9</vcpu>
<cpu match= "exact" >
<model > core2duo</model>
<vendor > Intel</vendor>
<feature policy= "require" name= "pbe" />
<feature policy= "require" name= "tm2" />
<feature policy= "require" name= "est" />
<feature policy= "require" name= "ss" />
<feature policy= "require" name= "ht" />
<feature policy= "require" name= "ds" />
<feature policy= "require" name= "lahf_lm" />
<feature policy= "require" name= "tm" />
<feature policy= "require" name= "cx16" />
<feature policy= "require" name= "vmx" />
<feature policy= "require" name= "ds_cpl" />
<feature policy= "require" name= "xtpr" />
<feature policy= "require" name= "acpi" />
</cpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
<!-- disk devices -->
<disk type= 'block' device= 'floppy' >
2013-09-26 03:35:05 +04:00
<source dev= '/dev/null' />
2013-04-21 21:12:08 +04:00
<target dev= 'fda' bus= 'fdc' />
</disk>
<disk type= 'dir' device= 'floppy' >
<source dir= '/tmp' />
<target dev= 'fdb' bus= 'fdc' />
</disk>
<disk type= 'file' device= 'disk' >
<source file= '/tmp/foobar' />
<target dev= 'hda' bus= 'ide' />
<iotune >
<read_bytes_sec > 5242880</read_bytes_sec>
<total_iops_sec > 50</total_iops_sec>
</iotune>
</disk>
<disk type= 'block' device= 'disk' >
<driver cache= 'none' type= "raw" />
2013-09-26 03:35:05 +04:00
<source dev= '/dev/null' />
2013-04-21 21:12:08 +04:00
<target dev= 'hdc' bus= 'ide' />
</disk>
<disk type= 'block' device= 'cdrom' >
<target dev= 'sdb' bus= 'scsi' />
</disk>
<disk type= 'file' device= 'disk' >
<driver name= "qemu" type= "qcow2" cache= "none" />
<source file= '/tmp/foobar2' />
<target dev= 'vdc' bus= 'virtio' />
</disk>
2013-09-29 03:11:27 +04:00
<disk type= 'block' device= 'disk' >
<source dev= '/dev/default-pool/overlay.img' />
2013-04-21 21:12:08 +04:00
<target dev= 'sdd' bus= 'usb' />
</disk>
<disk type= 'file' device= 'disk' >
<driver name= 'tap' type= 'qcow' cache= "writethrough" />
<source file= '/tmp/foobar4' />
<target dev= 'xvdc' bus= 'xen' />
</disk>
<!-- interfaces -->
<interface type= 'network' >
<source network= 'default' />
<mac address= '22:22:33:54:32:10' />
<model type= 'e1000' />
</interface>
<interface type= 'network' >
<source network= 'idontexistfool' />
</interface>
<interface type= 'network' >
<source network= 'dupmac' />
<mac address= '22:22:33:54:32:11' />
</interface>
<interface type= 'user' >
<mac address= '22:11:11:11:11:11' />
</interface>
<interface type= 'bridge' >
<source bridge= 'brempty' />
<mac address= '22:22:33:44:AA:BB' />
<model type= 'virtio' />
</interface>
<interface type= 'bridge' >
<source bridge= 'br0' />
<mac address= '22:00:00:44:AA:BF' />
<model type= 'e1000' />
</interface>
<controller type= 'usb' />
<interface type= 'ethernet' >
<mac address= '00:11:7F:33:44:55' />
<script path= '/etc/qemu-ifup' />
<target dev= 'nic02' />
</interface>
<interface type= "direct" >
<mac address= "F0:11:22:33:44:5F" />
<source dev= "eth0.1" mode= "vepa" />
<virtualport type= "802.1Qbg" >
<parameters managerid= "12" typeid= "1193046" typeidversion= "1" instanceid= "09b11c53-8b5c-4eeb-8f00-d84eaa0aaa3b" />
</virtualport>
<address type= "pci" domain= "0x0000" bus= "0x00" slot= "0x07" function= "0x0" />
</interface>
<!-- input devices -->
<input type= 'mouse' bus= 'ps2' />
<input type= 'tablet' bus= 'usb' />
<!-- Graphics devices -->
<graphics type= 'sdl' display= ':3.4' xauth= '/testdir/.Xauthority' fullscreen= 'yes' />
<graphics type= 'vnc' />
<graphics type= 'vnc' listen= "1.2.3.4" keymap= "fi" />
<graphics type= 'vnc' port= "5903" passwd= "foobar" />
<graphics type= 'rdp' />
<graphics type= 'spice' />
<graphics type= "spice" passwd= "newpass" port= "6000" tlsPort= "6001" listen= "1.2.3.4" >
<channel name= "inputs" mode= "secure" />
<channel name= "main" mode= "any" />
<channel name= "record" mode= "insecure" />
</graphics>
<!-- sound devices -->
<sound model= 'sb16' />
<sound model= 'es1370' />
<sound model= 'ich6' />
<!-- Video devices -->
<video >
<model type= 'vmvga' />
</video>
<video >
<model type= 'cirrus' vram= '10240' heads= '3' />
</video>
<!-- hostdev devices -->
<hostdev mode= 'subsystem' type= 'usb' managed= 'yes' >
<source >
<vendor id= '0x04b3' />
<product id= '0x4485' />
</source>
</hostdev>
<hostdev mode= 'subsystem' type= 'usb' managed= 'yes' >
<source >
<address bus= '0x03' device= '0x02' />
</source>
</hostdev>
<hostdev mode= 'subsystem' type= 'pci' managed= 'yes' >
<source >
<address bus= '0x00' slot= '0x19' function= "0x0" />
</source>
</hostdev>
<hostdev mode= 'subsystem' type= 'pci' managed= 'yes' >
<source >
<address domain= "0x03" bus= '0x00' slot= '0x19' function= "0x0" />
</source>
</hostdev>
<!-- serial/parallel devices -->
<serial type= 'null' />
<parallel type= 'file' >
<source path= '/tmp/foo.log' />
</parallel>
<serial type= 'tcp' >
<source mode= 'bind' host= 'my.source.host' service= '1234' />
<protocol type= 'telnet' />
</serial>
<parallel type= 'unix' >
<source mode= 'bind' path= '/tmp/foobar' />
</parallel>
<parallel type= 'udp' >
<source mode= 'bind' host= 'my.bind.host' service= '1111' />
<source mode= 'connect' host= 'my.source.host' service= '2222' />
</parallel>
<!-- watchdog devices -->
<watchdog model= 'ib700' action= 'poweroff' />
<!-- smartcard devices -->
<smartcard mode= 'host' >
<address type= 'ccid' controller= '0' slot= '0' />
</smartcard>
<smartcard mode= 'host-certificates' >
<certificate > cert1</certificate>
<certificate > cert2</certificate>
<certificate > cert3</certificate>
</smartcard>
<smartcard mode= 'passthrough' type= 'spicevmc' />
<smartcard mode= 'passthrough' type= 'tcp' >
<source mode= 'bind' host= '127.0.0.1' service= '2001' />
<protocol type= 'raw' />
</smartcard>
<!-- channel devices -->
<channel type= 'pipe' >
<source path= '/tmp/guestfwd' />
<target type= 'guestfwd' address= '10.0.2.1' port= '4600' />
</channel>
<channel type= 'spicevmc' >
<target type= 'virtio' name= 'com.redhat.spice.0' />
<address type= 'virtio-serial' controller= '1' bus= '0' port= '3' />
</channel>
<channel type= 'pty' >
<target type= 'virtio' name= 'org.linux-kvm.port.0' />
</channel>
<!-- redir devices -->
<redirdev bus= 'usb' type= 'tcp' >
<source mode= 'connect' host= 'localhost' service= '4000' />
<protocol type= 'raw' />
</redirdev>
<redirdev bus= 'usb' type= 'spicevmc' >
<address type= 'usb' bus= '0' port= '4' />
</redirdev>
<redirfilter >
<usbdev class= '0x08' vendor= '0x15E1' product= '0x2007' version= '1.10' allow= 'yes' />
<usbdev class= '-1' vendor= '-1' product= '-1' version= '-1' allow= 'no' />
</redirfilter>
2013-06-27 04:05:32 +04:00
<!-- tpm devices -->
<tpm model= 'tpm-tis' >
<backend type= 'passthrough' >
2013-07-15 20:18:23 +04:00
<device path= '/dev/tzz' />
2013-06-27 04:05:32 +04:00
</backend>
</tpm>
2013-04-21 21:12:08 +04:00
2013-09-18 17:29:28 +04:00
<!-- rng devices -->
<rng model= 'virtio' >
<rate period= '2000' bytes= '1234' />
<backend model= 'egd' type= 'tcp' >
<source mode= 'connect' host= '1.2.3.4' service= '1234' />
</backend>
</rng>
2013-04-21 21:12:08 +04:00
</devices>
</domain>
2013-09-24 03:59:42 +04:00
<domain type= 'test' >
<name > test-alternate-devs</name>
<uuid > 4a64cc71-19c4-2fd0-2323-00aa941ea3c3</uuid>
<description > Test alternate devices that can't be crammed in
test-many-devices, like an alternate RNG.
</description>
<memory > 8388608</memory>
<currentMemory > 2097152</currentMemory>
<vcpu > 2</vcpu>
<os >
<type arch= 'i686' > hvm</type>
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<rng model= 'virtio' >
<rate bytes= '123' period= '1234' />
<backend model= 'random' > /dev/hwrng</backend>
</rng>
</devices>
</domain>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<domain type= 'test' >
<name > test-clone-simple</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<uuid > 12345678-1234-FFFF-1234-12345678FFFF</uuid>
<os >
<type arch= 'i686' > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<features >
<acpi /> <apic />
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<vcpu > 5</vcpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
<disk type= 'file' device= 'disk' >
2013-07-26 06:06:28 +04:00
<source file= '/dev/default-pool/test-clone-simple.img' />
2013-03-18 01:06:52 +04:00
<target dev= 'hda' bus= 'ide' />
</disk>
<interface type= 'user' >
<mac address= '22:11:11:11:11:11' />
</interface>
<parallel type= 'file' >
<source path= '/tmp/foo.log' />
</parallel>
</devices>
</domain>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<domain type= 'test' >
<name > test-for-clone</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<uuid > 12345678-1234-1234-1234-12345678FFFF</uuid>
<os >
<type arch= 'i686' > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<features >
<acpi /> <apic />
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<vcpu > 5</vcpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
2013-04-21 21:12:08 +04:00
<disk type= 'block' device= 'floppy' >
2013-07-26 06:06:28 +04:00
<source dev= '/dev/disk-pool/diskvol1' />
2013-04-21 21:12:08 +04:00
<target dev= 'fda' bus= 'fdc' />
2013-07-14 23:53:23 +04:00
<driver type= "vmdk" />
2013-04-21 21:12:08 +04:00
</disk>
<disk type= 'block' device= 'disk' >
2013-07-26 06:06:28 +04:00
<source dev= '/dev/disk-pool/diskvol2' />
2013-03-18 01:06:52 +04:00
<target dev= 'sda' bus= 'scsi' />
2013-04-21 21:12:08 +04:00
<readonly />
2013-03-18 01:06:52 +04:00
</disk>
<disk type= 'block' device= 'cdrom' >
<target dev= 'sdb' bus= 'scsi' />
</disk>
<disk type= 'block' device= 'disk' >
2013-07-26 06:06:28 +04:00
<source dev= '/dev/default-pool/collidevol1.img' />
2013-03-18 01:06:52 +04:00
<target dev= 'sdc' bus= 'scsi' />
2013-07-14 23:53:23 +04:00
<driver type= "qcow2" />
2013-03-18 01:06:52 +04:00
<readonly />
2013-04-21 21:12:08 +04:00
<shareable />
2013-03-18 01:06:52 +04:00
</disk>
<disk type= 'file' device= 'disk' >
2013-07-26 06:06:28 +04:00
<source file= '/dev/default-pool/default-vol' />
2013-04-21 21:12:08 +04:00
<target dev= 'hda' bus= 'ide' />
2013-03-18 01:06:52 +04:00
</disk>
2013-04-21 21:12:08 +04:00
<disk type= 'file' device= 'disk' >
2013-07-26 06:06:28 +04:00
<source file= '/dev/default-pool/testvol2.img' />
2013-04-21 21:12:08 +04:00
<target dev= 'hdb' bus= 'ide' />
2013-03-18 01:06:52 +04:00
</disk>
<interface type= 'network' >
<source network= 'default' />
<mac address= '22:22:33:12:34:AB' />
<model type= 'e1000' />
</interface>
<interface type= 'user' >
<mac address= '22:11:11:11:11:11' />
</interface>
<parallel type= 'file' >
<source path= '/tmp/foo.log' />
</parallel>
</devices>
</domain>
2013-05-11 19:44:25 +04:00
2013-04-21 21:12:08 +04:00
<domain type= 'test' >
<name > test-halffull-clone</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<uuid > abcd5678-1234-1234-1234-12345678FFFF</uuid>
<os >
<type arch= 'i686' > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<features >
<acpi /> <apic />
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<vcpu > 5</vcpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
<disk type= 'block' device= 'disk' >
<source dev= '/halffull-pool/testvol1.img' />
<target dev= 'hda' bus= 'ide' />
</disk>
<disk type= 'block' device= 'disk' >
<source dev= '/halffull-pool/testvol2.img' />
<target dev= 'hdb' bus= 'ide' />
</disk>
<interface type= 'user' >
<mac address= '22:11:11:11:11:11' />
</interface>
</devices>
</domain>
<domain type= 'test' >
<name > test-full-clone</name>
<currentMemory > 204800</currentMemory>
<memory > 409600</memory>
<uuid > abcd5678-aaaa-1234-1234-12345678FFFF</uuid>
<os >
<type arch= 'i686' > hvm</type>
<loader > /usr/lib/xen/boot/hvmloader</loader>
<boot dev= 'hd' />
</os>
<features >
<acpi /> <apic />
</features>
<clock offset= "utc" />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > restart</on_crash>
<vcpu > 5</vcpu>
<devices >
<emulator > /usr/lib/xen/bin/qemu-dm</emulator>
<disk type= 'block' device= 'disk' >
<source dev= '/full-pool/testvol1.img' />
<target dev= 'hda' bus= 'ide' />
</disk>
<interface type= 'user' >
<mac address= '22:11:11:11:11:11' />
</interface>
<console type= 'pty' />
</devices>
</domain>
<domain type= 'test' >
<name > test_xenpv_kernel</name>
<uuid > 596a5d2171f48fb2e068e2386a5c413e</uuid>
<os >
<type > xen</type>
<kernel > /var/lib/xen/vmlinuz.2Dn2YT</kernel>
<initrd > /var/lib/xen/initrd.img.0u-Vhq</initrd>
<cmdline > method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os </cmdline>
</os>
<memory > 430080</memory>
<vcpu > 2</vcpu>
<on_poweroff > destroy</on_poweroff>
<on_reboot > destroy</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/root/some.img' />
<target dev= 'xvda' />
</disk>
<console tty= '/dev/pts/4' />
</devices>
</domain>
2013-05-11 19:44:25 +04:00
<domain type= 'test' >
<name > test-duplicate-usb</name>
<uuid > 4a64cc71-19c4-2fd0-2323-3050abaea3c3</uuid>
<memory > 8388608</memory>
<currentMemory > 2097152</currentMemory>
<vcpu > 2</vcpu>
<os >
<type arch= 'i686' > hvm</type>
<boot dev= 'hd' />
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<hostdev mode= 'subsystem' type= 'usb' managed= 'yes' >
<source >
<product id= '0x7e04' />
<vendor id= '0x03f0' />
</source>
</hostdev>
</devices>
</domain>
2013-08-07 18:48:23 +04:00
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-shutoff</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:runstate > 5</test:runstate>
</domain>
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-paused</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:runstate > 3</test:runstate>
</domain>
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-crashed</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:runstate > 6</test:runstate>
</domain>
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-pmsuspended</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:runstate > 7</test:runstate>
</domain>
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-transient</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:transient />
</domain>
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-state-managedsave</name>
<memory > 1048576</memory>
<bootloader > /tmp/bootfoo</bootloader>
<test:runstate > 5</test:runstate>
<test:hasmanagedsave />
</domain>
<!-- ############ -->
<!-- Snapshot VMs -->
<!-- ############ -->
<domain type= 'test' xmlns:test= 'http://libvirt.org/schemas/domain/test/1.0' >
<name > test-internal-snapshots</name>
<memory > 409600</memory>
<uuid > 12345678-1234-FDDF-1234-12345678FFFF</uuid>
<bootloader > /tmp/bootfoo</bootloader>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
</disk>
</devices>
<test:domainsnapshot >
<name > internal-root</name>
<state > running</state>
<creationTime > 1375905080</creationTime>
<memory snapshot= 'internal' />
<disks >
<disk name= 'hda' snapshot= 'internal' />
</disks>
<domain type= 'test' >
<name > test-internal-snapshots</name>
<uuid > 12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<bootloader > /tmp/bootfoo</bootloader>
<os >
<type arch= 'i686' > xen</type>
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<controller type= 'ide' index= '0' />
</devices>
</domain>
<active > 0</active>
</test:domainsnapshot>
<test:domainsnapshot >
<name > internal-root-child1</name>
<state > running</state>
<parent >
<name > internal-root</name>
</parent>
<creationTime > 1375885107</creationTime>
<memory snapshot= 'internal' />
<disks >
<disk name= 'hda' snapshot= 'internal' />
</disks>
<domain type= 'test' >
<name > test-internal-snapshots</name>
<uuid > 12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<bootloader > /tmp/bootfoo</bootloader>
<os >
<type arch= 'i686' > xen</type>
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<controller type= 'ide' index= '0' />
</devices>
</domain>
<active > 1</active>
</test:domainsnapshot>
<test:domainsnapshot >
<name > offline-root</name>
<state > shutoff</state>
<creationTime > 1375905902</creationTime>
<memory snapshot= 'no' />
<disks >
<disk name= 'hda' snapshot= 'internal' />
</disks>
<domain type= 'test' >
<name > test-internal-snapshots</name>
<uuid > 12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<bootloader > /tmp/bootfoo</bootloader>
<os >
<type arch= 'i686' > xen</type>
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<controller type= 'ide' index= '0' />
</devices>
</domain>
<active > 0</active>
</test:domainsnapshot>
<test:domainsnapshot >
<name > offline-root-child1</name>
<state > shutoff</state>
<parent >
<name > offline-root</name>
</parent>
<creationTime > 1375905916</creationTime>
<memory snapshot= 'no' />
<disks >
<disk name= 'hda' snapshot= 'internal' />
</disks>
<domain type= 'test' >
<name > test-internal-snapshots</name>
<uuid > 12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<bootloader > /tmp/bootfoo</bootloader>
<os >
<type arch= 'i686' > xen</type>
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<controller type= 'ide' index= '0' />
</devices>
</domain>
<active > 0</active>
</test:domainsnapshot>
<test:domainsnapshot >
<name > offline-root-child2</name>
<state > shutoff</state>
<parent >
<name > offline-root</name>
</parent>
<creationTime > 137590600</creationTime>
<memory snapshot= 'no' />
<disks >
<disk name= 'hda' snapshot= 'internal' />
</disks>
<domain type= 'test' >
<name > test-internal-snapshots</name>
<uuid > 12345678-1234-fddf-1234-12345678ffff</uuid>
<memory unit= 'KiB' > 409600</memory>
<currentMemory unit= 'KiB' > 409600</currentMemory>
<vcpu placement= 'static' > 1</vcpu>
<bootloader > /tmp/bootfoo</bootloader>
<os >
<type arch= 'i686' > xen</type>
</os>
<clock offset= 'utc' />
<on_poweroff > destroy</on_poweroff>
<on_reboot > restart</on_reboot>
<on_crash > destroy</on_crash>
<devices >
<disk type= 'file' device= 'disk' >
<source file= '/dev/default-pool/test-clone-simple.img' />
<target dev= 'hda' bus= 'ide' />
<address type= 'drive' controller= '0' bus= '0' target= '0' unit= '0' />
</disk>
<controller type= 'ide' index= '0' />
</devices>
</domain>
<active > 0</active>
</test:domainsnapshot>
</domain>
2013-04-21 21:12:08 +04:00
2013-06-26 05:45:08 +04:00
2013-04-21 21:12:08 +04:00
<!-- ######## -->
<!-- Networks -->
<!-- ######## -->
2013-03-18 01:06:52 +04:00
<network >
<name > default</name>
<uuid > 715666b7-dbd4-6c78-fa55-94863da09f2d</uuid>
<forward mode= 'nat' />
<bridge name= 'virbr0' stp= 'on' forwardDelay= '0' />
<ip address= '192.168.122.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.122.2' end= '192.168.122.254' />
</dhcp>
</ip>
</network>
2013-04-21 21:12:08 +04:00
<network >
<name > isolated_net</name>
<ip address= '192.168.100.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.100.128' end= '192.168.100.254' />
</dhcp>
</ip>
</network>
<network >
<name > nat_to_eth0</name>
<forward dev= 'eth0' />
<ip address= '192.168.100.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.100.128' end= '192.168.100.254' />
</dhcp>
</ip>
</network>
2013-03-18 01:06:52 +04:00
<network >
<name > route</name>
<uuid > 715666b7-aaaa-6c78-fa55-94863da09f2d</uuid>
<forward mode= 'route' />
<ip address= '192.168.123.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.123.2' end= '192.168.123.254' />
</dhcp>
</ip>
</network>
2013-04-21 21:12:08 +04:00
<network >
<name > netboot</name>
<uuid > 81ff0d90-c91e-6742-64da-4a736edb9a9b</uuid>
<bridge name= "virbr1" stp= 'off' delay= '1' />
<domain name= "example.com" />
<forward />
<ip address= "192.168.122.1" netmask= "255.255.255.0" >
<tftp root= "/var/lib/tftproot" />
<dhcp >
<range start= "192.168.122.2" end= "192.168.122.254" />
<bootp file= "pxeboot.img" />
</dhcp>
</ip>
</network>
<network >
<name > plainbridge</name>
<uuid > b1b9d7c6-f620-048f-71ee-ca3ba1ac3e98</uuid>
<forward mode= 'bridge' />
<bridge name= 'br2' />
</network>
<network >
<name > ipv4_prefix</name>
2013-09-21 04:40:07 +04:00
<uuid > 81ff0d90-c91e-6742-64da-4a736edb9122</uuid>
2013-04-21 21:12:08 +04:00
<forward dev= 'eth1' mode= 'nat' >
<interface dev= 'eth1' />
</forward>
<bridge name= 'ipv4_prefix' stp= 'on' delay= '0' />
<ip family= 'ipv4' address= '192.168.50.1' prefix= '24' >
</ip>
</network>
<network >
<name > ipv4_nomask</name>
<uuid > 81ff0d90-aaaa-6742-64da-4a736edb9a9b</uuid>
<bridge name= 'ipv4_nomask' stp= 'on' delay= '0' />
<ip family= 'ipv4' address= '10.24.10.1' >
</ip>
</network>
2013-03-29 22:38:28 +04:00
<network ipv6= 'yes' >
2013-04-21 21:12:08 +04:00
<name > ipv6_empty</name>
2013-03-29 22:38:28 +04:00
<uuid > 591d28b3-25fd-21f5-ac71-e1877d787945</uuid>
<bridge name= 'virbr1' stp= 'on' delay= '0' />
</network>
2013-04-21 21:12:08 +04:00
2013-03-29 22:38:28 +04:00
<network >
2013-04-21 21:12:08 +04:00
<name > ipv6_2ranges</name>
2013-03-29 22:38:28 +04:00
<uuid > e08c0cc3-b892-b53b-c41d-c4f526291be9</uuid>
<forward mode= 'nat' />
<bridge name= 'virbr2' stp= 'on' delay= '0' />
<domain name= 'net6' />
<ip address= '192.168.6.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.6.128' end= '192.168.6.254' />
</dhcp>
</ip>
<ip family= 'ipv6' address= 'fd00:beef:10:6::1' prefix= '64' >
<dhcp >
<range start= 'fd00:beef:10:6::1:1' end= 'fd00:beef:10:6::1:f1' />
</dhcp>
</ip>
</network>
2013-04-21 21:12:08 +04:00
2013-03-29 22:38:28 +04:00
<network >
2013-04-21 21:12:08 +04:00
<name > ipv6_multirange</name>
2013-03-29 22:38:28 +04:00
<uuid > 41b4afe4-87bb-8087-6724-5e208a2d483a</uuid>
<forward mode= 'nat' />
<bridge name= 'virbr3' stp= 'on' delay= '0' />
<domain name= 'net7' />
<ip address= '192.168.7.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.7.128' end= '192.168.7.254' />
<host mac= '52:54:00:60:7d:5d' name= 'paul' ip= '192.168.7.2' />
<host mac= '52:54:00:69:eb:91' name= 'badbob' ip= '192.168.7.3' />
</dhcp>
</ip>
<ip family= 'ipv6' address= 'fd00:beef:10:7::1' prefix= '64' >
<dhcp >
<range start= 'fd00:beef:10:7::1:1' end= 'fd00:beef:10:7::1:f1' />
<host id= '00:03:00:01:52:54:00:60:7d:5d' name= 'paul' ip= 'fd00:beef:10:7::7:2' />
<host id= '00:03:00:01:52:54:00:69:eb:91' name= 'badbob' ip= 'fd00:beef:10:7::7:4' />
</dhcp>
</ip>
<ip family= 'ipv6' address= 'fd00:beef:12::' prefix= '48' via= 'fd00:beef:10:7::7:2' >
</ip>
<ip family= 'ipv4' address= '192.168.19.0' netmask= '255.255.255.0' >
</ip>
</network>
2013-04-21 21:12:08 +04:00
2013-03-29 22:38:28 +04:00
<network >
2013-04-21 21:12:08 +04:00
<name > ipv6_multirange2</name>
2013-03-29 22:38:28 +04:00
<uuid > f9c6675f-98f8-ce75-b39a-02c1d23081e0</uuid>
<forward mode= 'nat' />
<bridge name= 'virbr4' stp= 'on' delay= '0' />
<domain name= 'net8' />
<ip family= 'ipv4' address= '192.168.8.1' netmask= '255.255.255.0' >
<dhcp >
<range start= '192.168.8.64' end= '192.168.8.79' />
</dhcp>
</ip>
<ip family= 'ipv6' address= 'fd00:beef:10:8::1' prefix= '64' >
<dhcp >
<range start= 'fd00:beef:10:8::1:1' end= 'fd00:beef:10:8::1:f1' />
<host id= '0:3:0:1:52:54:00:d0:2e:22' name= 'btrfs2' ip= 'fd00:beef:10:8::2:5' />
</dhcp>
</ip>
<ip family= 'ipv6' address= 'fd00:beef:13::' prefix= '48' via= 'fd00:beef:10:8::2:5' >
</ip>
<ip family= 'ipv4' address= '192.168.81.0' netmask= '255.255.255.0' via= '192.168.8.2' >
</ip>
</network>
2013-09-23 17:10:43 +04:00
<network ipv6= 'yes' >
<name > ipv6route</name>
<domain name= 'bar' />
<forward mode= 'route' dev= 'eth1' />
<ip family= 'ipv6' address= 'fd00:db8:ac10:fd01::1' prefix= '64' >
<dhcp >
<range start= 'fd00:db8:ac10:fd01::100' end= 'fd00:db8:ac10:fd01::1ff' />
</dhcp>
</ip>
<route family= 'ipv6' address= 'fd00:db8:ac10:fd00::' prefix= '64' gateway= 'fd00:db8:ac10:fd01::1' />
</network>
2013-03-29 22:38:28 +04:00
2013-04-21 21:12:08 +04:00
<!-- ####### -->
<!-- Storage -->
<!-- ####### -->
2013-03-29 22:38:28 +04:00
2013-03-18 01:06:52 +04:00
<pool type= 'dir' >
<name > default-pool</name>
<uuid > 35bb2ad9-388a-cdfe-461a-b8907f6e53fe</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
<source >
</source>
<target >
2013-07-26 06:06:28 +04:00
<path > /dev/default-pool</path>
2013-03-18 01:06:52 +04:00
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
<name > default-vol</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'qcow2' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > iso-vol</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'iso' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > bochs-vol</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'bochs' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > testvol1.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'qcow2' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > testvol2.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'qcow2' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > UPPER</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > test-clone-simple.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > collidevol1.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
<volume >
<name > sharevol.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
2013-09-29 03:11:27 +04:00
<volume >
<name > backing.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'raw' />
</target>
</volume>
<volume >
<name > overlay.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'qcow2' />
</target>
<backingStore >
<path > /dev/default-pool/backing.img</path>
</backingStore>
</volume>
2013-03-18 01:06:52 +04:00
</pool>
2013-04-21 21:12:08 +04:00
<pool type= 'dir' >
<name > spurious-slash-pool</name>
<uuid > 35bb2ad9-1122-cdfe-461a-b8907f6e53fe</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
<source >
</source>
<target >
<path > /spurious-slash-pool//</path>
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
<name > default-vol</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
<volume >
<name > testvol1.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
<volume >
<name > testvol2.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
<volume >
<name > collidevol1.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target />
</volume>
</pool>
2013-03-18 01:06:52 +04:00
<pool type= 'dir' >
<name > inactive-pool</name>
<uuid > 35bb2aaa-388a-cdfe-461a-b8907f6e53fe</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
<source >
</source>
<target >
<path > /inactive-pool</path>
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
<name > inactive-vol</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<format type= 'qcow2' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
</pool>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<pool type= 'dir' >
<name > cross-pool</name>
<uuid > 35bb2ad9-388a-cdfe-461a-b8907f6e5abc</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
<source >
</source>
<target >
2013-07-26 06:06:28 +04:00
<path > /dev/cross-pool</path>
2013-03-18 01:06:52 +04:00
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
<name > testvol1.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
<name > testvol2.img</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
</pool>
2013-04-21 21:12:08 +04:00
<pool type= 'disk' >
<name > halffull-pool</name>
<uuid > 35bb2ad9-388a-cdfe-461a-b8907f6e5444</uuid>
<capacity > 3000</capacity>
<allocation > 3000</allocation>
<available > 0</available>
2013-03-18 01:06:52 +04:00
<source >
2013-04-21 21:12:08 +04:00
<device path= '/dev/hda' />
2013-03-18 01:06:52 +04:00
</source>
<target >
2013-04-21 21:12:08 +04:00
<path > /halffull-pool</path>
2013-03-18 01:06:52 +04:00
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
2013-04-21 21:12:08 +04:00
<name > testvol1.img</name>
<capacity > 1000</capacity>
<allocation > 1000</allocation>
2013-03-18 01:06:52 +04:00
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
<volume >
2013-04-21 21:12:08 +04:00
<name > testvol2.img</name>
<capacity > 1000</capacity>
<allocation > 1000</allocation>
2013-03-18 01:06:52 +04:00
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
</pool>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<pool type= 'dir' >
<name > full-pool</name>
<uuid > 35bb2ad9-388a-cdfe-461a-b8907f6e5555</uuid>
<capacity > 1</capacity>
<allocation > 1</allocation>
<available > 0</available>
<source >
</source>
<target >
<path > /full-pool</path>
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
<volume >
<name > testvol1.img</name>
<capacity > 107374182400</capacity>
<allocation > 107374182400</allocation>
<target >
<format type= 'qcow2' />
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
</pool>
2013-04-21 21:12:08 +04:00
<pool type= 'logical' >
<name > disk-pool</name>
<uuid > 35bb2ad9-388a-cdfe-461a-b8907f6e5aaa</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
2013-03-18 01:06:52 +04:00
<source >
</source>
<target >
2013-07-26 06:06:28 +04:00
<path > /dev/disk-pool</path>
2013-03-18 01:06:52 +04:00
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<volume >
2013-04-21 21:12:08 +04:00
<name > diskvol1</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
2013-03-18 01:06:52 +04:00
<target >
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
2013-04-21 21:12:08 +04:00
</pool>
<pool type= 'iscsi' >
<name > iscsi-pool</name>
<uuid > abcdead9-388a-cdfe-461a-b8907f6e5aaa</uuid>
<capacity > 107374182400</capacity>
<allocation > 0</allocation>
<available > 107374182400</available>
<source >
<host name= "iscsi.example.com" />
<device path= "demo-target" />
</source>
<target >
<path > /iscsi-pool</path>
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
2013-03-18 01:06:52 +04:00
<volume >
2013-04-21 21:12:08 +04:00
<name > diskvol1</name>
<capacity > 1000000</capacity>
<allocation > 50000</allocation>
2013-03-18 01:06:52 +04:00
<target >
2013-04-21 21:12:08 +04:00
<format type= 'unknown' />
2013-03-18 01:06:52 +04:00
<permissions >
<mode > 0700</mode>
<owner > 10736</owner>
<group > 10736</group>
</permissions>
</target>
</volume>
</pool>
2013-04-21 21:12:08 +04:00
2013-03-27 17:39:16 +04:00
<pool type= 'rbd' >
<name > rbd-ceph</name>
<uuid > 4bcd023e-990e-fcf6-d95c-52dd0cd938c8</uuid>
<capacity unit= 'bytes' > 47256127143936</capacity>
<allocation unit= 'bytes' > 5537792235090</allocation>
<available unit= 'bytes' > 35978000121856</available>
<source >
<host name= 'ceph-mon-1.example.com' port= '6789' />
<host name= 'ceph-mon-2.example.com' port= '6789' />
<host name= 'ceph-mon-3.example.com' port= '6789' />
<name > rbd</name>
</source>
</pool>
2013-04-21 21:12:08 +04:00
2013-08-07 18:48:23 +04:00
2013-04-21 21:12:08 +04:00
<!-- ####### -->
<!-- Devices -->
<!-- ####### -->
2013-03-18 01:06:52 +04:00
<device >
<name > computer</name>
<capability type= 'system' >
<hardware >
<vendor > LENOVO</vendor>
<version > ThinkPad T61</version>
<serial > L3B2616</serial>
<uuid > 97e80381-494f-11cb-8e0e-cbc168f7d753</uuid>
</hardware>
<firmware >
<vendor > LENOVO</vendor>
<version > 7LET51WW (1.21 )</version>
<release_date > 08/22/2007</release_date>
</firmware>
</capability>
</device>
<device >
<name > net_00_1c_25_10_b1_e4</name>
<parent > pci_8086_1049</parent>
<capability type= 'net' >
<interface > eth0</interface>
<address > 00:1c:25:10:b1:e4</address>
<capability type= '80203' />
</capability>
</device>
2013-04-21 21:12:08 +04:00
<device >
<name > net_00_1c_25_10_b1_ea</name>
<parent > pci_8086_1022</parent>
<capability type= 'net' >
<interface > physeth2</interface>
<address > 00:1c:25:10:aa:e4</address>
<capability type= '80203' />
</capability>
</device>
2013-03-18 01:06:52 +04:00
<device >
<name > net_00_1c_bf_04_29_a4</name>
<parent > pci_8086_4227</parent>
<capability type= 'net' >
<interface > wlan0</interface>
<address > 00:1c:bf:04:29:a4</address>
<capability type= '80211' />
</capability>
</device>
<device >
<name > net_00_1c_bf_04_29_a4_0</name>
<parent > pci_8086_4227</parent>
<capability type= 'net' >
<interface > wmaster0</interface>
<address > 00:1c:bf:04:29:a4</address>
</capability>
</device>
<device >
<name > net_3e_79_a5_6f_37_c3</name>
<parent > computer</parent>
<capability type= 'net' >
<interface > virbr0</interface>
<address > 3e:79:a5:6f:37:c3</address>
</capability>
</device>
<device >
<name > net_computer_loopback</name>
<parent > computer</parent>
<capability type= 'net' >
<interface > lo</interface>
<address > 00:00:00:00:00:00</address>
</capability>
</device>
<device >
<name > pci_1180_476</name>
<parent > pci_8086_2448</parent>
<driver >
<name > yenta_cardbus</name>
</driver>
<capability type= 'pci' >
2013-04-21 21:12:08 +04:00
<domain > 1</domain>
2013-03-18 01:06:52 +04:00
<bus > 21</bus>
2013-04-21 21:12:08 +04:00
<slot > 10</slot>
<function > 50</function>
2013-03-18 01:06:52 +04:00
<product id= '0x0476' > RL5c476 II</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_1180_592</name>
<parent > pci_8086_2448</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 21</bus>
<slot > 0</slot>
<function > 4</function>
<product id= '0x0592' > R5C592 Memory Stick Bus Host Adapter</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_1180_822</name>
<parent > pci_8086_2448</parent>
<driver >
<name > sdhci-pci</name>
</driver>
<capability type= 'pci' >
<domain > 2</domain>
<bus > 21</bus>
<slot > 0</slot>
<function > 2</function>
<product id= '0x0822' > R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_1180_832</name>
<parent > pci_8086_2448</parent>
<driver >
<name > firewire_ohci</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 21</bus>
<slot > 0</slot>
<function > 1</function>
<product id= '0x0832' > R5C832 IEEE 1394 Controller</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_1180_843</name>
<parent > pci_8086_2448</parent>
<driver >
<name > ricoh-mmc</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 21</bus>
<slot > 0</slot>
<function > 3</function>
<product id= '0x0843' > R5C843 MMC Host Controller</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_1180_852</name>
<parent > pci_8086_2448</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 21</bus>
<slot > 0</slot>
<function > 5</function>
<product id= '0x0852' > xD-Picture Card Controller</product>
<vendor id= '0x1180' > Ricoh Co Ltd</vendor>
</capability>
</device>
<device >
<name > pci_8086_1049</name>
<parent > computer</parent>
<driver >
<name > e1000e</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 25</slot>
<function > 0</function>
<product id= '0x1049' > 82566MM Gigabit Network Connection</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2448</name>
<parent > computer</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 30</slot>
<function > 0</function>
<product id= '0x2448' > 82801 Mobile PCI Bridge</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2811</name>
<parent > computer</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 31</slot>
<function > 0</function>
<product id= '0x2811' > 82801HBM (ICH8M-E) LPC Interface Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2829</name>
<parent > computer</parent>
<driver >
<name > ahci</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 31</slot>
<function > 2</function>
<product id= '0x2829' > 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2829_scsi_host</name>
<parent > pci_8086_2829</parent>
<capability type= 'scsi_host' >
<host > 0</host>
</capability>
</device>
<device >
<name > pci_8086_2829_scsi_host_0</name>
<parent > pci_8086_2829</parent>
<capability type= 'scsi_host' >
<host > 1</host>
</capability>
</device>
<device >
<name > pci_8086_2829_scsi_host_1</name>
<parent > pci_8086_2829</parent>
<capability type= 'scsi_host' >
<host > 2</host>
</capability>
</device>
<device >
<name > pci_8086_2829_scsi_host_scsi_device_lun0</name>
<parent > pci_8086_2829_scsi_host</parent>
<driver >
<name > sd</name>
</driver>
<capability type= 'scsi' >
<host > 0</host>
<bus > 0</bus>
<target > 0</target>
<lun > 0</lun>
<type > disk</type>
</capability>
</device>
<device >
<name > pci_8086_2829_scsi_host_scsi_host</name>
<parent > pci_8086_2829_scsi_host</parent>
<capability type= 'scsi_host' >
<host > 0</host>
</capability>
</device>
<device >
<name > pci_8086_2830</name>
<parent > computer</parent>
<driver >
<name > uhci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 29</slot>
<function > 0</function>
<product id= '0x2830' > 82801H (ICH8 Family) USB UHCI Controller #1</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2831</name>
<parent > computer</parent>
<driver >
<name > uhci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 29</slot>
<function > 1</function>
<product id= '0x2831' > 82801H (ICH8 Family) USB UHCI Controller #2</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2832</name>
<parent > computer</parent>
<driver >
<name > uhci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 29</slot>
<function > 2</function>
<product id= '0x2832' > 82801H (ICH8 Family) USB UHCI Controller #3</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2834</name>
<parent > computer</parent>
<driver >
<name > uhci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 26</slot>
<function > 0</function>
<product id= '0x2834' > 82801H (ICH8 Family) USB UHCI Controller #4</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2835</name>
<parent > computer</parent>
<driver >
<name > uhci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 26</slot>
<function > 1</function>
<product id= '0x2835' > 82801H (ICH8 Family) USB UHCI Controller #5</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2836</name>
<parent > computer</parent>
<driver >
<name > ehci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 29</slot>
<function > 7</function>
<product id= '0x2836' > 82801H (ICH8 Family) USB2 EHCI Controller #1</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_283a</name>
<parent > computer</parent>
<driver >
<name > ehci_hcd</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 26</slot>
<function > 7</function>
<product id= '0x283a' > 82801H (ICH8 Family) USB2 EHCI Controller #2</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_283e</name>
<parent > computer</parent>
<driver >
<name > i801_smbus</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 31</slot>
<function > 3</function>
<product id= '0x283e' > 82801H (ICH8 Family) SMBus Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_283f</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 28</slot>
<function > 0</function>
<product id= '0x283f' > 82801H (ICH8 Family) PCI Express Port 1</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2841</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 28</slot>
<function > 1</function>
<product id= '0x2841' > 82801H (ICH8 Family) PCI Express Port 2</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2843</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 28</slot>
<function > 2</function>
<product id= '0x2843' > 82801H (ICH8 Family) PCI Express Port 3</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2845</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 28</slot>
<function > 3</function>
<product id= '0x2845' > 82801H (ICH8 Family) PCI Express Port 4</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2847</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 28</slot>
<function > 4</function>
<product id= '0x2847' > 82801H (ICH8 Family) PCI Express Port 5</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_284b</name>
<parent > computer</parent>
<driver >
<name > HDA Intel</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 27</slot>
<function > 0</function>
<product id= '0x284b' > 82801H (ICH8 Family) HD Audio Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2850</name>
<parent > computer</parent>
<driver >
<name > ata_piix</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 31</slot>
<function > 1</function>
<product id= '0x2850' > 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2850_scsi_host</name>
<parent > pci_8086_2850</parent>
<capability type= 'scsi_host' >
<host > 3</host>
</capability>
</device>
<device >
<name > pci_8086_2850_scsi_host_0</name>
<parent > pci_8086_2850</parent>
<capability type= 'scsi_host' >
<host > 4</host>
</capability>
</device>
<device >
<name > pci_8086_2850_scsi_host_scsi_device_lun0</name>
<parent > pci_8086_2850_scsi_host</parent>
<driver >
<name > sr</name>
</driver>
<capability type= 'scsi' >
<host > 3</host>
<bus > 0</bus>
<target > 0</target>
<lun > 0</lun>
<type > cdrom</type>
</capability>
</device>
<device >
<name > pci_8086_2850_scsi_host_scsi_host</name>
<parent > pci_8086_2850_scsi_host</parent>
<capability type= 'scsi_host' >
<host > 3</host>
</capability>
</device>
<device >
<name > pci_8086_2a00</name>
<parent > computer</parent>
<driver >
<name > agpgart-intel</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
2013-04-21 21:12:08 +04:00
<bus > 2</bus>
2013-03-18 01:06:52 +04:00
<slot > 0</slot>
2013-04-21 21:12:08 +04:00
<function > 15</function>
2013-03-18 01:06:52 +04:00
<product id= '0x2a00' > Mobile PM965/GM965/GL960 Memory Controller Hub</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2a02</name>
<parent > computer</parent>
<driver >
<name > i915</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 2</slot>
<function > 0</function>
<product id= '0x2a02' > Mobile GM965/GL960 Integrated Graphics Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2a03</name>
<parent > computer</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 2</slot>
<function > 1</function>
<product id= '0x2a03' > Mobile GM965/GL960 Integrated Graphics Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2a04</name>
<parent > computer</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 3</slot>
<function > 0</function>
<product id= '0x2a04' > Mobile PM965/GM965 MEI Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2a06</name>
<parent > computer</parent>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 3</slot>
<function > 2</function>
<product id= '0x2a06' > Mobile PM965/GM965 PT IDER Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_2a07</name>
<parent > computer</parent>
<driver >
<name > serial</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 3</slot>
<function > 3</function>
<product id= '0x2a07' > Mobile PM965/GM965 KT Controller</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
<device >
<name > pci_8086_4227</name>
<parent > pci_8086_2841</parent>
<driver >
<name > iwl3945</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 3</bus>
<slot > 0</slot>
<function > 0</function>
<product id= '0x4227' > PRO/Wireless 3945ABG [Golan] Network Connection</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
2013-04-21 21:12:08 +04:00
<device >
<name > storage_serial_ST910021AS_5MH04L87</name>
<parent > pci_8086_2829_scsi_host_scsi_device_lun0</parent>
<capability type= 'storage' >
<block > /dev/sda</block>
<bus > pci</bus>
<drive_type > disk</drive_type>
<model > ST910021AS</model>
<vendor > ATA</vendor>
<serial > ST910021AS_5MH04L87</serial>
<size > 100030242816</size>
</capability>
</device>
2013-03-18 01:06:52 +04:00
<device >
<name > storage_serial_SATA_WDC_WD1600AAJS__WD_WCAP95119685</name>
<parent > pci_8086_27c0_scsi_host_scsi_device_lun0</parent>
<capability type= 'storage' >
<block > /dev/sda</block>
<bus > scsi</bus>
<drive_type > disk</drive_type>
<model > WDC WD1600AAJS-2</model>
<vendor > ATA</vendor>
<size > 160041885696</size>
</capability>
</device>
<device >
2013-04-21 21:12:08 +04:00
<name > storage_model_DVDRAM_GSA_U10N</name>
<parent > pci_8086_2850_scsi_host_scsi_device_lun0</parent>
2013-03-18 01:06:52 +04:00
<capability type= 'storage' >
2013-04-21 21:12:08 +04:00
<block > /dev/sr1</block>
<bus > pci</bus>
<drive_type > cdrom</drive_type>
<model > DVDRAM GSA-U10N</model>
<vendor > HL-DT-ST</vendor>
2013-03-18 01:06:52 +04:00
<capability type= 'removable' >
2013-04-21 21:12:08 +04:00
<media_available > 0</media_available>
<media_size > 0</media_size>
2013-03-18 01:06:52 +04:00
</capability>
</capability>
</device>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<device >
2013-04-21 21:12:08 +04:00
<name > storage_model_DVDRAM_GSA_U1200N</name>
2013-03-18 01:06:52 +04:00
<parent > pci_8086_2850_scsi_host_scsi_device_lun0</parent>
<capability type= 'storage' >
<block > /dev/sr0</block>
<bus > pci</bus>
<drive_type > cdrom</drive_type>
<model > DVDRAM GSA-U10N</model>
<vendor > HL-DT-ST</vendor>
2013-04-21 21:12:08 +04:00
<capability type= 'removable' >
<media_available > 1</media_available>
<media_size > 1234</media_size>
<media_label > Fedora12_media</media_label>
</capability>
</capability>
</device>
<!-- Floppy drive empty -->
<device >
<name > storage_serial_MITSUMI_MITSUMI_USB_FDD_061M</name>
<parent > usb_device_3ee_6901_noserial_if0_scsi_host_0_scsi_device_lun0</parent>
<capability type= 'storage' >
<block > /dev/fda</block>
<bus > usb</bus>
<drive_type > floppy</drive_type>
<model > USB FDD 061M</model>
<vendor > MITSUMI</vendor>
<serial > MITSUMI_MITSUMI_USB_FDD_061M</serial>
2013-03-18 01:06:52 +04:00
<capability type= 'removable' >
<media_available > 0</media_available>
<media_size > 0</media_size>
</capability>
2013-04-21 21:12:08 +04:00
<capability type= 'hotpluggable' />
2013-03-18 01:06:52 +04:00
</capability>
</device>
2013-04-21 21:12:08 +04:00
<!-- Floppy drive full -->
2013-03-18 01:06:52 +04:00
<device >
2013-04-21 21:12:08 +04:00
<name > storage_serial_MITSUMI_MITSUMI_USB_FDD_061M_2</name>
<parent > usb_device_3ee_6901_noserial_if0_scsi_host_0_scsi_device_lun0</parent>
2013-03-18 01:06:52 +04:00
<capability type= 'storage' >
2013-04-21 21:12:08 +04:00
<block > /dev/fdb</block>
<bus > usb</bus>
<drive_type > floppy</drive_type>
<model > USB FDD 061M</model>
<vendor > MITSUMI</vendor>
<serial > MITSUMI_MITSUMI_USB_FDD_061M</serial>
<capability type= 'removable' >
<media_available > 1</media_available>
<media_size > 123456</media_size>
<media_label > Floppy_install_label</media_label>
</capability>
<capability type= 'hotpluggable' />
</capability>
</device>
<device >
<name > storage_serial_SanDisk_Cruzer_Micro_2004453082054CA1BEEE_0_0</name>
<parent > usb_device_781_5151_2004453082054CA1BEEE_if0_scsi_host_0_scsi_device_lun0</parent>
<capability type= 'storage' >
<block > /dev/sdb</block>
<bus > usb</bus>
2013-03-18 01:06:52 +04:00
<drive_type > disk</drive_type>
2013-04-21 21:12:08 +04:00
<model > Cruzer Micro</model>
<vendor > SanDisk</vendor>
<capability type= 'removable' >
<media_available > 1</media_available>
<media_size > 12345678</media_size>
<media_label > Windows_Media</media_label>
</capability>
<capability type= 'hotpluggable' />
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1a_0</name>
<parent > pci_8086_2834</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 3</bus>
<device > 1</device>
<product id= '0x0001' > 1.1 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1a_0_if0</name>
<parent > usb_device_1d6b_1_0000_00_1a_0</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1a_1</name>
<parent > pci_8086_2835</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 4</bus>
<device > 1</device>
<product id= '0x0001' > 1.1 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1a_1_if0</name>
<parent > usb_device_1d6b_1_0000_00_1a_1</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1d_0</name>
<parent > pci_8086_2830</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 5</bus>
<device > 1</device>
<product id= '0x0001' > 1.1 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1d_0_if0</name>
<parent > usb_device_1d6b_1_0000_00_1d_0</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
2013-03-18 01:06:52 +04:00
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1d_1</name>
<parent > pci_8086_2831</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 6</bus>
<device > 1</device>
<product id= '0x0001' > 1.1 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1d_1_if0</name>
<parent > usb_device_1d6b_1_0000_00_1d_1</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<device >
<name > usb_device_781_5151_2004453082054CA1BEEE</name>
<parent > usb_device_1d6b_2_0000_00_1a_7</parent>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 4</device>
<product id= '0x5151' > Cruzer Micro 256/512MB Flash Drive</product>
<vendor id= '0x0781' > SanDisk Corp.</vendor>
</capability>
</device>
2013-04-21 21:12:08 +04:00
<device >
<name > usb_device_1d6b_1_0000_00_1d_2</name>
<parent > pci_8086_2832</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 7</bus>
<device > 1</device>
<product id= '0x0001' > 1.1 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_1_0000_00_1d_2_if0</name>
<parent > usb_device_1d6b_1_0000_00_1d_2</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
<device >
<name > usb_device_1d6b_2_0000_00_1a_7</name>
<parent > pci_8086_283a</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 1</device>
<product id= '0x0002' > 2.0 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_2_0000_00_1a_7_if0</name>
<parent > usb_device_1d6b_2_0000_00_1a_7</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
2013-03-18 01:06:52 +04:00
<device >
<name > usb_device_1d6b_2_0000_00_1d_7</name>
<parent > pci_8086_2836</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 2</bus>
<device > 1</device>
<product id= '0x0002' > 2.0 root hub</product>
<vendor id= '0x1d6b' > Linux Foundation</vendor>
</capability>
</device>
<device >
<name > usb_device_1d6b_2_0000_00_1d_7_if0</name>
<parent > usb_device_1d6b_2_0000_00_1d_7</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
<device >
<name > usb_device_483_2016_noserial</name>
<parent > usb_device_1d6b_1_0000_00_1a_0</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 3</bus>
<device > 2</device>
<product id= '0x2016' > Fingerprint Reader</product>
<vendor id= '0x0483' > SGS Thomson Microelectronics</vendor>
</capability>
</device>
<device >
<name > usb_device_483_2016_noserial_if0</name>
<parent > usb_device_483_2016_noserial</parent>
<capability type= 'usb' >
<number > 0</number>
<class > 255</class>
<subclass > 0</subclass>
<protocol > 0</protocol>
</capability>
</device>
<device >
<name > usb_device_4b3_4485_noserial</name>
<parent > usb_device_1d6b_2_0000_00_1a_7</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 3</device>
<product id= '0x4485' > Serial Converter</product>
<vendor id= '0x04b3' > IBM Corp.</vendor>
</capability>
</device>
<device >
<name > usb_device_4b3_4485_noserial_if0</name>
<parent > usb_device_4b3_4485_noserial</parent>
<driver >
<name > hub</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 9</class>
<subclass > 0</subclass>
<protocol > 2</protocol>
</capability>
</device>
<device >
<name > usb_device_62a_1_noserial</name>
<parent > usb_device_4b3_4485_noserial</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 4</device>
<product id= '0x0001' > Notebook Optical Mouse</product>
<vendor id= '0x062a' > Creative Labs</vendor>
</capability>
</device>
<device >
<name > usb_device_62a_1_noserial_if0</name>
<parent > usb_device_62a_1_noserial</parent>
<driver >
<name > usbhid</name>
</driver>
<capability type= 'usb' >
<number > 0</number>
<class > 3</class>
<subclass > 1</subclass>
<protocol > 2</protocol>
</capability>
</device>
2013-04-21 21:12:08 +04:00
<!-- NPIV and fibrechannel -->
2013-03-18 01:06:52 +04:00
<device >
<name > pci_8086_25f8</name>
<parent > computer</parent>
<driver >
<name > pcieport-driver</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 0</bus>
<slot > 4</slot>
<function > 0</function>
<product id= '0x25f8' > 5000 Series Chipset PCI Express x8 Port 4-5</product>
<vendor id= '0x8086' > Intel Corporation</vendor>
</capability>
</device>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<device >
<name > pci_10df_fe00_0</name>
<parent > pci_8086_25f8</parent>
<driver >
<name > lpfc</name>
</driver>
<capability type= 'pci' >
<domain > 0</domain>
<bus > 16</bus>
<slot > 0</slot>
<function > 1</function>
<product id= '0xfe00' > Zephyr-X LightPulse Fibre Channel Host Adapter</product>
<vendor id= '0x10df' > Emulex Corporation</vendor>
</capability>
</device>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<device >
<name > pci_10df_fe00_0_scsi_host</name>
<parent > pci_10df_fe00_0</parent>
<capability type= 'scsi_host' >
<host > 4</host>
<capability type= 'fc_host' >
<wwnn > 20000000c9848141</wwnn>
<wwpn > 10000000c9848141</wwpn>
</capability>
<capability type= 'vport_ops' />
</capability>
</device>
<!-- End NPIV block -->
2013-04-21 21:12:08 +04:00
2013-05-11 19:44:25 +04:00
<!-- Duplicate USB devices -->
<device >
<name > usb_5_20</name>
<parent > usb_usb5</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 20</device>
<product id= '0x7e04' > Dup USB 1</product>
<vendor id= '0x03f0' > HP</vendor>
</capability>
</device>
<device >
<name > usb_5_21</name>
<parent > usb_usb5</parent>
<driver >
<name > usb</name>
</driver>
<capability type= 'usb_device' >
<bus > 1</bus>
<device > 21</device>
<product id= '0x7e04' > Dup USB 2</product>
<vendor id= '0x03f0' > HP</vendor>
</capability>
</device>
<!-- End duplicate USB devices -->
2013-04-21 21:12:08 +04:00
<!-- ########## -->
2013-03-18 01:06:52 +04:00
<!-- Interfaces -->
2013-04-21 21:12:08 +04:00
<!-- ########## -->
2013-03-18 01:06:52 +04:00
<interface type= 'ethernet' name= 'eth0' >
<start mode= 'none' />
<mac address= '00:FF:EE:FF:EE:FF' />
</interface>
<interface type= 'ethernet' name= 'eth1' >
<mac address= '00:FF:EE:FF:EE:AB' />
</interface>
<interface type= 'ethernet' name= 'eth2' >
<start mode= 'hotplug' />
<mac address= '00:FF:EE:FF:EE:CD' />
</interface>
<interface type= 'ethernet' name= 'lo' >
<start mode= 'onboot' />
<protocol family= 'ipv4' >
<ip address= '127.0.0.1' prefix= '8' />
</protocol>
</interface>
<interface type= 'ethernet' name= 'wlan0' >
<start mode= 'none' />
<mac address= '00:AA:CC:BB:AA:BB' />
</interface>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<!-- backup bond -->
<interface type= "bond" name= "bond0" >
<start mode= "none" />
<protocol family= "ipv4" >
<ip address= "192.168.50.7" prefix= "24" />
<route gateway= "192.168.50.1" />
</protocol>
<bond mode= "active-backup" >
<miimon freq= "100" updelay= "10" carrier= "ioctl" />
<interface type= "ethernet" name= "eth-bond0-1" />
<interface type= "ethernet" name= "eth-bond0-2" />
</bond>
</interface>
<interface type= "ethernet" name= "eth-bond0-1" />
<interface type= "ethernet" name= "eth-bond0-2" />
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<!-- Plain bridge -->
<interface type= "bridge" name= "brplain" >
<start mode= "onboot" />
<mtu size= "1500" />
<bridge stp= "off" >
<interface type= "ethernet" name= "eth-brplain0" />
<interface type= "ethernet" name= "eth-brplain1" />
</bridge>
</interface>
<interface type= "ethernet" name= "eth-brplain0" />
<interface type= "ethernet" name= "eth-brplain1" />
<!-- Empty bridge -->
<interface type= "bridge" name= "brempty" >
<start mode= "onboot" />
<mtu size= "1500" />
<bridge stp= "off" />
2013-04-21 21:12:08 +04:00
<protocol family= 'ipv4' >
<dhcp />
</protocol>
<protocol family= 'ipv6' >
<autoconf />
<dhcp />
</protocol>
2013-03-18 01:06:52 +04:00
</interface>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<!-- Bridge using vlan -->
<interface type= "bridge" name= "brvlan" >
<start mode= "onboot" />
<protocol family= "ipv4" >
<dhcp />
</protocol>
<bridge stp= "off" >
<interface type= "vlan" name= "eth0.42" >
<vlan tag= "42" >
<interface name= "eth0" />
</vlan>
</interface>
</bridge>
</interface>
<interface type= "vlan" name= "eth0.42" >
<start mode= "onboot" />
<protocol family= "ipv4" >
<dhcp peerdns= "no" />
2013-04-21 21:12:08 +04:00
<ip address= '192.168.1.2' />
2013-03-18 01:06:52 +04:00
</protocol>
<vlan tag= "42" >
<interface name= "eth0" />
</vlan>
</interface>
2013-04-21 21:12:08 +04:00
2013-03-18 01:06:52 +04:00
<!-- Bridge using bond -->
<interface type= "bond" name= "bond-brbond" >
<start mode= "none" />
<bond mode= "active-backup" >
<miimon freq= "100" updelay= "10" carrier= "ioctl" />
<interface type= "ethernet" name= "brbond-eth0" />
<interface type= "ethernet" name= "brbond-eth1" />
</bond>
2013-04-21 21:12:08 +04:00
<protocol family= 'ipv6' >
<ip address= '3ffe:ffff:0:5::1' prefix= '128' />
<ip address= '3ffe:ffff:0:5::3' prefix= '128' />
<ip address= '3ffe:ffff:0:5::5' prefix= '128' />
</protocol>
2013-03-18 01:06:52 +04:00
</interface>
<interface type= "ethernet" name= "eth-bond-brbond0" />
<interface type= "ethernet" name= "eth-bond-brbond1" />
2013-04-21 21:12:08 +04:00
<!-- Multi interface bridge -->
2013-03-18 01:06:52 +04:00
<interface type= "bridge" name= "brbond" >
<start mode= "onboot" />
<mtu size= "1500" />
<bridge stp= "off" >
<interface type= "bond" name= "bond-brbond" >
<start mode= "none" />
<bond mode= "active-backup" >
<miimon freq= "100" updelay= "10" carrier= "ioctl" />
<interface type= "ethernet" name= "brbond-eth0" />
<interface type= "ethernet" name= "brbond-eth1" />
</bond>
</interface>
</bridge>
2013-04-21 21:12:08 +04:00
<protocol family= 'ipv4' >
<ip address= '192.168.0.5' prefix= '24' />
<route gateway= '192.168.0.1' />
</protocol>
2013-03-18 01:06:52 +04:00
</interface>
<!-- Unused vlan -->
<interface type= "vlan" name= "vlaneth1.3" >
<start mode= "onboot" />
<vlan tag= "43" >
<interface name= "vlaneth1" />
</vlan>
</interface>
<interface type= "ethernet" name= "vlaneth1" />
<!-- Unused interface -->
<interface type= "ethernet" name= "unusedeth0" />
</node>