| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-28 | qapi: blockdev-backup: add discard-source parameter |  Vladimir Sementsov-Ogievskiy | 10 | -8/+37 |
| 2024-05-28 | block/copy-before-write: create block_copy bitmap in filter node |  Vladimir Sementsov-Ogievskiy | 4 | -58/+60 |
| 2024-05-28 | block/copy-before-write: support unligned snapshot-discard |  Vladimir Sementsov-Ogievskiy | 1 | -3/+13 |
| 2024-05-28 | block/copy-before-write: fix permission |  Vladimir Sementsov-Ogievskiy | 1 | -3/+7 |
| 2024-05-28 | blockcommit: Reopen base image as RO after abort |  Alexander Ivanov | 1 | -2/+9 |
| 2024-05-27 | Merge tag 'pull-error-2024-05-27' of https://repo.or.cz/qemu/armbru into staging |  Richard Henderson | 8 | -49/+38 |
| 2024-05-27 | qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop |  Markus Armbruster | 1 | -3/+0 |
| 2024-05-27 | qga: Shorten several error messages |  Markus Armbruster | 2 | -20/+10 |
| 2024-05-27 | qga-win32: Improve guest-set-user-password, guest-file-open errors |  Markus Armbruster | 1 | -8/+9 |
| 2024-05-27 | qerror: QERR_IO_ERROR is no longer used, drop |  Markus Armbruster | 1 | -3/+0 |
| 2024-05-27 | migration: Rephrase message on failure to save / load Xen device state |  Markus Armbruster | 1 | -3/+2 |
| 2024-05-27 | cpus: Improve error messages on memsave, pmemsave write error |  Markus Armbruster | 1 | -2/+4 |
| 2024-05-27 | block/vmdk: Improve error messages on extent write error |  Markus Armbruster | 1 | -5/+5 |
| 2024-05-27 | dump/win_dump: Improve error messages on write error |  Markus Armbruster | 1 | -3/+4 |
| 2024-05-27 | block: Improve error message when external snapshot can't flush |  Markus Armbruster | 1 | -2/+4 |
| 2024-05-26 | Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging |  Richard Henderson | 8 | -498/+1013 |
| 2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor} |  Richard Henderson | 3 | -27/+33 |
| 2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor} |  Richard Henderson | 3 | -20/+23 |
| 2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor} |  Richard Henderson | 3 | -16/+24 |
| 2024-05-26 | target/i386: Convert do_xrstor to X86Access |  Richard Henderson | 1 | -42/+64 |
| 2024-05-26 | target/i386: Convert do_xsave to X86Access |  Richard Henderson | 2 | -31/+43 |
| 2024-05-26 | linux-user/i386: Honor xfeatures in xrstor_sigcontext |  Richard Henderson | 1 | -1/+18 |
| 2024-05-26 | linux-user/i386: Fix allocation and alignment of fp state |  Richard Henderson | 3 | -208/+370 |
| 2024-05-26 | linux-user/i386: Return boolean success from xrstor_sigcontext |  Richard Henderson | 1 | -8/+8 |
| 2024-05-26 | linux-user/i386: Return boolean success from restore_sigcontext |  Richard Henderson | 1 | -24/+23 |
| 2024-05-26 | linux-user/i386: Fix -mregparm=3 for signal delivery |  Richard Henderson | 1 | -13/+11 |
| 2024-05-26 | linux-user/i386: Split out struct target_fregs_state |  Richard Henderson | 1 | -18/+25 |
| 2024-05-26 | linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea |  Richard Henderson | 1 | -45/+26 |
| 2024-05-26 | linux-user/i386: Remove xfeatures from target_fpstate_fxsave |  Richard Henderson | 1 | -2/+1 |
| 2024-05-26 | linux-user/i386: Drop xfeatures_size from sigcontext arithmetic |  Richard Henderson | 1 | -4/+3 |
| 2024-05-26 | target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea |  Richard Henderson | 1 | -14/+25 |
| 2024-05-26 | target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} |  Richard Henderson | 3 | -8/+8 |
| 2024-05-26 | target/i386: Split out do_xsave_chk |  Richard Henderson | 1 | -24/+27 |
| 2024-05-26 | target/i386: Convert do_xrstor_* to X86Access |  Richard Henderson | 1 | -20/+31 |
| 2024-05-26 | target/i386: Convert do_xsave_* to X86Access |  Richard Henderson | 1 | -21/+26 |
| 2024-05-26 | tagret/i386: Convert do_fxsave, do_fxrstor to X86Access |  Richard Henderson | 1 | -30/+42 |
| 2024-05-26 | target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86Access |  Richard Henderson | 1 | -18/+28 |
| 2024-05-26 | target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86Access |  Richard Henderson | 1 | -21/+31 |
| 2024-05-26 | target/i386: Convert do_fsave, do_frstor to X86Access |  Richard Henderson | 1 | -27/+33 |
| 2024-05-26 | target/i386: Convert do_fstenv to X86Access |  Richard Henderson | 1 | -21/+24 |
| 2024-05-26 | target/i386: Convert do_fldenv to X86Access |  Richard Henderson | 1 | -16/+14 |
| 2024-05-26 | target/i386: Convert helper_{fbld,fbst}_ST0 to X86Access |  Richard Henderson | 1 | -10/+15 |
| 2024-05-26 | target/i386: Convert do_fldt, do_fstt to X86Access |  Richard Henderson | 1 | -13/+31 |
| 2024-05-26 | target/i386: Add tcg/access.[ch] |  Richard Henderson | 3 | -0/+210 |
| 2024-05-25 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging |  Richard Henderson | 16 | -245/+215 |
| 2024-05-25 | migration: remove unnecessary zlib dependency |  Paolo Bonzini | 4 | -4/+2 |
| 2024-05-25 | meson: do not query modules before they are processed |  Paolo Bonzini | 1 | -1/+1 |
| 2024-05-25 | tcg: include dependencies in static_library() |  Paolo Bonzini | 1 | -4/+4 |
| 2024-05-25 | meson: remove unnecessary dependency |  Paolo Bonzini | 3 | -6/+5 |
| 2024-05-25 | meson: remove unnecessary reference to libm |  Paolo Bonzini | 1 | -1/+1 |