Age | Commit message (Expand) | Author |
2010-04-26 | Monitor: Return before exiting with 'quit' | Luiz Capitulino |
2010-03-29 | Refactor target specific handling, compile vl.c only once | Blue Swirl |
2010-03-27 | error: Trim includes after "Move qemu_error & friends..." | Markus Armbruster |
2010-03-21 | Revert "Add exit notifiers" | Anthony Liguori |
2010-03-19 | Add exit notifiers | Anthony Liguori |
2010-03-17 | disentangle tcg and deadline calculation | Paolo Bonzini |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster |
2010-03-16 | error: Simplify error sink setup | Markus Armbruster |
2010-03-16 | savevm: Fix -loadvm to report errors to stderr, not the monitor | Markus Armbruster |
2010-03-08 | QMP: Introduce RTC_CHANGE event | Luiz Capitulino |
2010-03-04 | KVM: Rework VCPU state writeback API | Jan Kiszka |
2010-02-19 | Monitor: Convert pci_device_hot_remove() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert pci_device_hot_add() to cmd_new_ret() | Luiz Capitulino |
2010-01-20 | virtio-console: qdev conversion, new virtio-serial-bus | Amit Shah |
2009-12-12 | PCI: Convert pci_device_hot_add() to QObject | Luiz Capitulino |
2009-12-03 | Introduce rerror option for drives | Kevin Wolf |
2009-12-03 | Rename DriveInfo.onerror to on_write_error | Kevin Wolf |
2009-12-03 | live migration: Propagate output monitor to callback handler | Jan Kiszka |
2009-12-03 | live migration: Allow cleanup after cancellation or error | Jan Kiszka |
2009-12-03 | monitor: QError support | Luiz Capitulino |
2009-11-17 | Block live migration | lirans@il.ibm.com |
2009-10-30 | net: move more stuff into net/tap-win32.c, add net/tap.h | Mark McLoughlin |
2009-10-27 | monitor: Convert do_pci_device_hot_remove() to QObject | Luiz Capitulino |
2009-10-27 | kill dead nic unplug code. | Gerd Hoffmann |
2009-10-06 | offer right-ctrl as a grab option | Dustin Kirkland |
2009-10-05 | drive cleanup fixes. | Gerd Hoffmann |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann |
2009-10-05 | Enable host-clock-based RTC | Jan Kiszka |
2009-09-20 | Compile loader only once | Blue Swirl |
2009-09-13 | x86: move a declaration to header | Blue Swirl |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-04 | monitor: Port handler_3 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino |
2009-09-04 | Add wrappers to functions used by the Monitor | Luiz Capitulino |
2009-08-27 | switch balloon initialization to -device. | Gerd Hoffmann |
2009-08-27 | add qemu_error() + friends | Gerd Hoffmann |
2009-08-27 | make load_vmstate() return errors | Juan Quintela |
2009-08-27 | move do_loadvm() to monitor.c | Juan Quintela |
2009-08-27 | split do_loadvm() into do_loadvm() and load_vmstate() | Juan Quintela |
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 |
2009-08-10 | add -drive if=none | Gerd Hoffmann |
2009-08-10 | constify drive_get_by_id arg | Gerd Hoffmann |
2009-08-09 | Use qemu_irq for system_powerdown | Blue Swirl |
2009-07-30 | fix migration to obey -S | Paolo Bonzini |
2009-07-27 | Introduce -smp , maxcpus= flag to specify maximum number of CPUS. | Jes Sorensen |
2009-07-27 | switch -drive to QemuOpts. | Gerd Hoffmann |
2009-07-27 | move parser functions from vl.c to qemu-option.c | Gerd Hoffmann |