mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
e5774c3a8b
For hypervisors that do not handle ioevents in-kernel, we need to make some minor adjustments to the hypervisor abstraction api: - register/unregister_ioevents needs &mut self instead of &self - move handle_io_events from Vcpu to Vm, because the ioevents are registered on the Vm not the Vcpu. BUG=chromium:1077058 TEST=cargo test -p hypervisor Change-Id: Iddd61502a716143e117c454e64a9c9bd2578148d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2405299 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Colin Downs-Razouk <colindr@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |