summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* launch: Correction in comment.Richard W.M. Jones2012-07-071-4/+2
* qemu: Use sgabios by default (thanks Dan Berrange).Richard W.M. Jones2012-07-071-0/+9
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-073-60/+98
* close: Warn if qemu exits unsuccessfully.Richard W.M. Jones2012-07-071-1/+19
* close: Rearrange the order in which the handle is closed and freed.Richard W.M. Jones2012-07-071-29/+27
* Add notes about how qemu cache=none works internally.Richard W.M. Jones2012-07-071-1/+12
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-072-9/+9
* inspect: Check partition exists when doing fstab mapping.Richard W.M. Jones2012-07-071-8/+26
* inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).Richard W.M. Jones2012-07-071-0/+74
* inspect: Refactor resolve_fstab_device code into multiple functions.Richard W.M. Jones2012-07-071-68/+103
* New API: guestfs_nr_devicesRichard W.M. Jones2012-07-071-1/+1
* New API: device-index.Richard W.M. Jones2012-07-071-1/+1
* launch: Avoid double-close when qemu exits early.Richard W.M. Jones2012-06-281-2/+6
* launch: Ensure errno from test_qemu_cmd is captured and printed.Richard W.M. Jones2012-06-281-5/+3
* launch: Set g->sock = -1 to avoid double-close.Richard W.M. Jones2012-06-281-0/+1
* launch: Log errors from close syscall.Richard W.M. Jones2012-06-281-1/+6
* lib: Remove obsolete NETWORK, ROUTER definitions in header file.Richard W.M. Jones2012-06-281-21/+0
* trace: Fix escaping of non-printable signed characters.Richard W.M. Jones2012-06-011-1/+1
* inspection: Don't fail if /etc/HOSTNAME or /etc/hostname are empty files (RHB...Richard W.M. Jones2012-06-012-4/+24
* inspection: Use parse_release_file to parse ttylinux release file.Richard W.M. Jones2012-06-011-2/+1
* qemu: Move -nodefaults etc logically together.Richard W.M. Jones2012-05-141-13/+16
* arm: Set minimum LIBGUESTFS_MEMSIZE at 128.Richard W.M. Jones2012-05-141-1/+1
* configure: Allow systemtap/DTrace userspace probes to be disabled.Richard W.M. Jones2012-05-141-2/+2
* doc: Rewrite description section in man page guestfs(3).Richard W.M. Jones2012-05-011-31/+12
* Move 'libguestfs.pc' (pkgconfig file) to src/ directory.Richard W.M. Jones2012-05-012-0/+17
* Check library still compiles without libvirt.Richard W.M. Jones2012-04-241-0/+2
* Don't abort inspection if mdadm.conf ARRAY doesn't have a uuidMatthew Booth2012-04-241-1/+1
* inspection: Remove spurious warning for Ubuntu 10.04 with encrypted swap (RHB...Richard W.M. Jones2012-04-131-1/+1
* docs: Add libguestfs-test-tool(1) to guestfs(3) man page.Richard W.M. Jones2012-04-111-1/+2
* launch: Set error when qemu fails early during launch (RHBZ#811650).Richard W.M. Jones2012-04-111-1/+4
* inspection: Support Fedora 17+ (RHBZ#809361).Richard W.M. Jones2012-04-031-2/+5
* Don't provoke -Wstrict-overflow warning from map_app_md_devices function.Richard Jones2012-03-301-2/+2
* Work around -Wstrict-overflow warning on gcc 4.5.1.Richard Jones2012-03-301-1/+5
* inspection: Set last errno to ENOTSUP when inspection APIs are not available.Richard W.M. Jones2012-03-211-1/+1
* inspect: Fedora/RHEL CDs are multipart if totaldiscs > 1, not > 0.Richard W.M. Jones2012-03-161-1/+1
* inspect: Add comment documenting findings of RHEL 5, 6 install CDs.Richard W.M. Jones2012-03-161-0/+58
* inspect: Ignore missing HKLM\SYSTEM\MountedDevices (RHBZ#803664).Richard W.M. Jones2012-03-161-4/+6
* Fix strict-overflow bugs and reenable this warning.Richard W.M. Jones2012-03-131-3/+3
* inspect: Move variable decl to top of function.Richard W.M. Jones2012-03-131-1/+3
* lib: Remove some unused variables.Richard W.M. Jones2012-03-134-7/+1
* lib: Use size_t for allocation size in safe realloc function.Richard W.M. Jones2012-03-132-2/+2
* Close all file descriptors and remove all signal handlers in the recovery pro...Richard W.M. Jones2012-03-131-0/+25
* inspect_apps: Avoid double-close on error path (found by Coverity) (RHBZ#8012...Richard W.M. Jones2012-03-081-0/+1
* dbdump: Avoid double-close on error path (found by Coverity).Richard W.M. Jones2012-03-081-0/+1
* daemon: proto: Close fd along error paths (found by Coverity).Richard W.M. Jones2012-03-081-0/+3
* proto: Close file along error and cancel paths (found by Coverity).Richard W.M. Jones2012-03-081-1/+5
* Check return values from calloc (found by Coverity).Richard W.M. Jones2012-03-081-25/+29
* Dead code: 'lvs' cannot be true here (found by Coverity).Richard W.M. Jones2012-03-081-1/+1
* Ignore return values from some functions in guestfs_close (Coverity warning).Richard W.M. Jones2012-03-081-2/+3
* Comment change.Richard W.M. Jones2012-03-081-1/+1