Is libguestfs working for Windows guests?
Ccing libguestfs list.
Thanks.
Yes, it works fine on Windows guests.
On RHEL 6 (*only*) you have to install the libguestfs-winsupport
package from RHN.
On Fedora and other distros, Windows guests are supported out of the
box:
$ virt-inspector -a /dev/vg_pin/WinXP | head
<?xml version="1.0"?>
<operatingsystems>
<operatingsystem>
<root>/dev/sda1</root>
<name>windows</name>
<arch>i386</arch>
<distro>windows</distro>
<product_name>Microsoft Windows XP</product_name>
<major_version>5</major_version>
<minor_version>1</minor_version>
Is there any particular problem you're having?
Rich.