All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] Migration 20231103 patches
@ 2023-11-03 12:04 Juan Quintela
  2023-11-03 12:04 ` [PULL 1/7] system/dirtylimit: Fix a race situation Juan Quintela
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Juan Quintela @ 2023-11-03 12:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hyman Huang, Thomas Huth, Peter Xu, Paolo Bonzini, Fabiano Rosas,
	Laurent Vivier, Juan Quintela, Leonardo Bras

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-11-06 14:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 12:04 [PULL 0/7] Migration 20231103 patches Juan Quintela
2023-11-03 12:04 ` [PULL 1/7] system/dirtylimit: Fix a race situation Juan Quintela
2023-11-03 12:04 ` [PULL 2/7] system/dirtylimit: Drop the reduplicative check Juan Quintela
2023-11-03 12:04 ` [PULL 3/7] tests: Add migration dirty-limit capability test Juan Quintela
2023-11-03 12:04 ` [PULL 4/7] tests/migration: Introduce dirty-ring-size option into guestperf Juan Quintela
2023-11-03 12:04 ` [PULL 5/7] tests/migration: Introduce dirty-limit " Juan Quintela
2023-11-03 12:04 ` [PULL 6/7] docs/migration: Add the dirty limit section Juan Quintela
2023-11-03 12:04 ` [PULL 7/7] migration: Unlock mutex in error case Juan Quintela
2023-11-06 14:23 ` [PULL 0/7] Migration 20231103 patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.