mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
For examples of the virt-inspector output, see the additional inspector/example-*.xml files in this commit.
24 lines
595 B
XML
24 lines
595 B
XML
<?xml version="1.0"?>
|
|
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda</root>
|
|
<name>linux</name>
|
|
<arch>x86_64</arch>
|
|
<distro>fedora</distro>
|
|
<major_version>14</major_version>
|
|
<minor_version>0</minor_version>
|
|
<format>installer</format>
|
|
<multipart/>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda">
|
|
<type>iso9660</type>
|
|
<label>Fedora 14 x86_64 DVD</label>
|
|
</filesystem>
|
|
</filesystems>
|
|
<applications/>
|
|
</operatingsystem>
|
|
</operatingsystems>
|