aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a62e5f41204e71f375a5ba0f93f06b699003f694' into upstream-mergeAvi Kivity2010-10-131-4/+23
|\
| * QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho2010-10-111-4/+19
| * migration: Accept 'cont' only after successful incoming migrationAmit Shah2010-10-111-0/+4
* | Merge commit 'd17b5288d91c935cc8795fa0620721da0a3865e1' into upstream-mergeMarcelo Tosatti2010-07-131-180/+255
|\|
| * Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-07-061-180/+255
| |\
| | * monitor: Allow to exclude commands from QMPJan Kiszka2010-07-011-3/+15
| | * QMP: handle_qmp_command(): Small cleanupLuiz Capitulino2010-07-011-8/+6
| | * QMP: Drop old input object checkingLuiz Capitulino2010-07-011-18/+1
| | * QMP: Introduce qmp_check_input_obj()Luiz Capitulino2010-07-011-1/+61
| | * QMP: Drop old client argument checkerLuiz Capitulino2010-07-011-176/+0
| | * QMP: New argument checker (second part)Luiz Capitulino2010-07-011-1/+93
| | * QMP: New argument checker (first part)Luiz Capitulino2010-07-011-0/+106
| | * Monitor: handle optional '-' arg as a boolLuiz Capitulino2010-07-011-14/+3
| | * QMP: Fix error reporting in the async APILuiz Capitulino2010-07-011-4/+8
| | * monitor: Establish cmd flags and convert the async tagJan Kiszka2010-07-011-3/+3
| | * monitor: Fix command completion vs. boolean switchesJan Kiszka2010-07-011-1/+1
| | * monitor: Fix leakage during completion processingJan Kiszka2010-07-011-8/+15
* | | Merge commit 'a88790a14f60ac966a2103a958c3febf5a42836b' into upstream-mergeMarcelo Tosatti2010-07-041-1/+0
|\| |
| * | remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-0/+1
| |/
* | Merge commit '758e8e38eb582e3dc87fd55a1d234c25108a7b7f' into upstream-mergeMarcelo Tosatti2010-07-041-1/+6
|\|
| * Extra scan codes for missing keysBernhard M. Wiedemann2010-06-221-1/+6
* | Merge commit 'a4673e276248ada38f40d39191a197e7e35d3f8b' into upstream-mergeAvi Kivity2010-06-211-22/+0
|\|
| * Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-103/+1
| |\
| * | monitor/QMP: Drop info hpet / query-hpetJan Kiszka2010-06-131-22/+0
* | | Merge commit '666daa68234b5b1758652633cab07d5ca6046a5b' into upstream-mergeAvi Kivity2010-06-211-103/+1
|\ \ \ | | |/ | |/|
| * | blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-103/+1
| |/
* | Merge commit '358c360feb346dff8f911e2d1dbcdd6319393f1d' into upstream-mergeMarcelo Tosatti2010-06-041-102/+0
|\|
| * Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-102/+0
* | Merge remote branch 'upstream' into upstream-mergeAvi Kivity2010-05-261-1/+4
|\|
| * Monitor: Return before exiting with 'quit'Luiz Capitulino2010-05-191-1/+4
* | Merge commit 'a875170167f75e63a11f68adc0a15b4e82a6c186' into upstream-mergeAvi Kivity2010-05-261-2/+1
|\|
| * Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino2010-05-191-2/+1
* | Merge commit 'e82bcec25f19846bfb899d55c9fb5915516b378a' into upstream-mergeAvi Kivity2010-05-161-1/+2
|\|
| * sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-091-1/+2
* | Merge commit 'cb4e5f8ed1b648c451491b10dc92b1af1e324535' into upstream-mergeMarcelo Tosatti2010-05-031-1/+6
|\|
| * block: read-only: open cdrom as read-only when using monitor's change commandNaphtali Sprei2010-05-031-1/+3
| * QMP: Introduce RESUME eventLuiz Capitulino2010-05-031-0/+3
* | Merge commit '9ed7b059ef776a3921cfd085e891f45076922542' into upstream-mergeMarcelo Tosatti2010-05-011-9/+0
|\|
| * stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini2010-04-261-9/+0
* | Merge commit '0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d' into upstream-mergeMarcelo Tosatti2010-05-011-3/+7
|\|
| * Monitor: Return before exiting with 'quit'Luiz Capitulino2010-04-261-1/+2
| * QMP: Check "arguments" member's typeLuiz Capitulino2010-04-261-0/+3
| * QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBERLuiz Capitulino2010-04-261-1/+1
| * Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* | Merge commit '98c8573eb37bf5d7bb0c07225985a78537c73101' into upstream-mergeMarcelo Tosatti2010-05-011-7/+42
|\|
| * Monitor: Convert do_screen_dump() to QObjectLuiz Capitulino2010-04-181-1/+2
| * monitor: New argument type 'b'Markus Armbruster2010-04-181-0/+31
| * monitor: Rename argument type 'b' to 'f'Markus Armbruster2010-04-181-4/+4
| * error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster2010-04-181-2/+4
| * Add qerror message if the 'change' target filename can't be openedRyan Harper2010-04-181-0/+1