Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FAQ: Re-add #backup anchor for section on backups. | Richard W.M. Jones | 2012-08-21 | 1 | -0/+7 |
| | |||||
* | recipes: Update dumping filesystem content to mention that we now support ↵ | Richard W.M. Jones | 2012-08-21 | 1 | -1/+1 |
| | | | | MD/RAID. | ||||
* | recipes: Refer to virt-format, virt-make-fs for creating disk images. | Richard W.M. Jones | 2012-08-21 | 1 | -1/+7 |
| | |||||
* | recipes: Cloning Windows: plans for virt-sysprep. | Richard W.M. Jones | 2012-08-21 | 1 | -10/+10 |
| | |||||
* | recipes: For auditing for setuid files, point to virt-ls examples. | Richard W.M. Jones | 2012-08-21 | 1 | -4/+1 |
| | |||||
* | recipes: For sparsifying guests, point to virt-sparsify. | Richard W.M. Jones | 2012-08-21 | 1 | -4/+1 |
| | |||||
* | recipes: For listing files, point to virt-ls. | Richard W.M. Jones | 2012-08-21 | 1 | -3/+1 |
| | |||||
* | recipes: Mention virt-sysprep firstboot feature. | Richard W.M. Jones | 2012-08-21 | 1 | -0/+3 |
| | |||||
* | recipes: Most guests now use grub2, so change the example. | Richard W.M. Jones | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | recipes: Add a section on deleting a file and other common file operations. | Richard W.M. Jones | 2012-08-21 | 1 | -0/+18 |
| | |||||
* | recipes: Update cloning section. | Richard W.M. Jones | 2012-08-21 | 1 | -10/+5 |
| | |||||
* | FAQ: virt-sparsify and raw sparse output. | Richard W.M. Jones | 2012-08-19 | 1 | -0/+19 |
| | |||||
* | Replace mount-options with mount where appropriate. | Richard W.M. Jones | 2012-08-18 | 1 | -1/+1 |
| | | | | | | Since our minimum supported version is now 1.16 and mount was fixed in 1.13.16, it is now safe to replace mount-options + empty options with mount wherever it occurs. | ||||
* | docs: Add a section describing how to use gdb + qemu wrappers to debug the ↵ | Richard W.M. Jones | 2012-08-13 | 1 | -0/+50 |
| | | | | appliance. | ||||
* | docs: Show how to use 'annotate-output' command to collect timings. | Richard W.M. Jones | 2012-08-12 | 1 | -0/+17 |
| | |||||
* | grep: Add optargs to grep API and deprecate fgrep etc. | Richard W.M. Jones | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | | This commit makes grep into an optargs API, with flags for extended, fixed, [case-]insensitive and compressed. At the same time it deprecates: egrep, fgrep, grepi, egrepi, fgrepi, zgrep, zegrep, zfgrep, zgrepi, zegrepi and zfgrepi. | ||||
* | lib: Initialize libvirt and libxml2 once when the library loads. | Richard W.M. Jones | 2012-07-23 | 1 | -4/+0 |
| | |||||
* | docs: Use L<...> for links. | Richard W.M. Jones | 2012-07-17 | 3 | -29/+25 |
| | | | | | Instead of working around bugs, podwrapper has been fixed so that links work in all output formats. | ||||
* | build: Change calls to podwrapper.sh to use $(PODWRAPPER). | Richard W.M. Jones | 2012-07-16 | 1 | -5/+5 |
| | | | | | This will allow us to easily change the location of this script in future. | ||||
* | New API: guestfs_shutdown: Cleanly shutdown the backend. | Richard W.M. Jones | 2012-07-03 | 3 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | examples: In create_disk example, don't call set_autosync. | Richard W.M. Jones | 2012-07-03 | 1 | -9/+0 |
| | | | | | This is now set by default in all supported versions of libguestfs. It's just confusing if the examples refer to it. | ||||
* | FAQ: Add Gentoo (thanks Agostino Sarubbo). | Richard W.M. Jones | 2012-06-26 | 1 | -0/+6 |
| | |||||
* | FAQ: Mention update-guestfs-appliance (thanks Steven Dake). | Richard W.M. Jones | 2012-06-19 | 1 | -0/+4 |
| | |||||
* | doc: Add documentation covering use of utf8 option when mounting vfat ↵ | Richard W.M. Jones | 2012-05-25 | 1 | -0/+77 |
| | | | | (RHBZ#823887). | ||||
* | FAQ: Add section about using libguestfs in closed source programs. | Richard W.M. Jones | 2012-05-23 | 1 | -0/+9 |
| | |||||
* | FAQ: Add a note about "child process died unexpectedly". | Richard W.M. Jones | 2012-05-23 | 1 | -0/+12 |
| | | | | | This is a common search term on the main website, and there is no good information provided by Google at present. | ||||
* | FAQ: Update Ubuntu instructions. | Richard W.M. Jones | 2012-05-23 | 1 | -4/+24 |
| | |||||
* | examples: Further fixes to mount-local example program. | Richard W.M. Jones | 2012-05-14 | 1 | -5/+26 |
| | | | | | | | * Set PS1 prompt properly for bash shells. * Touch a file into the root directory of the new filesystem. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | example: Various fixes to mount-local example program. | Richard W.M. Jones | 2012-05-14 | 1 | -6/+31 |
| | | | | | | | | | * Move MOUNT_OPTIONS to #define at top. * Move SIZE_MB to #define at top. * Set PS1 in subshell (doesn't work - why?). * Hide libguestfs errors from guestfs_mount_local_run. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | debian: examples: Don't break when O_CLOEXEC is not defined. | Richard W.M. Jones | 2012-05-14 | 1 | -0/+4 |
| | | | | | | This affected Debian 6. This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | examples: Add mount options "acl,user_xattr" to mount-local example. | Richard W.M. Jones | 2012-05-13 | 1 | -1/+1 |
| | | | | This fixes commit 46b6766156ace142443b36e20e55074c544ae6cc. | ||||
* | examples: Add an example of using the mount-local API from C. | Richard W.M. Jones | 2012-05-13 | 2 | -0/+171 |
| | |||||
* | examples: Add if HAVE_HIVEX ... endif around virt_dhcp_address example. | Richard W.M. Jones | 2012-05-13 | 1 | -0/+2 |
| | |||||
* | FAQ: Fix typo in download (thanks badnews@IRC) | Richard W.M. Jones | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | Turn libguestfs FAQ into a man page: guestfs-faq(1). | Richard W.M. Jones | 2012-05-01 | 2 | -0/+570 |
| | |||||
* | New man page: guestfs-performance(1). | Richard W.M. Jones | 2012-04-11 | 2 | -0/+409 |
| | | | | This contains tips for engineering libguestfs for greatest performance. | ||||
* | example: Copying a directory between two guests using threads. | Richard W.M. Jones | 2012-03-09 | 2 | -0/+308 |
| | |||||
* | Check return values of guestfs_inspect_get_{type,distro} (found by Coverity). | Richard W.M. Jones | 2012-03-08 | 1 | -0/+4 |
| | | | | | | | | | Error: NULL_RETURNS: /builddir/build/BUILD/libguestfs-1.16.5/examples/virt-dhcp-address.c:129: var_assigned: Assigning: "guest_distro" = null return value from "guestfs_inspect_get_distro". /builddir/build/BUILD/libguestfs-1.16.5/examples/virt-dhcp-address.c:131: dereference: Dereferencing a pointer that might be null "guest_distro" when calling "__coverity_strcmp". [...] /builddir/build/BUILD/libguestfs-1.16.5/examples/virt-dhcp-address.c:126: var_assigned: Assigning: "guest_type" = null return value from "guestfs_inspect_get_type". /builddir/build/BUILD/libguestfs-1.16.5/examples/virt-dhcp-address.c:128: dereference: Dereferencing a pointer that might be null "guest_type" when calling "__coverity_strcmp". | ||||
* | Add 'display_icon' example program. | Richard W.M. Jones | 2012-03-07 | 2 | -1/+140 |
| | | | | | Running this on a disk image displays the guest icon (using external 'display' program). | ||||
* | examples: code cleanups | Wanlong Gao | 2012-01-31 | 2 | -2/+2 |
| | | | | | | do a code cleanup by removing the tailing spaces Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 2 | -2/+2 |
| | | | | Update all copyright dates to 2012. | ||||
* | df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy). | Richard W.M. Jones | 2011-11-22 | 1 | -1/+23 |
| | |||||
* | guestfs-testing: Link to libguestfs-test-tool. | Richard W.M. Jones | 2011-11-21 | 1 | -0/+5 |
| | |||||
* | Add guestfs-testing(1) man page. | Richard W.M. Jones | 2011-11-20 | 2 | -4/+309 |
| | | | | This contains suggested manual tests that users can run. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 2 | -0/+2 |
| | |||||
* | out-of-tree build: remove unneeded explicit paths | Hilko Bengen | 2011-08-17 | 1 | -2/+2 |
| | |||||
* | recipes: Remove two C file dependencies which are not actually used in the POD. | Richard W.M. Jones | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | out-of-tree build: fix documentation generation | Hilko Bengen | 2011-08-15 | 1 | -6/+6 |
| | |||||
* | java: Add guestfs-java(3) man page. | Richard W.M. Jones | 2011-07-19 | 2 | -0/+2 |
| |