mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
e22f2f5c9c
Also add some XML examples. Signed-off-by: Cole Robinson <crobinso@redhat.com>
17 lines
426 B
XML
17 lines
426 B
XML
<device>
|
|
<name>File_test_device</name>
|
|
<capability type='system'>
|
|
<hardware>
|
|
<vendor>Libvirt</vendor>
|
|
<version>Test driver</version>
|
|
<serial>123456</serial>
|
|
<uuid>11111111-2222-3333-4444-555555555555</uuid>
|
|
</hardware>
|
|
<firmware>
|
|
<vendor>Libvirt</vendor>
|
|
<version>Test Driver</version>
|
|
<release_date>01/22/2007</release_date>
|
|
</firmware>
|
|
</capability>
|
|
</device>
|