mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 04:09:48 +00:00
a555cdda96
The crosvm_client_resume_vm function actually just resumes vcpus of the VM. This is a little bit counter intuitive, but since crosvm_control library provide api and abi stable interface, we can't change the implementation without potentially breaking existing clients. Instead, this patch adds a new crosvm_client_resume_vm_full function which performs a "full" resume of the vm. BUG=b:360102915 TEST=tools/presubmit Change-Id: I28d9a338f24716a62655ba0f7e2db41c148ca0f8 Signed-off-by: Nikita Ioffe <ioffe@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5999729 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |