| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: net: add stream and dgram netdevs | Laurent Vivier | 2022-10-28 | 1 | -1/+1 |
* | qmp/hmp, device_tree.c: introduce dumpdtb | Daniel Henrique Barboza | 2022-10-17 | 1 | -0/+15 |
* | hmp: Fix ordering of text | Dr. David Alan Gilbert | 2022-09-15 | 1 | -23/+23 |
* | softmmu/dirtylimit: Implement dirty page rate limit | Hyman Huang(黄勇) | 2022-07-20 | 1 | -0/+32 |
* | block: add more commands to preconfig mode | Paolo Bonzini | 2022-06-14 | 1 | -0/+14 |
* | net/vmnet: update hmp-commands.hx | Vladislav Yaroshchuk | 2022-05-17 | 1 | -1/+5 |
* | Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st... | Richard Henderson | 2022-04-27 | 1 | -5/+6 |
|\ |
|
| * | Added parameter to take screenshot with screendump as PNG | Kshitij Suri | 2022-04-27 | 1 | -5/+6 |
* | | block: add 'force' parameter to 'blockdev-change-medium' command | Denis V. Lunev | 2022-04-25 | 1 | -4/+7 |
* | | dump/win_dump: add 32-bit guest Windows support | Viktor Prutyanov | 2022-04-22 | 1 | -1/+1 |
|/ |
|
* | qapi/monitor: allow VNC display id in set/expire_password | Stefan Reiter | 2022-03-02 | 1 | -11/+13 |
* | hmp: Add shortcut to stop command to match cont | BALATON Zoltan | 2021-11-09 | 1 | -2/+2 |
* | migration/dirtyrate: implement dirty-bitmap dirtyrate calculation | Hyman Huang(黄勇) | 2021-11-01 | 1 | -4/+5 |
* | migration/dirtyrate: implement dirty-ring dirtyrate calculation | Hyman Huang(黄勇) | 2021-11-01 | 1 | -3/+4 |
* | hmp: Drop a bogus sentence from set_password's documentation | Markus Armbruster | 2021-09-27 | 1 | -6/+5 |
* | netdev: add more commands to preconfig mode | Paolo Bonzini | 2021-06-11 | 1 | -0/+2 |
* | hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds | Peter Xu | 2021-06-08 | 1 | -0/+14 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-05-26 | 1 | -0/+2 |
|\ |
|
| * | object: add more commands to preconfig mode | Paolo Bonzini | 2021-05-26 | 1 | -0/+2 |
* | | hmp-commands: expand type of icount to "l" in replay commands | Alex Bennée | 2021-05-25 | 1 | -2/+2 |
|/ |
|
* | block: Remove monitor command block_passwd | Markus Armbruster | 2021-03-23 | 1 | -15/+0 |
* | hmp: QAPIfy object_add | Kevin Wolf | 2021-03-19 | 1 | -1/+1 |
* | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 2021-03-18 | 1 | -45/+0 |
* | ui, monitor: remove deprecated VNC ACL option and HMP commands | Daniel P. Berrangé | 2021-03-18 | 1 | -76/+0 |
* | hmp: remove "change vnc TARGET" command | Paolo Bonzini | 2021-01-23 | 1 | -6/+0 |
* | hmp-commands.hx: List abbreviation after command for cont, quit, print | Peter Maydell | 2020-12-18 | 1 | -6/+6 |
* | monitor: allow quitting while in preconfig state | Paolo Bonzini | 2020-12-15 | 1 | -0/+1 |
* | pcie_aer: Fix help message of pcie_aer_inject_error command | Zenghui Yu | 2020-12-09 | 1 | -2/+2 |
* | console: make QMP/HMP screendump run in coroutine | Marc-André Lureau | 2020-11-04 | 1 | -0/+1 |
* | block: Convert 'block_resize' to coroutine | Kevin Wolf | 2020-10-09 | 1 | -0/+1 |
* | replay: implement replay-seek command | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+18 |
* | replay: introduce breakpoint at the specified step | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+32 |
* | cphp: remove deprecated cpu-add command(s) | Igor Mammedov | 2020-09-29 | 1 | -15/+0 |
* | qemu/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -1/+1 |
* | hmp: Make json format optional for qom-set | David Hildenbrand | 2020-06-17 | 1 | -3/+4 |
* | hmp: Simplify qom-set | Dr. David Alan Gilbert | 2020-06-01 | 1 | -1/+1 |
* | hmp: Implement qom-get HMP command | Dr. David Alan Gilbert | 2020-06-01 | 1 | -0/+14 |
* | Update comments in .hx files that mention Texinfo | Peter Maydell | 2020-03-12 | 1 | -4/+4 |
* | net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' | Thomas Huth | 2020-03-09 | 1 | -4/+4 |
* | *.hx: Remove all the STEXI/ETEXI blocks | Peter Maydell | 2020-03-06 | 1 | -821/+0 |
* | hmp-commands.hx: Add rST documentation fragments | Peter Maydell | 2020-03-06 | 1 | -0/+688 |
* | hmp: Allow using qdev ID for qemu-io command | Kevin Wolf | 2019-12-19 | 1 | -3/+5 |
* | audio: add audiodev property to vnc and wav_capture | Kővágó, Zoltán | 2019-08-21 | 1 | -5/+6 |
* | net/announce: Add HMP optional ID | Dr. David Alan Gilbert | 2019-07-02 | 1 | -3/+4 |
* | net/announce: Add HMP optional interface list | Dr. David Alan Gilbert | 2019-07-02 | 1 | -2/+4 |
* | monitor: Rename HMP command type and tables | Kevin Wolf | 2019-06-17 | 1 | -1/+1 |
* | hmp: gva2gpa debug command | Dr. David Alan Gilbert | 2019-05-01 | 1 | -0/+15 |
* | hmp: Add hmp_announce_self | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+16 |
* | block/snapshot.c: eliminate use of ID input in snapshot operations | Daniel Henrique Barboza | 2019-02-25 | 1 | -12/+20 |
* | Deprecate HMP `cpu-add` | Kashyap Chamarthy | 2018-12-11 | 1 | -2/+4 |