summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-0/+1
|/
* Extra scan codes for missing keysBernhard M. Wiedemann2010-06-221-1/+6
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-103/+1
|\
| * blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-103/+1
* | monitor/QMP: Drop info hpet / query-hpetJan Kiszka2010-06-131-22/+0
|/
* Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-102/+0
* Monitor: Return before exiting with 'quit'Luiz Capitulino2010-05-191-1/+4
* Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino2010-05-191-2/+1
* sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-091-1/+2
* 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
* stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini2010-04-261-9/+0
* 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
* 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
* move balloon handling to balloon.cPaolo Bonzini2010-04-091-85/+0
* error: Trim includes after "Move qemu_error & friends..."Markus Armbruster2010-03-271-2/+0
* Wrong error message in block_passwd commandShahar Havivi2010-03-171-1/+6
* monitor: New argument type 'O'Markus Armbruster2010-03-161-4/+50
* error: Let converted handlers print in human monitorMarkus Armbruster2010-03-161-43/+37
* monitor: New monitor_cur_is_qmp()Markus Armbruster2010-03-161-0/+6
* error: Rename qemu_error_new() to qerror_report()Markus Armbruster2010-03-161-40/+40
* error: Simplify error sink setupMarkus Armbruster2010-03-161-6/+0
* error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster2010-03-161-89/+0
* monitor: Factor monitor_set_error() out of qemu_error_internal()Markus Armbruster2010-03-161-8/+13
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-3/+4
* savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-1/+1
* QMP: Introduce WATCHDOG eventLuiz Capitulino2010-03-091-0/+3
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-081-0/+3
* QMP: Drop DEBUG eventLuiz Capitulino2010-03-081-3/+0
* Fix hanging user monitor when using balloon commandAdam Litke2010-03-081-1/+1
OpenPOWER on IntegriCloud