inspect: Generic parsing of MAJOR.MINOR in product names.
[libguestfs.git] / inspector / example4.xml
1 <operatingsystems>
2   <operatingsystem>
3     <root>/dev/sda2</root>
4     <name>windows</name>
5     <arch>i386</arch>
6     <distro>windows</distro>
7     <product_name>Windows 7 Enterprise</product_name>
8     <major_version>6</major_version>
9     <minor_version>1</minor_version>
10     <windows_systemroot>/Windows</windows_systemroot>
11     <mountpoints>
12       <mountpoint dev="/dev/sda2">/</mountpoint>
13     </mountpoints>
14     <filesystems>
15       <filesystem dev="/dev/sda2">
16         <type>ntfs</type>
17         <uuid>F2E8996AE8992E3B</uuid>
18       </filesystem>
19     </filesystems>
20   </operatingsystem>
21 </operatingsystems>