]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Rate limit inside host pages
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 5 Dec 2019 10:29:18 +0000 (10:29 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:46:20 +0000 (12:46 -0500)
commit52771abbfa6775db8843f2ee365d45be169887cd
treeeaacc3a01c40ff8a555cd9440ae64269401adf3c
parentd306348fd65a57c32e36558f450d90d4ed6a03d9
migration: Rate limit inside host pages

When using hugepages, rate limiting is necessary within each huge
page, since a 1G huge page can take a significant time to send, so
you end up with bursty behaviour.

Fixes: 4c011c37ecb3 ("postcopy: Send whole huge pages")
Reported-by: Lin Ma <LMa@suse.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
(cherry picked from commit 97e1e06780e70f6e98a0d2df881e0c0927d3aeb6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
migration/migration.c
migration/migration.h
migration/ram.c
migration/trace-events