diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-23 16:00:48 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-23 16:00:48 +0000 |
commit | 3f1e3223c491aa057d02c1da418ed896d09fff7c (patch) | |
tree | 7859c338e4264acaa5656adc2ab67156de794c51 /inspector/virt-inspector.pod | |
parent | 0daf7e81a659bcdc1ce327151cc1207b124a35a1 (diff) | |
download | libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.tar.gz libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.tar.xz libguestfs-3f1e3223c491aa057d02c1da418ed896d09fff7c.zip |
New API: guestfs_inspect_get_product_variant
This returns a product variant for inspected operating systems. In
practice this is a useful way to distinguish between consumer and
enterprise/server versions of Windows that otherwise have the same
version number.
Notes
Notes:
Labels: feature
Diffstat (limited to 'inspector/virt-inspector.pod')
-rwxr-xr-x | inspector/virt-inspector.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inspector/virt-inspector.pod b/inspector/virt-inspector.pod index cd0e6175..26c61263 100755 --- a/inspector/virt-inspector.pod +++ b/inspector/virt-inspector.pod @@ -165,6 +165,7 @@ describe the operating system, its architecture, the descriptive <arch>i386</arch> <distro>windows</distro> <product_name>Windows 7 Enterprise</product_name> + <product_variant>Client</product_variant> <major_version>6</major_version> <minor_version>1</minor_version> <windows_systemroot>/Windows</windows_systemroot> @@ -317,7 +318,7 @@ Matthew Booth L<mbooth@redhat.com> =head1 COPYRIGHT -Copyright (C) 2010 Red Hat Inc. +Copyright (C) 2010-2011 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |