summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.19.17.1.19.17Richard W.M. Jones2012-07-0618-202/+211
* ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081.Richard W.M. Jones2012-07-061-0/+1
* qemu: Use sgabios by default (thanks Dan Berrange).Richard W.M. Jones2012-07-061-0/+9
* todo: Investigate qemu caching modes.Richard W.M. Jones2012-07-041-0/+16
* Version 1.19.16.1.19.16Richard W.M. Jones2012-07-0420-20293/+20962
* qemu or qemu-kvm >= 1.1.0 is required.Richard W.M. Jones2012-07-041-1/+1
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-0336-89/+210
* close: Warn if qemu exits unsuccessfully.Richard W.M. Jones2012-07-031-1/+19
* close: Rearrange the order in which the handle is closed and freed.Richard W.M. Jones2012-07-031-33/+31
* perl, python, ruby: Fix comments on call to close method.Richard W.M. Jones2012-07-033-1/+10
* examples: In create_disk example, don't call set_autosync.Richard W.M. Jones2012-07-037-56/+1
* daemon: Run fsync on block devices after sync (RHBZ#836710).Richard W.M. Jones2012-07-022-0/+79
* daemon: Code tidy up in devsparts.Richard W.M. Jones2012-07-021-8/+9
* Add notes about how qemu cache=none works internally.Richard W.M. Jones2012-07-021-1/+12
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-022-10/+10
* appliance: Update paths to udevd.Richard W.M. Jones2012-07-021-1/+3
* appliance: Update comment to note that systemd package now contains udevd.Richard W.M. Jones2012-07-021-1/+1
* Version 1.19.15.1.19.15Richard W.M. Jones2012-06-2920-18556/+18886
* tests: Add a test of /dev/disk/by-id paths (RHBZ#627675).Richard W.M. Jones2012-06-291-0/+8
* tests: Use qemu-img to create an overlay for testing, instead of copying.Richard W.M. Jones2012-06-292-16/+18
* inspect: Check partition exists when doing fstab mapping.Richard W.M. Jones2012-06-291-8/+26
* inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).Richard W.M. Jones2012-06-291-0/+74
* inspect: Refactor resolve_fstab_device code into multiple functions.Richard W.M. Jones2012-06-291-68/+103
* New API: guestfs_nr_devicesRichard W.M. Jones2012-06-293-1/+30
* ruby: Fix detection of library (thanks Hilko Bengen).Richard W.M. Jones2012-06-291-7/+25
* ruby: Changing spacing in configure file.Richard W.M. Jones2012-06-291-5/+5
* ruby: Remove useless AC_SUBST in configure file.Richard W.M. Jones2012-06-291-1/+0
* Update API support from tarballs.Richard W.M. Jones2012-06-2823-0/+11670
* tests: Reformat TESTS_ENVIRONMENT so all use a standard format.Richard W.M. Jones2012-06-287-16/+9
* python: Set PYTHON in run script.Richard W.M. Jones2012-06-282-3/+2
* ocaml: Set CAML_LD_LIBRARY_PATH in run script.Richard W.M. Jones2012-06-282-1/+3
* ruby: Use run --tests for tests.Richard W.M. Jones2012-06-282-3/+4
* java: Use run --tests for tests.Richard W.M. Jones2012-06-282-6/+6
* gobject: Use run --test for tests, and set GJS in run script.Richard W.M. Jones2012-06-284-4/+7
* run: Rearrangement and add comments.Richard W.M. Jones2012-06-281-2/+5
* run: Set MALLOC_PERTURB_ to a random value.Richard W.M. Jones2012-06-2823-103/+25
* Version 1.19.14.1.19.14Richard W.M. Jones2012-06-284-6/+6
* tests: Fix 'run --test' so it cleans up its temporary file.Richard W.M. Jones2012-06-271-2/+2
* Ensure #include <config.h> occurs in every C file.Richard W.M. Jones2012-06-278-0/+16
* src/actions.c: Include <config.h> in this generated file.Richard W.M. Jones2012-06-271-0/+2
* gobject: bindtests: gjs exception behaviour changed, fix test.Richard W.M. Jones2012-06-271-1/+1
* Version 1.19.13.1.19.13Richard W.M. Jones2012-06-266-338/+409
* fuse: Use the ./run --test script to run tests.Richard W.M. Jones2012-06-262-8/+2
* tests: Add ./run --test option.Richard W.M. Jones2012-06-2631-38/+64
* ./run: Fix indenting for shell script.Richard W.M. Jones2012-06-261-8/+8
* ocaml: Allow parallel mount-local test to be skipped.Richard W.M. Jones2012-06-261-0/+13
* FAQ: Add Gentoo (thanks Agostino Sarubbo).Richard W.M. Jones2012-06-261-0/+6
* Version 1.19.12.1.19.12Richard W.M. Jones2012-06-2618-146/+193
* launch: Avoid double-close when qemu exits early.Richard W.M. Jones2012-06-261-2/+6
* launch: Ensure errno from test_qemu_cmd is captured and printed.Richard W.M. Jones2012-06-261-5/+3