Age | Commit message (Expand) | Author | Files | Lines |
2024-03-18 | smbios: extend smbios-entry-point-type with 'auto' value | Igor Mammedov | 1 | -1/+4 |
2024-03-18 | qapi: document PCIe Gen5/Gen6 speeds since 9.0 | Michael S. Tsirkin | 1 | -2/+2 |
2024-03-13 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 2 | -1/+22 |
2024-03-12 | qom: new object to associate device to NUMA node | Ankit Agrawal | 1 | -0/+17 |
2024-03-12 | pcie: Support PCIe Gen5/Gen6 link speeds | Lukas Stockner | 1 | -1/+5 |
2024-03-12 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Peter Maydell | 3 | -0/+68 |
2024-03-12 | qmp: Added new command to retrieve eBPF blob. | Andrew Melnychenko | 3 | -0/+68 |
2024-03-11 | migration/multifd: Enable multifd zero page checking by default. | Hao Xiang | 1 | -3/+3 |
2024-03-11 | migration/multifd: Implement zero page transmission on the multifd thread. | Hao Xiang | 1 | -1/+6 |
2024-03-11 | migration/multifd: Add new migration option zero-page-detection. | Hao Xiang | 1 | -3/+30 |
2024-03-09 | qdev: Add a granule_mode property | Eric Auger | 1 | -0/+18 |
2024-03-08 | Merge tag 'darwin-20240305' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -1/+5 |
2024-03-05 | Merge tag 'pull-qapi-2024-03-04' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 19 | -186/+113 |
2024-03-05 | ui/cocoa: add zoom-interpolation display option | Carwyn Ellis | 1 | -1/+5 |
2024-03-04 | qapi: New strv_from_str_list() | Steve Sistare | 1 | -0/+14 |
2024-03-04 | qapi/yank: Tweak @yank's error description for consistency | Markus Armbruster | 1 | -1/+1 |
2024-03-04 | qapi: Clean up "Returns" sections | Markus Armbruster | 3 | -5/+5 |
2024-03-04 | qapi: Delete useless "Returns" sections | Markus Armbruster | 17 | -183/+1 |
2024-03-04 | qapi: Move error documentation to new "Errors" sections | Markus Armbruster | 12 | -31/+126 |
2024-03-01 | migration/ram: Introduce 'mapped-ram' migration capability | Fabiano Rosas | 1 | -1/+5 |
2024-03-01 | migration: massage cpr-reboot documentation | Steve Sistare | 1 | -22/+24 |
2024-02-28 | migration: options incompatible with cpr | Steve Sistare | 1 | -0/+2 |
2024-02-28 | migration: update cpr-reboot description | Steve Sistare | 1 | -13/+22 |
2024-02-26 | qapi: Reject multiple and empty feature descriptions | Markus Armbruster | 1 | -2/+0 |
2024-02-26 | qapi: Require descriptions and tagged sections to be indented | Markus Armbruster | 25 | -2302/+2302 |
2024-02-26 | qapi: Misc cleanups to migrate QAPIs | Het Gala | 1 | -6/+7 |
2024-02-21 | qapi/ui: correct typos | Manos Pitsidianakis | 1 | -2/+2 |
2024-02-14 | Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 1 | -11/+17 |
2024-02-14 | qapi/char: Deprecate backend type "memory" | Markus Armbruster | 1 | -3/+5 |
2024-02-14 | qapi/char: Make backend types properly conditional | Markus Armbruster | 1 | -8/+12 |
2024-02-13 | Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 18 | -64/+249 |
2024-02-12 | Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ... | Peter Maydell | 2 | -5/+21 |
2024-02-12 | qapi/migration: Add missing tls-authz documentation | Peter Xu | 2 | -1/+4 |
2024-02-12 | qapi: Add missing union tag documentation | Markus Armbruster | 12 | -16/+34 |
2024-02-12 | qapi: Move @String out of common.json to discourage reuse | Markus Armbruster | 2 | -12/+11 |
2024-02-12 | qapi: Improve documentation of file descriptor socket addresses | Markus Armbruster | 1 | -13/+27 |
2024-02-12 | qapi: Plug trivial documentation holes around former simple unions | Markus Armbruster | 7 | -34/+68 |
2024-02-12 | qapi/dump: Clean up documentation of DumpGuestMemoryCapability | Markus Armbruster | 2 | -2/+1 |
2024-02-12 | qapi/yank: Clean up documentaion of yank | Markus Armbruster | 2 | -3/+2 |
2024-02-12 | qapi: Require member documentation (with loophole) | Markus Armbruster | 1 | -0/+119 |
2024-02-12 | qapi: Indent tagged doc comment sections properly | Markus Armbruster | 3 | -34/+36 |
2024-02-12 | qapi/block-core: Fix BlockLatencyHistogramInfo doc markup | Markus Armbruster | 1 | -3/+1 |
2024-02-09 | crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS | Hyman Huang | 1 | -0/+3 |
2024-02-09 | block: Support detached LUKS header creation using qemu-img | Hyman Huang | 1 | -1/+4 |
2024-02-09 | block: Support detached LUKS header creation using blockdev-create | Hyman Huang | 1 | -0/+3 |
2024-02-09 | qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKS | Hyman Huang | 1 | -2/+3 |
2024-02-09 | crypto: Support LUKS volume with detached header | Hyman Huang | 1 | -1/+4 |
2024-02-09 | crypto: Introduce SM4 symmetric cipher algorithm | Hyman Huang | 1 | -1/+4 |
2024-02-07 | monitor: use aio_co_reschedule_self() | Stefan Hajnoczi | 1 | -5/+2 |
2024-02-03 | qga: Move type description right after type name | Markus Armbruster | 1 | -2/+2 |