summaryrefslogtreecommitdiffstats
path: root/src/launch.c
Commit message (Expand)AuthorAgeFilesLines
* appliance: Pass lpj=... on the appliance command line (thanks Marcelo Tosatti).Richard W.M. Jones2012-11-241-1/+20
* launch: Refactor duplicate code which constructs the appliance command line.Richard W.M. Jones2012-11-231-0/+47
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-091-75/+0
* lib: Change guestfs___remove_tmpdir function to use command mini-library.Richard W.M. Jones2012-10-181-19/+10
* Add support for hotplugging (removing disks).Richard W.M. Jones2012-10-091-0/+54
* Add support for hotplugging (adding disks) to the libvirt attach-method.Richard W.M. Jones2012-10-081-7/+73
* launch: Add add_drive 'label' option.Richard W.M. Jones2012-10-081-5/+37
* launch: Make g->drives into an array (was a linked list).Richard W.M. Jones2012-10-081-34/+52
* launch: Add private data pointer to the struct drive.Richard W.M. Jones2012-10-061-0/+3
* launch: add_null_drive: Force null drive to be writable.Richard W.M. Jones2012-10-061-0/+5
* launch: Rearrange code for adding drives to the g->drives list in the handle.Richard W.M. Jones2012-10-061-23/+62
* launch: Handle guestfs_config qemu_value == NULL.Richard W.M. Jones2012-09-211-1/+1
* launch: Make the "launched failed" message more explanatory.Richard W.M. Jones2012-09-201-0/+16
* lib: These optargs structures are not modified, hence const.Richard W.M. Jones2012-09-151-3/+3
* launch: For /dev/null drives, create a temporary disk.Richard W.M. Jones2012-08-151-18/+52
* launch: Move code to add a drive to the list to separate add_drive utility fu...Richard W.M. Jones2012-08-151-28/+32
* launch: Add utility function guestfs___lazy_make_tmpdir.Richard W.M. Jones2012-08-151-8/+20
* launch: Make get-pid and max-disks APIs into virtual methods of the current a...Richard W.M. Jones2012-07-231-17/+45
* tests: Move debug-drives testing API to launch.c and change the output.Richard W.M. Jones2012-07-231-0/+31
* launch: Add libvirt backend.Richard W.M. Jones2012-07-221-2/+2
* Add attach-method "libvirt" or "libvirt:<URI>".Richard W.M. Jones2012-07-211-0/+4
* launch: Abstract attach method operations.Richard W.M. Jones2012-07-201-3/+7
* launch: Move guestfs_config API and build list of qemu parameters in handle.Richard W.M. Jones2012-07-201-0/+35
* launch: Move launch timing / messages code into launch.c.Richard W.M. Jones2012-07-201-0/+73
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-191-1244/+2
* Remove debug-cmdline API.Richard W.M. Jones2012-07-191-20/+0
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-10/+0
* 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-031-11/+1
* 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-021-9/+9
* 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
* ppc64: is_openable function needed on all platforms now.Richard W.M. Jones2012-06-141-4/+0
* virtio-scsi: Increase udev timeout.Richard W.M. Jones2012-06-141-1/+1
* New API: guestfs_max_disks.Richard W.M. Jones2012-06-131-0/+10
* virtio-scsi: Fix disk name calculation.Richard W.M. Jones2012-06-131-2/+3
* appliance: Add support for virtio-scsi.Richard W.M. Jones2012-06-121-24/+116
* Record output of qemu -device '?'.Richard W.M. Jones2012-06-121-0/+9
* Require QEMU >= 1.0.Richard W.M. Jones2012-06-121-22/+5
* Remove ./configure --with-drive-if and --with-net-if options.Richard W.M. Jones2012-06-121-6/+7
* arm: Use #if defined instead of #ifdef.Richard W.M. Jones2012-06-061-1/+1
* ppc64: Avoid "defined by not used" warning for is_openable function.Richard W.M. Jones2012-06-021-0/+4
* 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