summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* launch: libvirt: Move remaining to-do items to TODO file.Richard W.M. Jones2012-07-231-18/+0
* launch: libvirt: Add a hack to detect if KVM is available.Richard W.M. Jones2012-07-231-1/+5
* launch: libvirt: Use <cpu model="host-model"/> (thanks Dan Berrange).Richard W.M. Jones2012-07-231-0/+6
* launch: libvirt: Change disk XML according to whether host path is device or ...Richard W.M. Jones2012-07-231-10/+39
* launch: libvirt: Use "guestfs-" prefix on random names (thanks Dan Berrange).Richard W.M. Jones2012-07-231-1/+1
* launch: libvirt: Enforce minimum version of libvirt 0.9.13.Richard W.M. Jones2012-07-231-0/+13
* launch: libvirt: Use snapshot=on instead of <readonly/>.Richard W.M. Jones2012-07-231-9/+33
* launch: Add libvirt backend.Richard W.M. Jones2012-07-224-2/+1061
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-214-1/+28
* launch: Make 'drive_name' into a common function.Richard W.M. Jones2012-07-212-5/+5
* appliance: Push appliance building lock into guestfs___build_appliance.Richard W.M. Jones2012-07-212-17/+27
* fuse:remove the unused macro when fuse is not availableWanlong Gao2012-07-211-1/+1
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-206-111/+171
* launch: Move the command line building code entirely into launch-appliance.c.Richard W.M. Jones2012-07-203-47/+19
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-205-32/+67
* launch: Move launch timing / messages code into launch.c.Richard W.M. Jones2012-07-204-77/+78
* lib: Use bool (from <stdbool.h>) for a few fields in the handle.Richard W.M. Jones2012-07-201-10/+12
* lib: Rearrange fields in guestfs handle.Richard W.M. Jones2012-07-201-39/+38
* launch: Remove some dead code from the appliance method.Richard W.M. Jones2012-07-191-42/+0
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-195-1245/+1272
* Remove debug-cmdline API.Richard W.M. Jones2012-07-191-20/+0
* lib: Use safe_asprintf when constructing attach_method.Richard W.M. Jones2012-07-192-6/+2
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-197-10/+10
* build: Rename src/virt.c to src/libvirtdomain.cRichard W.M. Jones2012-07-192-1/+1
* build: Arrange libguestfs_la_SOURCES in order.Richard W.M. Jones2012-07-191-1/+1
* New API: add new api xfs_infoWanlong Gao2012-07-181-1/+1
* docs: Use L<...> for links.Richard W.M. Jones2012-07-171-1/+1
* docs: febootstrap is in section 8 of the manual, not section 1.Richard W.M. Jones2012-07-161-1/+1
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-10/+0
* tests: Rename test0* functions as internal_test*.Richard W.M. Jones2012-07-111-0/+1
* Revert "launch: Correction in comment."Richard W.M. Jones2012-07-081-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-033-60/+98
* 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
* 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
* 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-291-1/+1
* Update API support from tarballs.Richard W.M. Jones2012-06-2823-0/+11670
* 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
* launch: Set g->sock = -1 to avoid double-close.Richard W.M. Jones2012-06-261-0/+1
* launch: Log errors from close syscall.Richard W.M. Jones2012-06-261-1/+6
* launch: Treat /dev/null specially, for old KVM.Richard W.M. Jones2012-06-251-0/+19
* lib: Remove obsolete NETWORK, ROUTER definitions in header file.Richard W.M. Jones2012-06-251-21/+0