aboutsummaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
AgeCommit message (Expand)AuthorFilesLines
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster1-2/+0
2014-09-26Add HMP command "info memory-devices"Zhu Guihua1-0/+2
2014-08-25cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy1-4/+2
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev1-2/+2
2014-06-11monitor: Add delvm and loadvm argument completionHani Benhabiles1-0/+2
2014-06-11monitor: Add host_net_remove arguments completionHani Benhabiles1-0/+1
2014-06-11monitor: Add host_net_add device argument completionHani Benhabiles1-1/+2
2014-06-11monitor: Add migrate_set_capability completionHani Benhabiles1-0/+1
2014-06-11monitor: Add watchdog_action argument completionHani Benhabiles1-0/+1
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles1-0/+2
2014-05-15monitor: Add netdev_del id argument completion.Hani Benhabiles1-0/+1
2014-05-15monitor: Add netdev_add type argument completion.Hani Benhabiles1-1/+2
2014-05-15monitor: Add set_link arguments completion.Hani Benhabiles1-0/+1
2014-05-15monitor: Add chardev-add backend argument completion.Hani Benhabiles1-0/+1
2014-05-15monitor: Add chardev-remove command completion.Hani Benhabiles1-0/+1
2014-05-15monitor: Convert sendkey to use command_completion.Hani Benhabiles1-0/+1
2014-04-25HMP: support specifying dump format for dump-guest-memoryQiao Nuohan1-3/+10
2014-04-25HMP: fix doc of dump-guest-memoryQiao Nuohan1-9/+10
2014-04-25monitor: Add device_add and device_del completion.Hani Benhabiles1-0/+2
2014-04-25monitor: Add command_completion callback to mon_cmd_t.Hani Benhabiles1-0/+2
2014-04-25monitor: Fix drive_del id argument type completion.Hani Benhabiles1-1/+1
2014-01-24block: update block commit documentation regarding image truncationJeff Cody1-0/+5
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini1-0/+14
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini1-0/+14
2014-01-06qemu-monitor: HMP cpu-add wrapperJason J. Herne1-0/+13
2013-12-09net: Adding netmap network backendVincenzo Maffione1-2/+2
2013-09-12hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia1-0/+18
2013-09-12hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia1-2/+17
2013-08-30Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski1-2/+2
2013-08-30monitor: allow "help" show message for single command in sub groupWenchao Xia1-1/+1
2013-07-15block: add drive_backup HMP commandStefan Hajnoczi1-0/+20
2013-07-04pci: Cleanup configuration for pci-hotplug.cDavid Gibson1-2/+2
2013-06-11dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber1-2/+0
2013-06-06Make qemu-io commands available in HMPKevin Wolf1-0/+16
2013-06-05blockdev: reset werror/rerror on drive_delStefan Hajnoczi1-0/+2
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini1-4/+0
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny1-2/+0
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny1-0/+2
2013-03-13Revert "hmp: Disable chardev-add and chardev-remove"Gerd Hoffmann1-32/+31
2013-03-12Support for TPM command line optionsStefan Berger1-0/+2
2013-02-27doc: document -netdev hubportStefan Hajnoczi1-1/+1
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-2/+2
2013-02-06hmp: Disable chardev-add and chardev-removeMarkus Armbruster1-31/+32
2013-02-06hmp: make memchar-read escape ASCII control chars except \n and \tMarkus Armbruster1-0/+2
2013-02-06qemu-char: Saner naming of memchar stuff & doc fixesMarkus Armbruster1-20/+17
2013-01-25QAPI: Introduce memchar-read QMP commandLei Li1-0/+21
2013-01-25QAPI: Introduce memchar-write QMP commandLei Li1-0/+18
2013-01-17HMP: add sub command table to infoWenchao Xia1-1/+2
2013-01-16chardev: add hmp hotplug commandsGerd Hoffmann1-0/+32
2012-11-16trace: Remove "info trace" from documentsLiming Wang1-7/+0
2012-11-12hmp: add NBD server commandsPaolo Bonzini1-0/+45
2012-10-24qmp: add drive-mirror commandPaolo Bonzini1-0/+21
2012-10-24block: add block-job-completePaolo Bonzini1-1/+16
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-3/+32
2012-09-28qmp: add block-job-pause and block-job-resumePaolo Bonzini1-3/+32
2012-09-27hmp: dump-guest-memory: hardcode protocol argument to "file:"Luiz Capitulino1-5/+3
2012-09-05qapi: convert screendumpLuiz Capitulino1-2/+1
2012-09-05qapi: convert sendkeyAmos Kong1-1/+1
2012-09-05hmp: rename argumentsAmos Kong1-1/+1
2012-09-05fix doc of using raw values with sendkeyAmos Kong1-3/+3
2012-08-08Add migrate_set_cache_size commandOrit Wasserman1-0/+22
2012-08-08Add migrate-set-capabilitiesOrit Wasserman1-0/+14
2012-08-08Add migration capabilitiesOrit Wasserman1-0/+2
2012-08-06qapi: generalize documentation of streaming commandsPaolo Bonzini1-1/+1
2012-07-13qapi: Convert getfd and closefdCorey Bryant1-4/+2
2012-06-04qapi: convert netdev_delLuiz Capitulino1-2/+1
2012-06-04qapi: convert netdev_addLuiz Capitulino1-2/+1
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang1-0/+28
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi1-2/+2
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi1-2/+2
2012-04-20fix block_job_set_speed name in documentationPaolo Bonzini1-2/+2
2012-04-09qapi: convert device_delLuiz Capitulino1-2/+1
2012-03-15qapi: Convert migrateLuiz Capitulino1-2/+1
2012-03-12qmp: convert blockdev-snapshot-sync to a wrapper around transactionsPaolo Bonzini1-3/+6
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl1-1/+1
2012-02-24suspend: add system_wakeup monitor commandGerd Hoffmann1-0/+14
2012-02-18target-xtensa: implement info tlb monitor commandMax Filippov1-1/+1
2012-01-26qmp: add block_job_cancel commandStefan Hajnoczi1-0/+14
2012-01-26qmp: add block_job_set_speed commandStefan Hajnoczi1-0/+14
2012-01-26qmp: add block_stream commandStefan Hajnoczi1-0/+13
2012-01-18qapi: Convert block_set_io_throttleLuiz Capitulino1-2/+1
2012-01-18qapi: Convert changeLuiz Capitulino1-2/+1
2012-01-18qapi: Convert ejectLuiz Capitulino1-2/+1
2012-01-18qapi: Convert expire_passwordLuiz Capitulino1-2/+1
2012-01-18qapi: Convert set_passwordLuiz Capitulino1-2/+1
2012-01-04Expose drive_add on all architecturesAlexander Graf1-2/+0
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-06qapi: Convert migrate_set_speedLuiz Capitulino1-2/+1
2011-12-06qapi: Convert migrate_set_downtimeLuiz Capitulino1-2/+1
2011-12-06qapi: Convert migrate_cancelLuiz Capitulino1-2/+1
2011-12-06qapi: Convert blockdev_snapshot_syncLuiz Capitulino1-1/+1
2011-12-06qapi: Convert block_resizeLuiz Capitulino1-2/+1
2011-12-06qapi: Convert balloonLuiz Capitulino1-3/+1
2011-12-06qapi: Convert block_passwdLuiz Capitulino1-2/+1
2011-12-06qapi: Convert set_linkLuiz Capitulino1-2/+1
2011-12-06qapi: Convert inject-nmiLuiz Capitulino1-2/+1
2011-12-06qapi: Convert contLuiz Capitulino1-2/+1
2011-12-06qapi: Convert pmemsaveLuiz Capitulino1-2/+1
2011-12-06qapi: Convert memsaveLuiz Capitulino1-2/+1
2011-12-06pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu1-1/+1
2011-12-05block: add -drive copy-on-read=on|offStefan Hajnoczi1-2/+3
2011-12-05hmp/qmp: add block_set_io_throttleZhi Yong Wu1-0/+15
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-2/+1
2011-10-27qapi: Convert the cpu commandLuiz Capitulino1-2/+1
2011-10-25spice: turn client_migrate_info to asyncYonit Halperin1-1/+2
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-7/+4
2011-10-08Merge branch 'tracing' of git://repo.or.cz/qemu/stefanhaBlue Swirl1-1/+1
2011-10-06ppc: booke206: add "info tlb" supportScott Wood1-1/+1
2011-10-04qapi: Convert system_powerdownLuiz Capitulino1-2/+1
2011-10-04qapi: Convert system_resetLuiz Capitulino1-2/+1
2011-10-04qapi: Convert stopLuiz Capitulino1-2/+1
2011-10-04qapi: Convert quitLuiz Capitulino1-1/+1
2011-10-03hmp: re-enable trace-file commandMichael Roth1-1/+1
2011-09-01trace: always compile support for controlling and querying trace event statesLluís1-2/+5
2011-09-01trace: separate trace event control and query routines from the simple backendLluís1-1/+1
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís1-2/+2
2011-08-03HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.Zhi Yong Wu1-2/+0
2011-07-21QMP: add snapshot-blkdev-sync commandJes Sorensen1-1/+1
2011-06-01HMP: Use QMP inject nmi implementationLuiz Capitulino1-4/+5
2011-03-10hmp-commands.hx: fix badly merged client_migrate_info commandJes Sorensen1-16/+16
2011-02-10Change snapshot_blkdev hmp to use correct argument type for deviceJes Sorensen1-1/+1
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+3
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori1-0/+17
2011-01-31block: add block_resize monitor commandChristoph Hellwig1-0/+19
2011-01-24spice/vnc: client migration.Gerd Hoffmann1-0/+17
2011-01-21Add "broadcast" option for mce commandJin Dongming1-3/+3
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+25
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-0/+54
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata1-0/+25
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl1-1/+1
2010-12-17Introduce do_snapshot_blkdev() and monitor command to handle it.Jes Sorensen1-0/+19
2010-12-09vnc/spice: add set_passwd monitor command.Gerd Hoffmann1-0/+54
2010-11-24Implement drive_del to decouple block removal from device removalRyan Harper1-0/+18
2010-11-03Switch migrate_set_speed() to take an 'o' argument rather than a float.Jes Sorensen1-2/+3
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino1-0/+1216