Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela | 1 | -3/+3 |
2009-12-03 | QMP: Introduce vm-info | Luiz Capitulino | 1 | -0/+32 |
2009-12-03 | QMP: Introduce qmp-shell | Luiz Capitulino | 2 | -0/+144 |
2009-12-03 | QMP: Introduce qmp-events.txt | Luiz Capitulino | 1 | -0/+26 |
2009-12-03 | QMP: Introduce specification | Luiz Capitulino | 1 | -0/+192 |
2009-12-03 | QMP: Introduce README file | Luiz Capitulino | 1 | -0/+51 |
2009-12-03 | QMP: Disable monitor print functions | Luiz Capitulino | 1 | -3/+11 |
2009-12-03 | QMP: Introduce basic asynchronous events | Luiz Capitulino | 3 | -2/+29 |
2009-12-03 | QMP: Asynchronous events infrastructure | Luiz Capitulino | 3 | -0/+60 |
2009-12-03 | QMP: Allow 'query-' commands | Luiz Capitulino | 1 | -3/+17 |
2009-12-03 | QMP: Input support | Luiz Capitulino | 1 | -1/+240 |
2009-12-03 | QMP: do_info() checks | Luiz Capitulino | 1 | -3/+15 |
2009-12-03 | QMP: Output support | Luiz Capitulino | 1 | -4/+44 |
2009-12-03 | QMP: Initial support | Luiz Capitulino | 1 | -2/+51 |
2009-12-03 | QError: Add errors needed by QMP | Luiz Capitulino | 2 | -0/+42 |
2009-12-03 | monitor: Introduce 'info commands' | Luiz Capitulino | 1 | -0/+37 |
2009-12-03 | monitor: Rename monitor_handle_command() | Luiz Capitulino | 1 | -3/+3 |
2009-12-03 | monitor: Introduce monitor_find_command() | Luiz Capitulino | 1 | -7/+15 |
2009-12-03 | monitor: Introduce monitor_call_handler() | Luiz Capitulino | 1 | -7/+13 |
2009-12-03 | monitor: Command-line flag to enable control mode | Luiz Capitulino | 4 | -6/+29 |
2009-12-03 | monitor: Introduce MONITOR_USE_CONTROL flag | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | monitor: do_info_balloon(): Use QError | Luiz Capitulino | 1 | -3/+2 |
2009-12-03 | QError: Add QERR_KVM_MISSING_CAP | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | QError: Add QERR_DEVICE_NOT_ACTIVE | Luiz Capitulino | 2 | -0/+7 |
2009-12-03 | qdev: Use QError for 'device not found' error | Luiz Capitulino | 1 | -2/+2 |
2009-12-03 | QError: Add QERR_DEVICE_NOT_FOUND | Luiz Capitulino | 2 | -0/+6 |
2009-12-03 | monitor: QError support | Luiz Capitulino | 2 | -1/+49 |
2009-12-03 | Introduce QError | Luiz Capitulino | 5 | -1/+306 |
2009-12-03 | utests: Add qstring_from_substr() unit-test | Luiz Capitulino | 1 | -0/+14 |
2009-12-03 | utests: Add qstring_append_chr() unit-test | Luiz Capitulino | 1 | -0/+17 |
2009-12-03 | QString: Introduce qstring_from_substr() | Luiz Capitulino | 2 | -5/+16 |
2009-12-03 | QString: Introduce qstring_append_int() | Luiz Capitulino | 2 | -0/+10 |
2009-12-03 | QString: Introduce qstring_append_chr() | Luiz Capitulino | 2 | -5/+20 |
2009-12-03 | QJSON: Introduce qobject_from_jsonv() | Luiz Capitulino | 2 | -10/+13 |
2009-12-02 | fix I2C slave addressing | Juha Riihimäki | 1 | -2/+4 |
2009-12-02 | Fix qdev property type definition for isa serial/parallel devices | Gerd Hoffmann | 2 | -2/+2 |
2009-12-02 | Fix qemu_malloc/qemu_free use in rtl8139.c | Jean-Christophe DUBOIS | 1 | -2/+2 |
2009-12-02 | Fix free use in xen_backend.c | Jean-Christophe DUBOIS | 1 | -1/+1 |
2009-12-02 | Fix qemu_free use in scsi-generic.c | Jean-Christophe DUBOIS | 1 | -2/+2 |
2009-12-02 | Fix qemu_free use in nseries.c | Jean-Christophe DUBOIS | 1 | -1/+1 |
2009-12-02 | Fix qemu_free use in bt-l2cap.c | Jean-Christophe DUBOIS | 1 | -1/+1 |
2009-12-02 | Fix qemu_free use in nand.c | Jean-Christophe DUBOIS | 1 | -2/+2 |
2009-12-02 | Fix qemu_free use in baum.c | Jean-Christophe DUBOIS | 1 | -4/+4 |
2009-12-02 | Fix qemu_free use in acpi.c | Jean-Christophe DUBOIS | 1 | -1/+1 |
2009-12-02 | pci: move apb specific stuff to apb_pci.c | Michael S. Tsirkin | 3 | -20/+29 |
2009-12-02 | configure: use correct cflags in compiler checks | Michael S. Tsirkin | 1 | -20/+21 |
2009-12-02 | vga-pci: Fix access to linear framebuffer | Stefan Weil | 1 | -0/+6 |
2009-12-02 | Makefile: Remove unneeded prerequisites | Stefan Weil | 1 | -3/+1 |
2009-12-01 | Merge commit 'mst/for_anthony' into mst | Anthony Liguori | 39 | -235/+290 |
2009-12-01 | msix: clear pending bit of an unused vector | Michael S. Tsirkin | 1 | -10/+17 |