summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "launch: Correction in comment."Richard W.M. Jones2012-07-091-2/+4
* 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-061-0/+9
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-063-60/+98
* close: Warn if qemu exits unsuccessfully.Richard W.M. Jones2012-07-061-1/+19
* close: Rearrange the order in which the handle is closed and freed.Richard W.M. Jones2012-07-061-33/+31
* Add notes about how qemu cache=none works internally.Richard W.M. Jones2012-07-061-1/+12
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-062-10/+10
* inspect: Check partition exists when doing fstab mapping.Richard W.M. Jones2012-07-061-8/+26
* inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).Richard W.M. Jones2012-07-061-0/+74
* New API: guestfs_nr_devicesRichard W.M. Jones2012-07-061-1/+1
* inspect: Refactor resolve_fstab_device code into multiple functions.Richard W.M. Jones2012-07-061-68/+103
* 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
* arm: Use #if defined instead of #ifdef.Richard W.M. Jones2012-06-211-1/+1
* ppc64: Avoid "defined by not used" warning for is_openable function.Richard W.M. Jones2012-06-211-0/+4
* trace: Fix display of non-printing characters.Richard W.M. Jones2012-06-011-0/+5
* 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
* Update API support.Richard W.M. Jones2012-05-217-0/+3090
* NEW API: add new api btrfs-fsckWanlong Gao2012-05-151-1/+1
* New API: add new api btrfs-set-seeding to enable or disable seeding.Wanlong Gao2012-05-141-1/+1
* qemu: Move -nodefaults etc logically together.Richard W.M. Jones2012-05-121-16/+16
* arm: Add configure flag '--with-qemu-options'.Richard W.M. Jones2012-05-121-0/+65
* arm: Disable -machine, -enable-kvm options except on x86, x86-64.Richard W.M. Jones2012-05-121-0/+5
* arm: On Linux ARM kernels, the serial console is ttyAMA0.Richard W.M. Jones2012-05-121-1/+7
* arm: Disable test for -no-hpet during launch.Richard W.M. Jones2012-05-121-0/+8
* arm: Set minimum LIBGUESTFS_MEMSIZE at 128.Richard W.M. Jones2012-05-121-1/+1
* configure: Allow systemtap/DTrace userspace probes to be disabled.Richard W.M. Jones2012-05-111-2/+2
* Update API support.Richard W.M. Jones2012-05-0326-0/+12671
* Turn libguestfs FAQ into a man page: guestfs-faq(1).Richard W.M. Jones2012-05-011-0/+3
* doc: Rewrite description section in man page guestfs(3).Richard W.M. Jones2012-05-011-31/+12
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-013-278/+2
* Move 'libguestfs.pc' (pkgconfig file) to src/ directory.Richard W.M. Jones2012-04-302-0/+17
* lib: Remove the BUSY state.Richard W.M. Jones2012-04-264-86/+31
* New btrfs APIs.Richard W.M. Jones2012-04-251-1/+1
* Check library still compiles without libvirt.Richard W.M. Jones2012-04-181-0/+2
* Don't abort inspection if mdadm.conf ARRAY doesn't have a uuidMatthew Booth2012-04-181-1/+1
* fuse: Improve reporting in mount-local when verbose is enabled.Richard W.M. Jones2012-04-161-3/+10
* New APIs for reading and writing ext2 file attributes and file generation.Richard W.M. Jones2012-04-131-1/+1
* lib: Escape , as ,, on qemu command line (RHBZ#811649).Richard W.M. Jones2012-04-121-3/+16
* lib: Remove check_path function, limitation is colon, not comma (RHBZ#811649).Richard W.M. Jones2012-04-121-12/+8
* Revert "launch: don't add a drive twice"Richard W.M. Jones2012-04-121-19/+2
* inspection: Remove spurious warning for Ubuntu 10.04 with encrypted swap (RHB...Richard W.M. Jones2012-04-121-1/+1
* New man page: guestfs-performance(1).Richard W.M. Jones2012-04-111-0/+1
* docs: Add libguestfs-test-tool(1) and libguestfs-make-fixed-appliance(1) to g...Richard W.M. Jones2012-04-111-1/+3