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.
25 lines
680 B
XML
25 lines
680 B
XML
<?xml version="1.0"?>
|
|
<operatingsystems>
|
|
<operatingsystem>
|
|
<root>/dev/sda</root>
|
|
<name>windows</name>
|
|
<arch>i386</arch>
|
|
<distro>windows</distro>
|
|
<product_name>Windows XP Professional</product_name>
|
|
<major_version>5</major_version>
|
|
<minor_version>1</minor_version>
|
|
<windows_systemroot>\WINDOWS</windows_systemroot>
|
|
<format>installer</format>
|
|
<mountpoints>
|
|
<mountpoint dev="/dev/sda">/</mountpoint>
|
|
</mountpoints>
|
|
<filesystems>
|
|
<filesystem dev="/dev/sda">
|
|
<type>iso9660</type>
|
|
<label>GRTMPFPP_EN</label>
|
|
</filesystem>
|
|
</filesystems>
|
|
<applications/>
|
|
</operatingsystem>
|
|
</operatingsystems>
|