Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove local LIBGUESTFS_PATH detection from guestfish and guestmount. | Richard W.M. Jones | 2011-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Remove the hack that let you run ./fish/guestfish or ./fuse/guestmount. You now have to do: ./run ./fish/guestfish or ./run ./fuse/guestmount to run these programs without installing. (cherry picked from commit 33a2c184e12c0bdbf061a9f36c87d76c28444712) | ||||
* | New API: inspect-get-drive-mappings | Richard W.M. Jones | 2011-04-05 | 1 | -0/+3 |
| | | | | | | | | | | | | This returns the drive mappings from the Windows Registry. virt-inspector displays the drive mappings, giving output similar to this: <drive_mappings> <drive_mapping name="C">/dev/sda2</drive_mapping> <drive_mapping name="E">/dev/sdb1</drive_mapping> </drive_mappings> | ||||
* | tests: Don't fail when compiled without support for NTFS. | Richard W.M. Jones | 2011-03-29 | 1 | -1/+15 |
| | |||||
* | images: Make phony Windows image for testing. | Richard W.M. Jones | 2010-11-16 | 1 | -0/+54 |