Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.15.6.1.15.6 | Richard W.M. Jones | 2011-11-24 | 21 | -15693/+16382 |
| | |||||
* | ubuntu: Add extra suppressions for libnl.1 leaks. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+14 |
| | |||||
* | Update API support. | Richard W.M. Jones | 2011-11-24 | 17 | -0/+7262 |
| | |||||
* | extra-tests: Include valgrind suppressions file. | Richard W.M. Jones | 2011-11-24 | 3 | -1/+48 |
| | | | | This updates commit c55bad93fbde03a3daa6058913f02098c45e55f5. | ||||
* | regressions: Allow test-launch-race.pl to be skipped. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+3 |
| | | | | | export SKIP_TEST_LAUNCH_RACE_PL=1 will cause this test to be skipped. | ||||
* | debian: Use mdadm -D --export instead of mdadm -DY. | Richard W.M. Jones | 2011-11-24 | 1 | -2/+2 |
| | | | | For compatibility with mdadm on Debian Squeeze. | ||||
* | Add 'make extra-tests' rule and run extra tests. | Richard W.M. Jones | 2011-11-24 | 6 | -1/+124 |
| | | | | | These tests are optional, and require a special environment and tools to run. | ||||
* | lib: Fix memory leak when debugging enabled (found by valgrind). | Richard W.M. Jones | 2011-11-24 | 1 | -0/+2 |
| | | | | | If you enabled debugging (eg. LIBGUESTFS_DEBUG=1) then every debug message printed would be leaked. | ||||
* | test-tool: Fix multiple memory leaks found by valgrind. | Richard W.M. Jones | 2011-11-24 | 1 | -4/+8 |
| | |||||
* | filesystems: Fix memory leak found by valgrind. | Richard W.M. Jones | 2011-11-24 | 1 | -1/+3 |
| | |||||
* | part-disk: Change default alignment of this to 64K (128 sectors). | Richard W.M. Jones | 2011-11-24 | 1 | -5/+6 |
| | | | | | | This is the minimum alignment. 1MB would be better. Note that the exact behaviour is not defined in the API. | ||||
* | virt-alignment-scan: Add checks for when API calls return NULL. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+4 |
| | | | | | In particular, virt-alignment-scan -a /dev/null would segfault because of an error returned by parted. | ||||
* | New API: md-stop for stopping MD devices | Wanlong Gao | 2011-11-24 | 4 | -1/+47 |
| | | | | | | | | This API is used to stop a md device. When we want to move a device to another md array, we should stop the md device which contained this device first. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | Rename mdadm_ apis to md_ | Matthew Booth | 2011-11-24 | 6 | -32/+32 |
| | | | | | | | | | This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api. | ||||
* | NFC: Allow multiple config files in inspect_with_augeas in inspect_fs_unix.c | Matthew Booth | 2011-11-24 | 1 | -19/+59 |
| | | | | This change is in support of the addition of MD support to fstab inspection. | ||||
* | NFC: Consolidate the error path in check_fstab in inspect_fs_unix.c | Matthew Booth | 2011-11-24 | 1 | -14/+9 |
| | |||||
* | md: Inspect MD devices | Matthew Booth | 2011-11-24 | 1 | -0/+16 |
| | |||||
* | NFC: Declare and use variables on the same line in inspect.c | Matthew Booth | 2011-11-24 | 1 | -4/+2 |
| | |||||
* | build: Nothing under images/ should be translated | Matthew Booth | 2011-11-24 | 1 | -0/+1 |
| | |||||
* | build: Create an MD variant of the dummy Fedora image | Matthew Booth | 2011-11-24 | 4 | -114/+211 |
| | | | | | | This change involves rewriting make-fedora-img.sh in perl. This allows the flexibility to write mdadm.conf containing whichever uuids where randomly generated when the md devices were created. | ||||
* | run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB | Matthew Booth | 2011-11-24 | 1 | -3/+13 |
| | | | | This change allows the run scripts of virt-v2v and libguestfs to be chained. | ||||
* | gnulib: Rebase to latest. | Richard W.M. Jones | 2011-11-22 | 3 | -0/+7 |
| | |||||
* | Don't rely on implicit promotion of float to double in printf args. | Richard W.M. Jones | 2011-11-22 | 2 | -4/+6 |
| | |||||
* | fish: In generated code, put function names on a new line. | Richard W.M. Jones | 2011-11-22 | 1 | -5/+10 |
| | | | | | | | | | eg: static void run_foo () { } | ||||
* | df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy). | Richard W.M. Jones | 2011-11-22 | 2 | -1/+49 |
| | |||||
* | sparsify: Add -o option for passing qemu-img output format options. | Richard W.M. Jones | 2011-11-22 | 2 | -5/+23 |
| | |||||
* | sparsify: Add --compress option. | Richard W.M. Jones | 2011-11-22 | 2 | -5/+16 |
| | | | | This adds the -c option to the final qemu-img command. | ||||
* | sparsify: Add auto-detection of .vdi files. | Richard W.M. Jones | 2011-11-22 | 3 | -3/+23 |
| | | | | | | Note that for this to work properly, it requires a patch to the 'file' command. See: https://www.redhat.com/archives/libguestfs/2011-November/msg00120.html | ||||
* | fish: Add MD devices to guestfish device autocompletion. | Matthew Booth | 2011-11-21 | 1 | -0/+3 |
| | |||||
* | Version 1.15.5.1.15.5 | Richard W.M. Jones | 2011-11-21 | 21 | -222/+2315 |
| | |||||
* | guestfs-testing: Link to libguestfs-test-tool. | Richard W.M. Jones | 2011-11-21 | 1 | -0/+5 |
| | |||||
* | contrib: Update introduction to libguestfs. | Richard W.M. Jones | 2011-11-21 | 2 | -29/+123 |
| | |||||
* | out-of-tree build: ruby | Hilko Bengen | 2011-11-21 | 3 | -12/+12 |
| | |||||
* | Add guestfs-testing(1) man page. | Richard W.M. Jones | 2011-11-20 | 5 | -4/+314 |
| | | | | This contains suggested manual tests that users can run. | ||||
* | Version 1.15.4.1.15.4 | Richard W.M. Jones | 2011-11-17 | 20 | -14077/+16258 |
| | |||||
* | New API: mdadm-detail. | Matthew Booth | 2011-11-17 | 4 | -2/+171 |
| | |||||
* | Add custom indentation config for vim. | Matthew Booth | 2011-11-17 | 1 | -0/+9 |
| | |||||
* | out of tree build: haskell | Hilko Bengen | 2011-11-16 | 1 | -6/+6 |
| | |||||
* | java: out-of-tree build, don't build static library | Hilko Bengen | 2011-11-16 | 1 | -3/+4 |
| | |||||
* | out of tree build: erlang | Hilko Bengen | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | Update list-filesystems to check md devices. | Matthew Booth | 2011-11-11 | 3 | -24/+104 |
| | |||||
* | New API: list-md-devices. | Matthew Booth | 2011-11-11 | 8 | -8/+150 |
| | | | | | | | Return a list of Linux MD devices detected in the guest. This API complements list_devices, list_partitions, list_lvs and list_dm_devices. | ||||
* | New API: mdadm-create for creating MD devices. | Richard W.M. Jones | 2011-11-11 | 7 | -1/+327 |
| | |||||
* | 32 bit: Fix printf off_t. | Richard Jones | 2011-11-11 | 1 | -2/+2 |
| | |||||
* | 32 bit: Use %td for ptrdiff_t (difference between two pointers). | Richard W.M. Jones | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | df: Disable part of virt-df test. | Richard W.M. Jones | 2011-11-11 | 1 | -8/+10 |
| | | | | | See: https://www.redhat.com/archives/libguestfs/2011-November/msg00051.html | ||||
* | New API: Bind the tune2fs command. | Richard W.M. Jones | 2011-11-11 | 3 | -1/+247 |
| | | | | | | | | | | | | | Previously we bound the 'tune2fs -l' command so that we could list out the tunables of an ext2/3/4 filesystem. Also commands like set_e2label and set_e2uuid used tune2fs. This commit binds many of the tunables that can be set using tune2fs. The coverage is not complete, but we can add more later because this uses optional parameters so the call is extensible without breaking ABI. The current change gives us enough for using libguestfs within OpenStack. | ||||
* | tune2fs-l: Add a test. | Richard W.M. Jones | 2011-11-11 | 1 | -1/+4 |
| | |||||
* | generator: Support testing the output of RHashtable functions. | Richard W.M. Jones | 2011-11-11 | 3 | -0/+45 |
| | | | | | You can use TestOutputHashtable to test the output of RHashtable functions. | ||||
* | daemon: Define safe ADD_ARG macro for constructing arg lists on the stack. | Richard W.M. Jones | 2011-11-11 | 5 | -87/+102 |
| |