crosvm/swap
Shintaro Kawamura f05ef071ae swap: move guest memory to staging memory on multi thread
Enabling vmm-swap copies all the guest memory to the staging memory
while freezing whole the crosvm. Reducing the latency of it is
important.

The most time consuming part of enabing vmm-swap is pure memory copy
which easily can be executed on the multi-thread.

BUG=b:263830401
TEST=cargo test -p swap

Change-Id: I307ad1c459158113cc654e7ba1541381a38b65bb
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4142083
Reviewed-by: David Stevens <stevensd@chromium.org>
Commit-Queue: Shin Kawamura <kawasin@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-01-23 04:52:02 +00:00
..
src swap: move guest memory to staging memory on multi thread 2023-01-23 04:52:02 +00:00
tests swap: move guest memory to staging memory on multi thread 2023-01-23 04:52:02 +00:00
Cargo.toml swap: move guest memory to staging memory on multi thread 2023-01-23 04:52:02 +00:00