summaryrefslogtreecommitdiff
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