Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse:remove the unused macro when fuse is not available | Wanlong Gao | 2012-08-05 | 1 | -1/+1 |
| | | | | | | | Just make gcc happy when fuse is not available. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> (cherry picked from commit a58368b3db4f02b9fd907cec82621be11884d256) | ||||
* | fuse: Improve reporting in mount-local when verbose is enabled. | Richard W.M. Jones | 2012-04-16 | 1 | -3/+10 |
| | |||||
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 1 | -0/+1536 |
Add FUSE support directly to the API. Instead of needing to use the external 'guestmount' command, you can mount the libguestfs filesystem space on a local mountpoint using an API call from any language. Note that although mount-local-run is marked as Cancellable, the current implementation does not support it, but it would be relatively simple to add it. |