| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu: Move -nodefaults etc logically together. | Richard W.M. Jones | 2012-05-12 | 1 | -16/+16 |
* | arm: Add configure flag '--with-qemu-options'. | Richard W.M. Jones | 2012-05-12 | 1 | -0/+65 |
* | arm: Disable -machine, -enable-kvm options except on x86, x86-64. | Richard W.M. Jones | 2012-05-12 | 1 | -0/+5 |
* | arm: On Linux ARM kernels, the serial console is ttyAMA0. | Richard W.M. Jones | 2012-05-12 | 1 | -1/+7 |
* | arm: Disable test for -no-hpet during launch. | Richard W.M. Jones | 2012-05-12 | 1 | -0/+8 |
* | lib: Remove the BUSY state. | Richard W.M. Jones | 2012-04-26 | 1 | -1/+2 |
* | lib: Escape , as ,, on qemu command line (RHBZ#811649). | Richard W.M. Jones | 2012-04-12 | 1 | -3/+16 |
* | lib: Remove check_path function, limitation is colon, not comma (RHBZ#811649). | Richard W.M. Jones | 2012-04-12 | 1 | -12/+8 |
* | Revert "launch: don't add a drive twice" | Richard W.M. Jones | 2012-04-12 | 1 | -19/+2 |
* | launch: Set error when qemu fails early during launch (RHBZ#811650). | Richard W.M. Jones | 2012-04-11 | 1 | -1/+4 |
* | Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors. | Richard W.M. Jones | 2012-03-14 | 1 | -4/+4 |
* | lib: Remove some unused variables. | Richard W.M. Jones | 2012-03-12 | 1 | -1/+0 |
* | Close all file descriptors and remove all signal handlers in the recovery pro... | Richard W.M. Jones | 2012-03-09 | 1 | -0/+25 |
* | Rebrand 'ordinary appliance' as 'old-style appliance'. | Richard W.M. Jones | 2012-03-03 | 1 | -1/+1 |
* | appliance: Make appliance building thread-safe (RHBZ#790721). | Richard W.M. Jones | 2012-02-15 | 1 | -1/+12 |
* | Enable running the daemon under valgrind. | Richard W.M. Jones | 2012-01-24 | 1 | -0/+10 |
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
* | Allow /dev/null to be added multiple times. | Richard W.M. Jones | 2012-01-10 | 1 | -1/+8 |
* | launch: move the filename checking to a wrapper | Wanlong Gao | 2012-01-09 | 1 | -6/+12 |
* | launch: don't add a drive twice | Wanlong Gao | 2012-01-09 | 1 | -2/+12 |
* | launch: add a goto label when add_drive error | Wanlong Gao | 2012-01-09 | 1 | -18/+11 |
* | lib: Add guestfs___remove_tmpdir helper function. | Richard W.M. Jones | 2011-12-23 | 1 | -0/+30 |
* | Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41... | Richard W.M. Jones | 2011-12-22 | 1 | -0/+10 |
* | Add test for qemu broken -machine option (RHBZ#748266). | Richard W.M. Jones | 2011-10-24 | 1 | -0/+12 |
* | add-drive-opts: Correctly handle unreadable and unwritable files (RHBZ#747287). | Richard W.M. Jones | 2011-10-21 | 1 | -3/+14 |
* | lib: Common code for formatting the qemu -drive parameter. | Richard W.M. Jones | 2011-10-21 | 1 | -28/+32 |
* | inspect: Add drive naming hints | Matthew Booth | 2011-10-19 | 1 | -0/+8 |
* | launch: Store drive information in guestfs_h | Matthew Booth | 2011-10-19 | 1 | -31/+89 |
* | launch: Ensure g->cmdline is allocated before assigning g->cmdline[0]. | Richard W.M. Jones | 2011-10-19 | 1 | -7/+14 |
* | Add systemtap/DTrace probes. | Richard W.M. Jones | 2011-10-10 | 1 | -0/+10 |
* | New API: set-smp, get-smp | Richard W.M. Jones | 2011-09-28 | 1 | -0/+6 |
* | Add no_timer_check to disable faulty test during boot (RHBZ#502058). | Richard W.M. Jones | 2011-09-26 | 1 | -0/+1 |
* | Enable APIC. | Richard W.M. Jones | 2011-09-21 | 1 | -1/+0 |
* | test_qemu: Improve the error message. | Richard W.M. Jones | 2011-08-23 | 1 | -1/+2 |
* | test_qemu: pclose may return any != 0 on error. | Richard W.M. Jones | 2011-08-23 | 1 | -1/+1 |
* | qemu detection: Free up previous qemu help/version strings if they exist. | Richard W.M. Jones | 2011-08-23 | 1 | -0/+5 |
* | Coverity: test_qemu: Ensure FILE * is not leaked along error paths. | Richard W.M. Jones | 2011-08-23 | 1 | -15/+21 |
* | Remove guestfs___print_timestamped_argv. | Richard W.M. Jones | 2011-08-18 | 1 | -44/+38 |
* | Change link, since PostgreSQL switched to using git. | Richard W.M. Jones | 2011-08-01 | 1 | -1/+1 |
* | launch: Add qemu_supports_re function. | Richard W.M. Jones | 2011-07-26 | 1 | -0/+43 |
* | appliance: Capture stderr from qemu to the event system. | Richard W.M. Jones | 2011-07-20 | 1 | -1/+9 |
* | appliance: Document pipe fds. | Richard W.M. Jones | 2011-07-20 | 1 | -0/+2 |
* | New APIs: set-pgroup, get-pgroup | Richard W.M. Jones | 2011-07-15 | 1 | -6/+11 |
* | appliance: Use qemu -machine option where available (RHBZ#700369). | Richard W.M. Jones | 2011-05-17 | 1 | -14/+23 |
* | Fix guestfs___rollback_cmdline when pos == 0. | Richard W.M. Jones | 2011-05-08 | 1 | -1/+1 |
* | internal: Use size_t instead of int for command line size. | Richard W.M. Jones | 2011-04-30 | 1 | -4/+4 |
* | Generate progress messages during launch. | Richard W.M. Jones | 2011-04-01 | 1 | -0/+35 |
* | Add prototype for timeval_diff. | Richard W.M. Jones | 2011-04-01 | 1 | -1/+2 |
* | Rename $tmpdir/sock to $tmpdir/guestfsd.sock. | Richard W.M. Jones | 2011-03-25 | 1 | -5/+5 |
* | New event API (RHBZ#664558). | Richard W.M. Jones | 2011-03-15 | 1 | -14/+24 |