Age | Commit message (Expand) | Author | Files | Lines |
2015-02-09 | qmp: unbreak build for non-vnc configuration | Leon Yu | 1 | -0/+6 |
2015-02-06 | block: New bdrv_add_key(), convert monitor to use it | Markus Armbruster | 1 | -4/+4 |
2015-01-29 | qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy | Markus Armbruster | 1 | -6/+10 |
2015-01-29 | qmp hmp: Factor out common "using spice" test | Markus Armbruster | 1 | -8/+3 |
2015-01-22 | vnc: switch to QemuOpts, allow multiple servers | Gerd Hoffmann | 1 | -1/+14 |
2014-10-15 | qmp: Print descriptions of object properties | Gonglei | 1 | -3/+10 |
2014-08-15 | qmp: hide "hotplugged" device property from device-list-properties | Stefan Hajnoczi | 1 | -0/+1 |
2014-07-07 | qmp: show QOM properties in device-list-properties | Stefan Hajnoczi | 1 | -23/+76 |
2014-06-19 | qmp: add query-acpi-ospm-status command | Igor Mammedov | 1 | -0/+20 |
2014-06-19 | qmp: add query-memory-devices command | Igor Mammedov | 1 | -0/+11 |
2014-06-19 | qmp: improve error reporting for -object and object-add | Paolo Bonzini | 1 | -1/+1 |
2014-06-18 | object_add: allow completion handler to get canonical path | Igor Mammedov | 1 | -3/+8 |
2014-05-09 | qmp: Don't use error_is_set() to suppress additional errors | Markus Armbruster | 1 | -21/+11 |
2014-05-09 | qmp: Consistently name Error ** objects errp, and not err | Markus Armbruster | 1 | -8/+8 |
2014-05-07 | qmp: report path ambiguity error | Michael Tokarev | 1 | -1/+5 |
2014-05-05 | machine: Remove QEMUMachine indirection from MachineClass | Marcel Apfelbaum | 1 | -2/+2 |
2014-04-25 | qmp: object-add: Validate class before creating object | Eduardo Habkost | 1 | -7/+14 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -1/+1 |
2014-03-12 | hw/boards: Convert current_machine to MachineState | Marcel Apfelbaum | 1 | -2/+5 |
2014-03-02 | object: Report type in error when not user creatable. | Hani Benhabiles | 1 | -2/+2 |
2014-01-28 | add optional 2nd stage initialization to -object/object-add commands | Igor Mammedov | 1 | -0/+12 |
2014-01-28 | object_add: consolidate error handling | Igor Mammedov | 1 | -4/+6 |
2014-01-06 | monitor: add object-add (QMP) and object_add (HMP) command | Paolo Bonzini | 1 | -0/+62 |
2014-01-06 | monitor: add object-del (QMP) and object_del (HMP) command | Paolo Bonzini | 1 | -0/+14 |
2013-12-16 | qmp_change_blockdev() remove unused has_format | Marc-André Lureau | 1 | -1/+1 |
2013-05-01 | QMP: Add cpu-add command | Igor Mammedov | 1 | -0/+10 |
2013-04-30 | add a new runstate: RUN_STATE_GUEST_PANICKED | Hu Tao | 1 | -2/+1 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -4/+4 |
2012-12-19 | qom: move include files to include/qom/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini | 1 | -0/+1 |
2012-11-18 | build: replace weak symbols with a static library | Paolo Bonzini | 1 | -9/+0 |
2012-11-02 | compiler: support Darwin weak references | Paolo Bonzini | 1 | -0/+2 |
2012-10-31 | Merge remote-tracking branch 'origin/master' into threadpool | Paolo Bonzini | 1 | -6/+11 |
2012-10-30 | compiler: use weak aliases to provide default definitions | Paolo Bonzini | 1 | -1/+2 |
2012-10-29 | Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable | Aurelien Jarno | 1 | -6/+11 |
2012-10-24 | qmp: handle stop/cont in INMIGRATE state | Paolo Bonzini | 1 | -6/+11 |
2012-10-23 | vnc: reorganize code for reverse mode | Paolo Bonzini | 1 | -4/+2 |
2012-09-26 | qapi: convert add_client | Luiz Capitulino | 1 | -0/+43 |
2012-08-15 | win32: provide separate macros for weak decls and definitions | Anthony Liguori | 1 | -1/+7 |
2012-08-13 | qapi: add query-cpu-definitions command (v2) | Anthony Liguori | 1 | -0/+6 |
2012-08-13 | qmp: introduce device-list-properties command | Anthony Liguori | 1 | -0/+50 |
2012-05-08 | runstate: introduce suspended state | Luiz Capitulino | 1 | -0/+2 |
2012-02-24 | suspend: add system_wakeup monitor command | Gerd Hoffmann | 1 | -0/+5 |
2012-02-07 | qom: add QObject-based property get/set wrappers | Paolo Bonzini | 1 | -15/+3 |
2012-02-03 | qom: move properties from qdev to object | Anthony Liguori | 1 | -17/+17 |
2012-02-03 | qom: add new command to search for types | Anthony Liguori | 1 | -0/+27 |
2012-01-18 | qapi: Convert change | Luiz Capitulino | 1 | -0/+44 |
2012-01-18 | qerror: Extend QERR_DEVICE_ENCRYPTED | Luiz Capitulino | 1 | -1/+2 |