summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/i2c: Implement Broadcom Serial Controller (BSC)Rayhan Faizel2024-03-055-0/+368
* | | Merge tag 'pull-qapi-2024-03-04' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2024-03-0534-589/+427
|\ \ \
| * | | migration: simplify exec migration functionsSteve Sistare2024-03-041-49/+8
| * | | qapi: New strv_from_str_list()Steve Sistare2024-03-042-0/+22
| * | | qapi: New QAPI_LIST_LENGTH()Steve Sistare2024-03-041-0/+13
| * | | docs/devel/writing-monitor-commands: Minor improvementsMarkus Armbruster2024-03-041-17/+15
| * | | docs/devel/writing-monitor-commands: Repair a decade of rotMarkus Armbruster2024-03-041-279/+181
| * | | qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster2024-03-045-1/+15
| * | | qga/qapi-schema: Fix guest-set-memory-blocks documentationMarkus Armbruster2024-03-041-3/+3
| * | | qga/qapi-schema: Tweak documentation of fsfreeze commandsMarkus Armbruster2024-03-041-7/+9
| * | | qga/qapi-schema: Clean up "Returns" sectionsMarkus Armbruster2024-03-041-8/+8
| * | | qga/qapi-schema: Delete useless "Returns" sectionsMarkus Armbruster2024-03-041-12/+0
| * | | qga/qapi-schema: Move error documentation to new "Errors" sectionsMarkus Armbruster2024-03-041-12/+10
| * | | qapi/yank: Tweak @yank's error description for consistencyMarkus Armbruster2024-03-041-1/+1
| * | | qapi: Clean up "Returns" sectionsMarkus Armbruster2024-03-043-5/+5
| * | | qapi: Delete useless "Returns" sectionsMarkus Armbruster2024-03-0417-183/+1
| * | | qapi: Move error documentation to new "Errors" sectionsMarkus Armbruster2024-03-0412-31/+126
| * | | qapi: New documentation section tag "Errors"Markus Armbruster2024-03-045-7/+32
| * | | qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster2024-03-042-3/+4
| * | | qapi: Memorize since & returns sectionsMarkus Armbruster2024-03-041-14/+17
* | | | Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell2024-03-0527-160/+1666
|\ \ \ \ | |_|/ / |/| | |
| * | | migration/multifd: Document two places for mapped-ramPeter Xu2024-03-042-1/+19
| * | | tests/qtest/migration: Add a multifd + mapped-ram migration testFabiano Rosas2024-03-011-0/+68
| * | | migration/multifd: Add mapped-ram support to fd: URIFabiano Rosas2024-03-015-6/+64
| * | | migration/multifd: Support incoming mapped-ram stream formatFabiano Rosas2024-03-015-6/+73
| * | | migration/multifd: Support outgoing mapped-ram stream formatFabiano Rosas2024-03-018-16/+125
| * | | migration/multifd: Prepare multifd sync for mapped-ram migrationFabiano Rosas2024-03-011-7/+31
| * | | migration/multifd: Add incoming QIOChannelFile supportFabiano Rosas2024-03-013-11/+30
| * | | migration/multifd: Add outgoing QIOChannelFile supportFabiano Rosas2024-03-014-3/+57
| * | | migration/multifd: Add a wrapper for channels_createdFabiano Rosas2024-03-012-1/+7
| * | | migration/multifd: Allow receiving pages without packetsFabiano Rosas2024-03-013-7/+138
| * | | migration/multifd: Allow multifd without packetsFabiano Rosas2024-03-011-61/+114
| * | | migration/multifd: Decouple recv method from pagesFabiano Rosas2024-03-014-13/+16
| * | | migration/multifd: Rename MultiFDSend|RecvParams::data to compress_dataFabiano Rosas2024-03-013-22/+22
| * | | tests/qtest/migration: Add tests for mapped-ram file-based migrationFabiano Rosas2024-03-011-0/+59
| * | | migration/ram: Add incoming 'mapped-ram' migrationFabiano Rosas2024-03-011-2/+141
| * | | migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas2024-03-012-9/+135
| * | | migration: Add mapped-ram URI compatibility checkFabiano Rosas2024-03-011-0/+29
| * | | migration/ram: Introduce 'mapped-ram' migration capabilityFabiano Rosas2024-03-017-1/+187
| * | | migration/qemu-file: add utility methods for working with seekable channelsFabiano Rosas2024-03-013-0/+114
| * | | io: fsync before closing a file channelFabiano Rosas2024-03-011-0/+5
| * | | io: implement io_pwritev/preadv for QIOChannelFileNikolay Borisov2024-03-011-0/+56
| * | | io: Add generic pwritev/preadv interfaceNikolay Borisov2024-03-012-0/+140
| * | | io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel fileNikolay Borisov2024-03-012-0/+9
| * | | migration/multifd: Cleanup multifd_recv_sync_mainFabiano Rosas2024-03-012-5/+14
| * | | tests/migration: Set compression level in migration testsBryan Zhang2024-03-011-0/+10
| * | | migration: Properly apply migration compression level parametersBryan Zhang2024-03-011-0/+12
| * | | migration: massage cpr-reboot documentationSteve Sistare2024-03-011-22/+24
* | | | Merge tag 'pull-tcg-20240301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-03-0539-1006/+1126
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests/tcg: Check that shmat() does not break /proc/self/mapsIlya Leoshkevich2024-03-011-0/+55