Age | Commit message (Expand) | Author |
2009-10-05 | Refactor RTC command line switches | Jan Kiszka |
2009-10-05 | Introduce QEMU_CLOCK_HOST | Jan Kiszka |
2009-10-05 | win32: Drop dead dyntick timer code | Jan Kiszka |
2009-10-05 | Rename QEMU_TIMER_* to QEMU_CLOCK_* | Jan Kiszka |
2009-10-05 | do proper cpu_self check | Glauber Costa |
2009-10-02 | Fix warning about undefined madvise() on OpenSolaris | Blue Swirl |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-27 | Win32: avoid a warning | Blue Swirl |
2009-09-27 | vl: Add failure check for SetEvent | malc |
2009-09-27 | vl: Do not use perror after failed Win32 API calls | malc |
2009-09-26 | fix -daemonize with kvm | Marcelo Tosatti |
2009-09-25 | Fix coding style issue | Mark McLoughlin |
2009-09-15 | support media=cdrom for if=none | Gerd Hoffmann |
2009-09-14 | Revert "Open chr device for all serial ports" | Aurelien Jarno |
2009-09-14 | Open chr device for all serial ports | Aurelien Jarno |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | Make get_ticks_per_sec() a static inline | Anthony Liguori |
2009-09-11 | timers: move them to VMState | Juan Quintela |
2009-09-11 | timers: Createt TimersState and put all timers state there | Juan Quintela |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela |
2009-09-11 | timers: remove useless check | Juan Quintela |
2009-09-11 | ram: Remove SaveVM Version 2 support | Juan Quintela |
2009-09-11 | ram: remove support for loading v1 | Juan Quintela |
2009-09-11 | switch chardev to QemuOpts: infrastructure, null device | Gerd Hoffmann |
2009-09-11 | Revert "don't call cpu_sychronize_state from reset handlers" | Anthony Liguori |
2009-09-09 | don't call cpu_sychronize_state from reset handlers | Glauber Costa |
2009-09-09 | qemu-kvm: fix segfault when running kvm without /dev/kvm, falling back to non... | Dustin Kirkland |
2009-09-09 | mv strdup to qemu_strdup in vl.c | Jean-Christophe DUBOIS |
2009-09-09 | fix vl.c compilation if CONFIG_KVM is not defined | Jean-Christophe DUBOIS |
2009-09-09 | fix PATH_MAX conditional compilation | Jean-Christophe DUBOIS |
2009-09-09 | qdev/usb: make qemu aware of usb busses. | Gerd Hoffmann |
2009-09-09 | qdev/usb: add usb bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-09-09 | allow passing null machine pointer to drive_init(). | Gerd Hoffmann |
2009-09-06 | Checks in select_soundhw were never intended to accept abbreviations | malc |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino |
2009-09-04 | Support for multiple -monitor devices | Jan Kiszka |
2009-09-04 | do not issue ioctl from within the io thread | Glauber Costa |
2009-09-04 | Delay sighandler_setup() | Juan Quintela |
2009-08-27 | switch balloon initialization to -device. | Gerd Hoffmann |
2009-08-27 | add qemu_error() + friends | Gerd Hoffmann |
2009-08-27 | qdev: convert watchdogs | Markus Armbruster |
2009-08-27 | Move watchdog, watchdog_action, give them internal linkage | Markus Armbruster |
2009-08-27 | raw-posix: add Linux native AIO support | Christoph Hellwig |
2009-08-27 | make load_vmstate() return errors | Juan Quintela |
2009-08-27 | split do_loadvm() into do_loadvm() and load_vmstate() | Juan Quintela |
2009-08-27 | extend -smp parsing to include cores= and threads= options | Andre Przywara |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori |
2009-08-24 | QEMU set irq0override in fw_cfg | Jes Sorensen |
2009-08-24 | Clean up VGA type selection; far too many variables being used to track one s... | Zachary Amsden |