Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: guestfs_shutdown: Cleanly shutdown the backend. | Richard W.M. Jones | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new API splits orderly close into a two-step process: if (guestfs_shutdown (g) == -1) { /* handle the error, eg. qemu error */ } guestfs_close (g); Note that the explicit shutdown step is only necessary in the case where you have made changes to the disk image and want to handle write errors. Read the documentation for further information. This change also: - deprecates guestfs_kill_subprocess - turns guestfs_kill_subprocess into the same as guestfs_shutdown - changes guestfish and other tools to call shutdown + close where necessary (not for read-only tools) - updates documentation - updates examples (cherry picked from commit ffbf1475f7ae7c462db289ad4834391469e72edd) | ||||
* | edit: Preserve file permissions, UID, GID, SELinux context on edited files. ↵ | Richard W.M. Jones | 2012-02-09 | 1 | -0/+82 |
| | | | | (RHBZ#788641) | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -2/+2 |
| | | | | Update all copyright dates to 2012. | ||||
* | fish options parsing: Allow add_drives to be called multiple times. | Richard W.M. Jones | 2012-01-18 | 1 | -3/+2 |
| | | | | | | Ensure that the drv structure is always zeroed on allocation. Don't leak old drv->device when add_drives is called multiple times. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Rewrite virt-edit in C. | Richard W.M. Jones | 2011-05-09 | 1 | -0/+666 |