aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell1-1/+1
2020-12-19string-output-visitor: Fix to use sufficient precisionMarkus Armbruster1-1/+1
2020-12-18block: introduce preallocate filterVladimir Sementsov-Ogievskiy1-1/+19
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez1-0/+16
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez1-0/+58
2020-12-15monitor: allow quitting while in preconfig statePaolo Bonzini1-1/+2
2020-12-15remove preconfig statePaolo Bonzini2-8/+2
2020-12-11fuse: Allow growable exportsMax Reitz1-1/+5
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz1-2/+21
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-0/+18
2020-12-10qapi: Normalize version references x.y.0 to just x.yMarkus Armbruster15-123/+123
2020-11-17char-stdio: Fix QMP default for 'signal'Kevin Wolf1-2/+1
2020-11-09block: Remove unused BlockDeviceMapEntryMarkus Armbruster1-29/+0
2020-11-09qapi/block-core: Improve MapEntry documentationMax Reitz1-5/+13
2020-11-09qapi: Fix missing headers in QMP Reference ManualMarkus Armbruster2-2/+8
2020-11-05Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-34/+26
2020-11-04qapi, qemu-options: make all parsing visitors parse boolean options the samePaolo Bonzini4-34/+26
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau1-1/+2
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster1-6/+8
2020-11-02Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' i...Peter Maydell1-0/+17
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+17
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2-3/+11
2020-10-30nbd: Update qapi to support exporting multiple bitmapsEric Blake1-12/+29
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi1-3/+7
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi1-0/+11
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi1-2/+19
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé1-1/+23
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2-41/+41
2020-10-21qapi: Restrict 'query-kvm' command to machine codePhilippe Mathieu-Daudé2-30/+30
2020-10-21qapi: Restrict '(p)memsave' command to machine codePhilippe Mathieu-Daudé2-61/+61
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2-57/+57
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé2-20/+20
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-1/+6
2020-10-15keyval: Parse help optionsKevin Wolf1-1/+1
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-1/+6
2020-10-12migration/dirtyrate: present dirty rate only when querying the rate has compl...Chuan Zheng1-5/+3
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf1-1/+2
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf2-5/+63
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf1-2/+2
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf1-1/+7
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk1-0/+20
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk1-0/+36
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk2-1/+41
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk4-18/+28
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-2/+8
2020-10-04qapi/run-state.json: introduce memory failure eventzhenwei pi1-0/+90
2020-10-02nbd: Deprecate nbd-server-add/removeKevin Wolf1-2/+9
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-5/+10
2020-10-02block/export: Add query-block-exportsKevin Wolf1-0/+32
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf1-0/+12