summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for hotplugging (removing disks).Richard W.M. Jones2012-10-091-0/+1
* Add support for hotplugging (adding disks) to the libvirt attach-method.Richard W.M. Jones2012-10-081-0/+3
* launch: Add add_drive 'label' option.Richard W.M. Jones2012-10-081-0/+1
* launch: Make g->drives into an array (was a linked list).Richard W.M. Jones2012-10-081-8/+29
* launch: Add private data pointer to the struct drive.Richard W.M. Jones2012-10-061-0/+3
* Update SuSE Linux detection.Olaf Hering2012-09-211-0/+2
* launch: Make the "launched failed" message more explanatory.Richard W.M. Jones2012-09-201-0/+1
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-171-4/+0
* shutdown: Add 'check_for_errors' hint along the shutdown path.Richard W.M. Jones2012-09-041-1/+2
* guestfs-internal.h: Organize functions by file.Richard W.M. Jones2012-08-311-45/+75
* launch: appliance: app.virtio_scsi must not be bool.Richard W.M. Jones2012-08-301-1/+1
* Update inspection and example programs to use new hivex* APIs (RHBZ#852394).Richard W.M. Jones2012-08-291-8/+0
* launch: Add utility function guestfs___lazy_make_tmpdir.Richard W.M. Jones2012-08-151-0/+1
* lib: Add 'g->unique' to handle, for making unique IDs.Richard W.M. Jones2012-08-151-0/+6
* New internal APIs: internal-test-set-output, internal-test-close-output.Richard W.M. Jones2012-08-151-0/+3
* Mac OS X: #define UNIX_PATH_MAX 104Masami HIRATA2012-07-241-0/+4
* launch: Make get-pid and max-disks APIs into virtual methods of the current a...Richard W.M. Jones2012-07-231-0/+3
* launch: Add libvirt backend.Richard W.M. Jones2012-07-221-0/+6
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-211-1/+5
* launch: Make 'drive_name' into a common function.Richard W.M. Jones2012-07-211-0/+1
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-201-9/+27
* launch: Move the command line building code entirely into launch-appliance.c.Richard W.M. Jones2012-07-201-1/+1
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-201-0/+10
* launch: Move launch timing / messages code into launch.c.Richard W.M. Jones2012-07-201-2/+3
* 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
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-191-1/+3
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-021-1/+1
* lib: Remove obsolete NETWORK, ROUTER definitions in header file.Richard W.M. Jones2012-06-251-21/+0
* appliance: Add support for virtio-scsi.Richard W.M. Jones2012-06-121-0/+3
* Record output of qemu -device '?'.Richard W.M. Jones2012-06-121-0/+1
* configure: Allow systemtap/DTrace userspace probes to be disabled.Richard W.M. Jones2012-05-111-2/+2
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-011-6/+2
* lib: Remove the BUSY state.Richard W.M. Jones2012-04-261-3/+1
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-291-0/+15
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-0/+8
* inspect: Use uint64_t for maximum file size in bytes.Richard W.M. Jones2012-03-121-1/+1
* lib: Use size_t for allocation size in safe realloc function.Richard W.M. Jones2012-03-121-1/+1
* inspection: Add detection of FreeDOS (RHBZ#786215).Richard W.M. Jones2012-03-071-0/+3
* Add support for Buildroot and Cirros distributions.Richard W.M. Jones2012-03-071-0/+2
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-231-0/+1
* inspection: Add outline support for GNU/Hurd.Richard W.M. Jones2011-11-281-0/+3
* Allow compilation without hivex (RHBZ#723474).Richard W.M. Jones2011-10-211-2/+3
* inspect: Add drive naming hintsMatthew Booth2011-10-191-0/+1
* launch: Store drive information in guestfs_hMatthew Booth2011-10-191-2/+17
* Add basic support for netbsd detection.Michael Scherer2011-10-141-0/+3
* Add support for pkgsrc, default NetBSD package manager.Michael Scherer2011-10-141-1/+2
* Add Opensuse and zypper detection supportMichael Scherer2011-10-141-0/+2
* Detect Mageia distributionMichael Scherer2011-10-141-0/+1