launch: Add qemu_supports_re function.
[libguestfs.git] / src / launch.c
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.