summaryrefslogtreecommitdiffstats
path: root/src/launch.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-11/+1
* Add notes about how qemu cache=none works internally.Richard W.M. Jones2012-07-061-1/+12
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-061-9/+9
* launch: Avoid double-close when qemu exits early.Richard W.M. Jones2012-06-281-2/+6
* launch: Ensure errno from test_qemu_cmd is captured and printed.Richard W.M. Jones2012-06-281-5/+3
* launch: Set g->sock = -1 to avoid double-close.Richard W.M. Jones2012-06-281-0/+1
* launch: Log errors from close syscall.Richard W.M. Jones2012-06-281-1/+6
* arm: Use #if defined instead of #ifdef.Richard W.M. Jones2012-06-211-1/+1
* ppc64: Avoid "defined by not used" warning for is_openable function.Richard W.M. Jones2012-06-211-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
* arm: Disable -machine, -enable-kvm options except on x86, x86-64.Richard W.M. Jones2012-05-121-0/+5
* arm: On Linux ARM kernels, the serial console is ttyAMA0.Richard W.M. Jones2012-05-121-1/+7
* arm: Disable test for -no-hpet during launch.Richard W.M. Jones2012-05-121-0/+8
* lib: Remove the BUSY state.Richard W.M. Jones2012-04-261-1/+2
* lib: Escape , as ,, on qemu command line (RHBZ#811649).Richard W.M. Jones2012-04-121-3/+16
* lib: Remove check_path function, limitation is colon, not comma (RHBZ#811649).Richard W.M. Jones2012-04-121-12/+8
* Revert "launch: don't add a drive twice"Richard W.M. Jones2012-04-121-19/+2
* launch: Set error when qemu fails early during launch (RHBZ#811650).Richard W.M. Jones2012-04-111-1/+4
* 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