Age | Commit message (Expand) | Author | Files | Lines |
2010-01-20 | virtio-console: qdev conversion, new virtio-serial-bus | Amit Shah | 1 | -6/+0 |
2009-12-12 | PCI: Convert pci_device_hot_add() to QObject | Luiz Capitulino | 1 | -1/+2 |
2009-12-03 | Introduce rerror option for drives | Kevin Wolf | 1 | -0/+1 |
2009-12-03 | Rename DriveInfo.onerror to on_write_error | Kevin Wolf | 1 | -2/+4 |
2009-12-03 | live migration: Propagate output monitor to callback handler | Jan Kiszka | 1 | -5/+5 |
2009-12-03 | live migration: Allow cleanup after cancellation or error | Jan Kiszka | 1 | -0/+1 |
2009-12-03 | monitor: QError support | Luiz Capitulino | 1 | -0/+7 |
2009-11-17 | Block live migration | lirans@il.ibm.com | 1 | -1/+1 |
2009-10-30 | net: move more stuff into net/tap-win32.c, add net/tap.h | Mark McLoughlin | 1 | -4/+0 |
2009-10-27 | monitor: Convert do_pci_device_hot_remove() to QObject | Luiz Capitulino | 1 | -1/+2 |
2009-10-27 | kill dead nic unplug code. | Gerd Hoffmann | 1 | -4/+0 |
2009-10-06 | offer right-ctrl as a grab option | Dustin Kirkland | 1 | -0/+1 |
2009-10-05 | drive cleanup fixes. | Gerd Hoffmann | 1 | -2/+1 |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann | 1 | -6/+1 |
2009-10-05 | Enable host-clock-based RTC | Jan Kiszka | 1 | -0/+2 |
2009-09-20 | Compile loader only once | Blue Swirl | 1 | -18/+0 |
2009-09-13 | x86: move a declaration to header | Blue Swirl | 1 | -0/+1 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -4/+4 |
2009-09-04 | monitor: Port handler_3 to use QDict | Luiz Capitulino | 1 | -2/+1 |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino | 1 | -1/+1 |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino | 1 | -5/+6 |
2009-09-04 | Add wrappers to functions used by the Monitor | Luiz Capitulino | 1 | -0/+1 |
2009-08-27 | switch balloon initialization to -device. | Gerd Hoffmann | 1 | -2/+0 |
2009-08-27 | add qemu_error() + friends | Gerd Hoffmann | 1 | -0/+5 |
2009-08-27 | make load_vmstate() return errors | Juan Quintela | 1 | -1/+1 |
2009-08-27 | move do_loadvm() to monitor.c | Juan Quintela | 1 | -1/+0 |
2009-08-27 | split do_loadvm() into do_loadvm() and load_vmstate() | Juan Quintela | 1 | -0/+1 |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori | 1 | -4/+0 |
2009-08-24 | QEMU set irq0override in fw_cfg | Jes Sorensen | 1 | -0/+1 |
2009-08-24 | Clean up VGA type selection; far too many variables being used to track one s... | Zachary Amsden | 1 | -4/+11 |
2009-08-10 | add -drive if=none | Gerd Hoffmann | 1 | -0/+1 |
2009-08-10 | constify drive_get_by_id arg | Gerd Hoffmann | 1 | -1/+1 |
2009-08-09 | Use qemu_irq for system_powerdown | Blue Swirl | 1 | -8/+1 |
2009-07-30 | fix migration to obey -S | Paolo Bonzini | 1 | -0/+1 |
2009-07-27 | Introduce -smp , maxcpus= flag to specify maximum number of CPUS. | Jes Sorensen | 1 | -0/+1 |
2009-07-27 | switch -drive to QemuOpts. | Gerd Hoffmann | 1 | -11/+3 |
2009-07-27 | move parser functions from vl.c to qemu-option.c | Gerd Hoffmann | 1 | -7/+1 |
2009-07-27 | kill drives_opt | Gerd Hoffmann | 1 | -13/+11 |
2009-07-27 | add support for drive ids. | Gerd Hoffmann | 1 | -0/+2 |
2009-07-27 | kill drives_table | Gerd Hoffmann | 1 | -6/+7 |
2009-07-16 | Add boot menu control via command line switch | Jan Kiszka | 1 | -0/+1 |
2009-06-29 | Replace -no-virtio-balloon by -balloon | Markus Armbruster | 1 | -1/+2 |
2009-06-29 | Introduce get_next_param_value | Jan Kiszka | 1 | -0/+2 |
2009-06-24 | Add serial number support for virtio_blk | john cooper | 1 | -1/+3 |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster | 1 | -0/+1 |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata | 1 | -1/+2 |
2009-06-13 | Add -no-virtio-balloon command-line option | Eduardo Habkost | 1 | -0/+1 |
2009-06-09 | net: Real fix for check_params users | Jan Kiszka | 1 | -1/+2 |
2009-05-30 | Use relative path for bios | Paul Brook | 1 | -1/+4 |
2009-05-22 | Create qemu-option.h | Kevin Wolf | 1 | -2/+0 |