summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete 'f' double parameter typeJes Sorensen2010-11-031-17/+1
* Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen2010-11-031-0/+29
* monitor: Ignore "." and ".." when completing file name.Kusanagi Kouichi2010-10-221-0/+5
* trace: print a warning if user tries to enable an unknown trace eventBlue Swirl2010-10-131-1/+5
* Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-10-051-134/+232
|\
| * Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino2010-10-011-2/+2
| * QMP: Introduce qmp_call_cmd()Luiz Capitulino2010-10-011-24/+15
| * Monitor: Directly call QObject handlersLuiz Capitulino2010-10-011-1/+9
| * Monitor: Rename monitor_handler_is_async()Luiz Capitulino2010-10-011-5/+5
| * Monitor: Rename monitor_handler_ported()Luiz Capitulino2010-10-011-3/+3
| * Monitor: Drop monitor_cmd_user_only()Luiz Capitulino2010-10-011-5/+0
| * Monitor: Drop QMP info from the qemu-monitor.hx fileLuiz Capitulino2010-10-011-8/+0
| * QMP: Small cleanup in handle_qmp_command()Luiz Capitulino2010-10-011-8/+2
| * QMP: Simplify do_info_commands()Luiz Capitulino2010-10-011-9/+4
| * QMP: Introduce query commands dispatch tableLuiz Capitulino2010-10-011-2/+128
| * QMP: Introduce command dispatch tableLuiz Capitulino2010-10-011-2/+9
| * QMP: Introduce qmp_find_cmd()Luiz Capitulino2010-10-011-1/+6
| * Monitor: Convert do_info() back to HMPLuiz Capitulino2010-10-011-3/+2
| * Monitor: Drop is_async_return()Luiz Capitulino2010-10-011-24/+1
| * Monitor: Drop QMP bits from do_info()Luiz Capitulino2010-10-011-30/+7
| * QMP: Don't use do_info()Luiz Capitulino2010-10-011-8/+31
| * QMP: handle_qmp_command(): Move 'cmd' sanity checkLuiz Capitulino2010-10-011-5/+5
| * Monitor: Introduce search_dispatch_table()Luiz Capitulino2010-10-011-2/+8
| * Add option to turn on JSON pretty printing in monitorDaniel P. Berrange2010-10-011-1/+4
* | Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+2
|/
* trace: Add trace-file command to open/close/flush trace fileStefan Hajnoczi2010-09-091-0/+23
* trace: Support for dynamically enabling/disabling trace eventsPrerna Saxena2010-09-091-0/+40
* QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho2010-08-221-4/+19
* loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho2010-08-031-1/+2
* migration: Accept 'cont' only after successful incoming migrationAmit Shah2010-07-301-0/+4
* 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
OpenPOWER on IntegriCloud