aboutsummaryrefslogtreecommitdiff
path: root/qapi
AgeCommit message (Expand)AuthorFilesLines
2020-09-29qapi: Use rST markup for literal blocksPeter Maydell2-9/+13
2020-09-29docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell1-3/+1
2020-09-29qapi/machine.json: Escape a literal '*' in doc commentPeter Maydell1-1/+1
2020-09-29qapi/block.json: Add newline after "Example:" for block-latency-histogram-setPeter Maydell1-4/+8
2020-09-29qapi: Fix doc comment indentation againPeter Maydell3-57/+59
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé4-306/+318
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé4-131/+143
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2-217/+216
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé2-30/+30
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé2-21/+20
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2-90/+90
2020-09-29qapi: Correct balloon documentationPhilippe Mathieu-Daudé1-3/+10
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2-32/+32
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-24/+0
2020-09-25migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...Chuan Zheng1-0/+50
2020-09-25migration/dirtyrate: add DirtyRateStatus to denote calculation statusChuan Zheng1-0/+17
2020-09-17qapi/: fix some comment spelling errorszhaolichang2-4/+4
2020-09-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-24/+34
2020-09-07qapi/block-core.json: Fix nbd-server-start docsPeter Maydell1-3/+3
2020-09-07qapi: Fix indentation, againPeter Maydell7-22/+22
2020-09-07qapi/migration.json: Fix indentationPeter Maydell1-30/+30
2020-09-07blockdev: Fix active commit choiceMax Reitz1-19/+20
2020-09-07mirror: Deal with filtersMax Reitz1-2/+4
2020-09-07stream: Deal with filtersMax Reitz1-3/+10
2020-09-03qapi: Document event VSERPORT_CHANGE is rate-limitedMarkus Armbruster1-0/+2
2020-09-03qapi/block-core.json: Remove stale description of 'blockdev-add'Kashyap Chamarthy1-3/+1
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia1-0/+7
2020-08-22Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...Peter Maydell1-3/+101
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+4
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz1-3/+101
2020-08-21meson: convert qapi-specific to mesonMarc-André Lureau2-18/+7
2020-08-21libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2-23/+121
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-19qmp: Expose MachineClass::default_ram_idMichal Privoznik1-1/+4
2020-08-03schemas: Add vim modelineAndrea Bolognani27-0/+27
2020-08-03qapi: Delete unwanted indentation of top-level expressionsMarkus Armbruster2-15/+15
2020-08-03qapi/machine.json: Fix missing newline in doc commentPeter Maydell1-1/+2
2020-07-17Remove VXHS block deviceMarc-André Lureau1-20/+2
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf1-4/+7
2020-07-11target/avr: Register AVR support with the rest of QEMUMichael Rolnik1-1/+2
2020-07-10qapi: Purge error_propagate() from QAPI coreMarkus Armbruster1-21/+19
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster8-224/+309
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-07-07Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-06' in...Peter Maydell3-2/+143
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu1-2/+26
2020-07-06block/qcow2: implement blockdev-amendMaxim Levitsky1-1/+15
2020-07-06block/crypto: implement blockdev-amendMaxim Levitsky1-1/+13
2020-07-06block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2-1/+45
2020-07-06qcrypto/luks: implement encryption key managementMaxim Levitsky1-2/+57