Age | Commit message (Expand) | Author |
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 |
2009-07-27 | kill drives_opt | Gerd Hoffmann |
2009-07-27 | add support for drive ids. | Gerd Hoffmann |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-07-16 | Add boot menu control via command line switch | Jan Kiszka |
2009-06-29 | Replace -no-virtio-balloon by -balloon | Markus Armbruster |
2009-06-29 | Introduce get_next_param_value | Jan Kiszka |
2009-06-24 | Add serial number support for virtio_blk | john cooper |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata |
2009-06-13 | Add -no-virtio-balloon command-line option | Eduardo Habkost |
2009-06-09 | net: Real fix for check_params users | Jan Kiszka |
2009-05-30 | Use relative path for bios | Paul Brook |
2009-05-22 | Create qemu-option.h | Kevin Wolf |
2009-05-22 | augment info migrate with page status | Glauber Costa |
2009-05-21 | Refactor how display drivers are selected | Anthony Liguori |
2009-05-19 | Hardware convenience library | Paul Brook |
2009-05-19 | Remove obsolete BIOS_SIZE from sysemu.h | Paul Brook |
2009-05-14 | Basic qdev infrastructure. | Paul Brook |
2009-05-12 | Push AUD_init down to devices | Paul Brook |