crosvm/crosvm_control
Nikita Ioffe a555cdda96 crosvm_control: add crosvm_client_resume_vm_full api
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>
2024-11-08 20:39:02 +00:00
..
src crosvm_control: add crosvm_client_resume_vm_full api 2024-11-08 20:39:02 +00:00
build.rs balloon: use protos for registered events 2023-05-22 19:28:45 +00:00
Cargo.toml vm_control: fix more wildcard re-exports 2024-06-14 22:38:27 +00:00