aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
AgeCommit message (Expand)Author
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster
2014-09-26Add HMP command "info memory-devices"Zhu Guihua
2014-08-25cpus: Define callback for QEMU "nmi" commandAlexey Kardashevskiy
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev
2014-06-11monitor: Add delvm and loadvm argument completionHani Benhabiles
2014-06-11monitor: Add host_net_remove arguments completionHani Benhabiles
2014-06-11monitor: Add host_net_add device argument completionHani Benhabiles
2014-06-11monitor: Add migrate_set_capability completionHani Benhabiles
2014-06-11monitor: Add watchdog_action argument completionHani Benhabiles
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles
2014-05-15monitor: Add netdev_del id argument completion.Hani Benhabiles
2014-05-15monitor: Add netdev_add type argument completion.Hani Benhabiles
2014-05-15monitor: Add set_link arguments completion.Hani Benhabiles
2014-05-15monitor: Add chardev-add backend argument completion.Hani Benhabiles
2014-05-15monitor: Add chardev-remove command completion.Hani Benhabiles
2014-05-15monitor: Convert sendkey to use command_completion.Hani Benhabiles
2014-04-25HMP: support specifying dump format for dump-guest-memoryQiao Nuohan
2014-04-25HMP: fix doc of dump-guest-memoryQiao Nuohan
2014-04-25monitor: Add device_add and device_del completion.Hani Benhabiles
2014-04-25monitor: Add command_completion callback to mon_cmd_t.Hani Benhabiles
2014-04-25monitor: Fix drive_del id argument type completion.Hani Benhabiles
2014-01-24block: update block commit documentation regarding image truncationJeff Cody
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini
2014-01-06monitor: add object-del (QMP) and object_del (HMP) commandPaolo Bonzini
2014-01-06qemu-monitor: HMP cpu-add wrapperJason J. Herne
2013-12-09net: Adding netmap network backendVincenzo Maffione
2013-09-12hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia
2013-09-12hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia
2013-08-30Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski
2013-08-30monitor: allow "help" show message for single command in sub groupWenchao Xia
2013-07-15block: add drive_backup HMP commandStefan Hajnoczi
2013-07-04pci: Cleanup configuration for pci-hotplug.cDavid Gibson
2013-06-11dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber
2013-06-06Make qemu-io commands available in HMPKevin Wolf
2013-06-05blockdev: reset werror/rerror on drive_delStefan Hajnoczi
2013-04-29audio: remove HAS_AUDIOPaolo Bonzini
2013-04-12Revert "New QMP command query-cpu-max and HMP command cpu_max"Michal Novotny
2013-03-25New QMP command query-cpu-max and HMP command cpu_maxMichal Novotny
2013-03-13Revert "hmp: Disable chardev-add and chardev-remove"Gerd Hoffmann
2013-03-12Support for TPM command line optionsStefan Berger
2013-02-27doc: document -netdev hubportStefan Hajnoczi
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-06hmp: Disable chardev-add and chardev-removeMarkus Armbruster
2013-02-06hmp: make memchar-read escape ASCII control chars except \n and \tMarkus Armbruster
2013-02-06qemu-char: Saner naming of memchar stuff & doc fixesMarkus Armbruster
2013-01-25QAPI: Introduce memchar-read QMP commandLei Li
2013-01-25QAPI: Introduce memchar-write QMP commandLei Li
2013-01-17HMP: add sub command table to infoWenchao Xia
2013-01-16chardev: add hmp hotplug commandsGerd Hoffmann