daemon: debug segv correct use of dereferencing NULL.
[libguestfs.git] / src / launch.c
2012-01-09 Wanlong Gaolaunch: move the filename checking to a wrapper
2012-01-09 Wanlong Gaolaunch: don't add a drive twice
2012-01-09 Wanlong Gaolaunch: add a goto label when add_drive error
2011-12-23 Richard W.M. Joneslib: Add guestfs___remove_tmpdir helper function.
2011-12-22 Richard W.M. JonesSecurity: Mitigate possible privilege escalation via...
2011-10-24 Richard W.M. JonesAdd test for qemu broken -machine option (RHBZ#748266).
2011-10-21 Richard W.M. Jonesadd-drive-opts: Correctly handle unreadable and unwrita...
2011-10-21 Richard W.M. Joneslib: Common code for formatting the qemu -drive parameter.
2011-10-19 Matthew Boothinspect: Add drive naming hints
2011-10-19 Matthew Boothlaunch: Store drive information in guestfs_h
2011-10-19 Richard W.M. Joneslaunch: Ensure g->cmdline is allocated before assigning...
2011-10-10 Richard W.M. JonesAdd systemtap/DTrace probes.
2011-09-28 Richard W.M. JonesNew API: set-smp, get-smp
2011-09-26 Richard W.M. JonesAdd no_timer_check to disable faulty test during boot...
2011-09-21 Richard W.M. JonesEnable APIC.
2011-08-23 Richard W.M. Jonestest_qemu: Improve the error message.
2011-08-23 Richard W.M. Jonestest_qemu: pclose may return any != 0 on error.
2011-08-23 Richard W.M. Jonesqemu detection: Free up previous qemu help/version...
2011-08-23 Richard W.M. JonesCoverity: test_qemu: Ensure FILE * is not leaked along...
2011-08-18 Richard W.M. JonesRemove guestfs___print_timestamped_argv.
2011-08-01 Richard W.M. JonesChange link, since PostgreSQL switched to using git.
2011-07-26 Richard W.M. Joneslaunch: Add qemu_supports_re function.
2011-07-20 Richard W.M. Jonesappliance: Capture stderr from qemu to the event system.
2011-07-20 Richard W.M. Jonesappliance: Document pipe fds.
2011-07-15 Richard W.M. JonesNew APIs: set-pgroup, get-pgroup
2011-05-17 Richard W.M. Jonesappliance: Use qemu -machine option where available...
2011-05-08 Richard W.M. JonesFix guestfs___rollback_cmdline when pos == 0.
2011-04-30 Richard W.M. Jonesinternal: Use size_t instead of int for command line...
2011-04-01 Richard W.M. JonesGenerate progress messages during launch.
2011-04-01 Richard W.M. JonesAdd prototype for timeval_diff.
2011-03-25 Richard W.M. JonesRename $tmpdir/sock to $tmpdir/guestfsd.sock.
2011-03-15 Richard W.M. JonesNew event API (RHBZ#664558).
2011-03-14 Angus Salkeldcheck the pid is > 0 before calling waitpid()
2011-02-03 Richard W.M. Joneslib: Implement attach-method unix:<path>
2011-02-03 Richard W.M. Joneslib: Move appliance launching to separate function.
2011-01-19 Richard W.M. JonesUse /var/tmp for the cached appliance (for FHS compliance).
2010-12-10 Richard W.M. JonesRemove several unused local variables.
2010-11-10 Richard W.M. JonesNew API: debug-cmdline for printing QEMU command line...
2010-11-10 Richard JonesAdd internal facility to checkpoint and roll back the...
2010-10-28 Matthew BoothNew internal function guestfs___print_timestamped_argv
2010-10-27 Matthew BoothFix networking in the appliance.
2010-10-22 Richard W.M. Jonesgenerator: Optional arguments, add-drive-opts (RHBZ...
2010-09-24 Richard W.M. JonesAllow $TMPDIR to override most temporary directory...
2010-09-21 Richard W.M. Jonesleak: Appliance name was leaked during guestfs_launch.
2010-09-10 Richard Jonessyntax: Remove unused ignore-value.h header.
2010-09-10 Richard Jonessyntax: Remove unused c-ctype.h header.
2010-09-10 Richard Jonessyntax: Use spaces instead of tabs for indentation.
2010-08-24 Daniel BerrangeAdd -nodefconfig command line option to qemu.
2010-08-24 Richard JonesNew APIs: set-network and get-network to enable network...
2010-08-24 Richard JonesUse virtio-serial, remove other vmchannel methods.
2010-08-23 Richard JonesChange to using ext2-based, cached supermin appliance.
2010-08-23 Richard JonesMake print_timestamped_message into a cross-module...
2010-08-23 Richard JonesFactor out code for locating the temporary directory.
2010-07-28 Richard JonesRename internal functions.
2010-07-27 Richard JonesRearrange library code into separate files.