mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
f05ef071ae
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> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |