aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-04qga/qapi-schema: Delete useless "Returns" sectionsMarkus Armbruster
2024-03-04qga/qapi-schema: Move error documentation to new "Errors" sectionsMarkus Armbruster
2024-03-04qapi/yank: Tweak @yank's error description for consistencyMarkus Armbruster
2024-03-04qapi: Clean up "Returns" sectionsMarkus Armbruster
2024-03-04qapi: Delete useless "Returns" sectionsMarkus Armbruster
2024-03-04qapi: Move error documentation to new "Errors" sectionsMarkus Armbruster
2024-03-04qapi: New documentation section tag "Errors"Markus Armbruster
2024-03-04qapi: Slightly clearer error message for invalid "Returns" sectionMarkus Armbruster
2024-03-04qapi: Memorize since & returns sectionsMarkus Armbruster
2024-03-04migration/multifd: Document two places for mapped-ramPeter Xu
2024-03-03roms/hppa: Add build rules for hppa-firmwareHelge Deller
2024-03-03pc-bios/README: Add information about hppa-firmwareHelge Deller
2024-03-03pc-bios/meson: Add hppa-firmware64.img blobHelge Deller
2024-03-03target/hppa: Restore unwind_breg before calculating iorHelge Deller
2024-03-03target: hppa: Fix unaligned double word accesses for hppa64Guenter Roeck
2024-03-01tests/tcg: Check that shmat() does not break /proc/self/mapsIlya Leoshkevich
2024-03-01linux-user: Rewrite target_shmatRichard Henderson
2024-03-01linux-user: Add strace for shmatRichard Henderson
2024-03-01Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-01Merge tag 'pull-loongarch-20240229' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-03-01tests/qtest/migration: Add a multifd + mapped-ram migration testFabiano Rosas
2024-03-01migration/multifd: Add mapped-ram support to fd: URIFabiano Rosas
2024-03-01migration/multifd: Support incoming mapped-ram stream formatFabiano Rosas
2024-03-01migration/multifd: Support outgoing mapped-ram stream formatFabiano Rosas
2024-03-01migration/multifd: Prepare multifd sync for mapped-ram migrationFabiano Rosas
2024-03-01migration/multifd: Add incoming QIOChannelFile supportFabiano Rosas
2024-03-01migration/multifd: Add outgoing QIOChannelFile supportFabiano Rosas
2024-03-01migration/multifd: Add a wrapper for channels_createdFabiano Rosas
2024-03-01migration/multifd: Allow receiving pages without packetsFabiano Rosas
2024-03-01migration/multifd: Allow multifd without packetsFabiano Rosas
2024-03-01migration/multifd: Decouple recv method from pagesFabiano Rosas
2024-03-01migration/multifd: Rename MultiFDSend|RecvParams::data to compress_dataFabiano Rosas
2024-03-01tests/qtest/migration: Add tests for mapped-ram file-based migrationFabiano Rosas
2024-03-01migration/ram: Add incoming 'mapped-ram' migrationFabiano Rosas
2024-03-01migration/ram: Add outgoing 'mapped-ram' migrationFabiano Rosas
2024-03-01migration: Add mapped-ram URI compatibility checkFabiano Rosas
2024-03-01migration/ram: Introduce 'mapped-ram' migration capabilityFabiano Rosas
2024-03-01migration/qemu-file: add utility methods for working with seekable channelsFabiano Rosas
2024-03-01io: fsync before closing a file channelFabiano Rosas
2024-03-01io: implement io_pwritev/preadv for QIOChannelFileNikolay Borisov
2024-03-01io: Add generic pwritev/preadv interfaceNikolay Borisov
2024-03-01io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel fileNikolay Borisov
2024-03-01migration/multifd: Cleanup multifd_recv_sync_mainFabiano Rosas
2024-03-01chardev/char-socket: Fix TLS io channels sending too much data to the backendThomas Huth
2024-03-01tests/unit/test-util-sockets: Remove temporary file after testThomas Huth
2024-03-01hw/usb/bus.c: PCAP adding 0xA in Windows versionBenjamin David Lunt
2024-03-01hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"Thomas Huth
2024-03-01libqos/virtio.c: fix 'avail_event' offset in qvring_init()Daniel Henrique Barboza
2024-03-01libqos/virtio.c: init all elems in qvring_indirect_desc_setup()Daniel Henrique Barboza
2024-03-01tests/migration: Set compression level in migration testsBryan Zhang