qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] colo: migration related bugfixes
@ 2020-05-20 20:42 Lukas Straub
  2020-05-20 20:42 ` [PATCH v2 1/6] migration/colo.c: Use event instead of semaphore Lukas Straub
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Lukas Straub @ 2020-05-20 20:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Hailiang Zhang, Dr. David Alan Gilbert, Juan Quintela

[-- Attachment #1: Type: text/plain, Size: 845 bytes --]

Hello Everyone,
Here are fixes for bugs that I found in my tests.

Regards,
Lukas Straub

v2:
 -Don't touch qemu_file_rate_limit, solve the problem in migration_rate_limit

Lukas Straub (6):
  migration/colo.c: Use event instead of semaphore
  migration/colo.c: Use cpu_synchronize_all_states()
  migration/colo.c: Flush ram cache only after receiving device state
  migration/colo.c: Relaunch failover even if there was an error
  migration/colo.c: Move colo_notify_compares_event to the right place
  migration/migration.c: Fix hang in ram_save_host_page

 migration/colo.c      | 39 ++++++++++++++++++++++++---------------
 migration/migration.c |  4 ++++
 migration/migration.h |  4 ++--
 migration/ram.c       |  5 +----
 migration/ram.h       |  1 +
 5 files changed, 32 insertions(+), 21 deletions(-)

--
2.20.1

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-06-01 16:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-20 20:42 [PATCH v2 0/6] colo: migration related bugfixes Lukas Straub
2020-05-20 20:42 ` [PATCH v2 1/6] migration/colo.c: Use event instead of semaphore Lukas Straub
2020-05-20 20:42 ` [PATCH v2 2/6] migration/colo.c: Use cpu_synchronize_all_states() Lukas Straub
2020-05-20 20:42 ` [PATCH v2 3/6] migration/colo.c: Flush ram cache only after receiving device state Lukas Straub
2020-05-20 20:42 ` [PATCH v2 4/6] migration/colo.c: Relaunch failover even if there was an error Lukas Straub
2020-05-20 20:42 ` [PATCH v2 5/6] migration/colo.c: Move colo_notify_compares_event to the right place Lukas Straub
2020-05-20 20:42 ` [PATCH v2 6/6] migration/migration.c: Fix hang in ram_save_host_page Lukas Straub
2020-06-01 16:54   ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).