The following changes since commit d762bf97931b58839316b68a570eecc6143c9e3e:
Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-11-03 10:04:12 +0800) are available in the Git repository at: https://gitlab.com/juan.quintela/qemu.git tags/migration-20231103-pull-request for you to fetch changes up to 0983125b405c479a6e7eb49b81cfdae969e28cee: migration: Unlock mutex in error case (2023-11-03 10:48:37 +0100) ---------------------------------------------------------------- Migration Pull request (20231103) Hi In this PULL: - dirty limit fixes (hyman) - coverity issues (juan) Please apply. ---------------------------------------------------------------- Hyman Huang (6): system/dirtylimit: Fix a race situation system/dirtylimit: Drop the reduplicative check tests: Add migration dirty-limit capability test tests/migration: Introduce dirty-ring-size option into guestperf tests/migration: Introduce dirty-limit into guestperf docs/migration: Add the dirty limit section Juan Quintela (1): migration: Unlock mutex in error case docs/devel/migration.rst | 71 ++++++++++ migration/ram.c | 106 +++++++-------- system/dirtylimit.c | 24 ++-- tests/qtest/migration-test.c | 164 ++++++++++++++++++++++++ tests/migration/guestperf/comparison.py | 23 ++++ tests/migration/guestperf/engine.py | 23 +++- tests/migration/guestperf/hardware.py | 8 +- tests/migration/guestperf/progress.py | 16 ++- tests/migration/guestperf/scenario.py | 11 +- tests/migration/guestperf/shell.py | 24 +++- 10 files changed, 399 insertions(+), 71 deletions(-) -- 2.41.0