Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: guestfs_shutdown: Cleanly shutdown the backend. | Richard W.M. Jones | 2012-07-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | examples: In create_disk example, don't call set_autosync. | Richard W.M. Jones | 2012-07-07 | 1 | -8/+0 |
| | | | | | | This is now set by default in all supported versions of libguestfs. It's just confusing if the examples refer to it. (cherry picked from commit 917550a117904ec1a06b77a7870a147014d71adb) | ||||
* | Ensure #include <config.h> occurs in every C file. | Richard W.M. Jones | 2012-06-28 | 1 | -0/+2 |
| | | | | (cherry picked from commit 1d17a6e9d8f434f952f3c171b5a81ca6b916fa1f) | ||||
* | out of tree build: erlang | Hilko Bengen | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 2 | -2/+2 |
| | |||||
* | erlang: Use the official autoconf macros. | Richard W.M. Jones | 2011-09-22 | 1 | -3/+3 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 8 | -0/+703 |