aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-05ui/cocoa: Fix pause label coordinatesAkihiko Odaki
2024-03-05ui/cocoa: Scale with NSView instead of Core GraphicsAkihiko Odaki
2024-03-05ui/cocoa: Release specific mouse buttonsAkihiko Odaki
2024-03-05ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]Akihiko Odaki
2024-03-05ui/cocoa: Split [-QemuCocoaView handleEventLocked:]Akihiko Odaki
2024-03-05ui/cocoa: Fix window clipping on macOS 14David Parsons
2024-03-05ui/cocoa: add zoom-interpolation display optionCarwyn Ellis
2024-03-05Merge tag 'pull-tcg-20240301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-03-04Merge tag 'hppa-latest-pull-request' of https://github.com/hdeller/qemu-hppa ...Peter Maydell
2024-03-04gitlab: update FreeBSD Cirrus CI image to 13.3Daniel P. Berrangé
2024-03-04meson: detect broken clang 17 with -fzero-call-used-regsDaniel P. Berrangé
2024-03-04docs/conf.py: Remove usage of distutilsThomas Huth
2024-03-04migration: simplify exec migration functionsSteve Sistare
2024-03-04qapi: New strv_from_str_list()Steve Sistare
2024-03-04qapi: New QAPI_LIST_LENGTH()Steve Sistare
2024-03-04docs/devel/writing-monitor-commands: Minor improvementsMarkus Armbruster
2024-03-04docs/devel/writing-monitor-commands: Repair a decade of rotMarkus Armbruster
2024-03-04qapi: Reject "Returns" section when command doesn't return anythingMarkus Armbruster
2024-03-04qga/qapi-schema: Fix guest-set-memory-blocks documentationMarkus Armbruster
2024-03-04qga/qapi-schema: Tweak documentation of fsfreeze commandsMarkus Armbruster
2024-03-04qga/qapi-schema: Clean up "Returns" sectionsMarkus Armbruster
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