summaryrefslogtreecommitdiffstats
path: root/src/launch.c
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-4/+4
* lib: Remove some unused variables.Richard W.M. Jones2012-03-121-1/+0
* Close all file descriptors and remove all signal handlers in the recovery pro...Richard W.M. Jones2012-03-091-0/+25
* Rebrand 'ordinary appliance' as 'old-style appliance'.Richard W.M. Jones2012-03-031-1/+1
* appliance: Make appliance building thread-safe (RHBZ#790721).Richard W.M. Jones2012-02-151-1/+12
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-241-0/+10
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Allow /dev/null to be added multiple times.Richard W.M. Jones2012-01-101-1/+8
* launch: move the filename checking to a wrapperWanlong Gao2012-01-091-6/+12
* launch: don't add a drive twiceWanlong Gao2012-01-091-2/+12
* launch: add a goto label when add_drive errorWanlong Gao2012-01-091-18/+11
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-231-0/+30
* Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...Richard W.M. Jones2011-12-221-0/+10
* Add test for qemu broken -machine option (RHBZ#748266).Richard W.M. Jones2011-10-241-0/+12
* add-drive-opts: Correctly handle unreadable and unwritable files (RHBZ#747287).Richard W.M. Jones2011-10-211-3/+14
* lib: Common code for formatting the qemu -drive parameter.Richard W.M. Jones2011-10-211-28/+32
* inspect: Add drive naming hintsMatthew Booth2011-10-191-0/+8
* launch: Store drive information in guestfs_hMatthew Booth2011-10-191-31/+89
* launch: Ensure g->cmdline is allocated before assigning g->cmdline[0].Richard W.M. Jones2011-10-191-7/+14
* Add systemtap/DTrace probes.Richard W.M. Jones2011-10-101-0/+10
* New API: set-smp, get-smpRichard W.M. Jones2011-09-281-0/+6
* Add no_timer_check to disable faulty test during boot (RHBZ#502058).Richard W.M. Jones2011-09-261-0/+1
* Enable APIC.Richard W.M. Jones2011-09-211-1/+0
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-231-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-231-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-231-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-231-15/+21
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-181-44/+38
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-011-1/+1
* launch: Add qemu_supports_re function.Richard W.M. Jones2011-07-261-0/+43
* appliance: Capture stderr from qemu to the event system.Richard W.M. Jones2011-07-201-1/+9
* appliance: Document pipe fds.Richard W.M. Jones2011-07-201-0/+2
* New APIs: set-pgroup, get-pgroupRichard W.M. Jones2011-07-151-6/+11
* appliance: Use qemu -machine option where available (RHBZ#700369).Richard W.M. Jones2011-05-171-14/+23
* Fix guestfs___rollback_cmdline when pos == 0.Richard W.M. Jones2011-05-081-1/+1
* internal: Use size_t instead of int for command line size.Richard W.M. Jones2011-04-301-4/+4
* Generate progress messages during launch.Richard W.M. Jones2011-04-011-0/+35
* Add prototype for timeval_diff.Richard W.M. Jones2011-04-011-1/+2
* Rename $tmpdir/sock to $tmpdir/guestfsd.sock.Richard W.M. Jones2011-03-251-5/+5
* New event API (RHBZ#664558).Richard W.M. Jones2011-03-151-14/+24
* check the pid is > 0 before calling waitpid()Angus Salkeld2011-03-141-1/+1
* lib: Implement attach-method unix:<path>Richard W.M. Jones2011-02-031-1/+84
* lib: Move appliance launching to separate function.Richard W.M. Jones2011-02-031-14/+24
* Use /var/tmp for the cached appliance (for FHS compliance).Richard W.M. Jones2011-01-191-0/+18
* Remove several unused local variables.Richard W.M. Jones2010-12-101-1/+0
* New API: debug-cmdline for printing QEMU command line (internal only).Richard W.M. Jones2010-11-101-0/+24
* Add internal facility to checkpoint and roll back the command line.Richard Jones2010-11-101-0/+20
* New internal function guestfs___print_timestamped_argvMatthew Booth2010-10-281-24/+24
* Fix networking in the appliance.Matthew Booth2010-10-271-1/+1
* generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-39/+119