From: Lukas Straub <lukasstraub2@web.de>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: Hailiang Zhang <zhang.zhanghailiang@huawei.com>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
Juan Quintela <quintela@redhat.com>
Subject: [PATCH v2 0/6] colo: migration related bugfixes
Date: Wed, 20 May 2020 22:42:00 +0200 [thread overview]
Message-ID: <cover.1590007004.git.lukasstraub2@web.de> (raw)
[-- 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 --]
next reply other threads:[~2020-05-20 20:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 20:42 Lukas Straub [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1590007004.git.lukasstraub2@web.de \
--to=lukasstraub2@web.de \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=zhang.zhanghailiang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.