[hypervisor] Add capabilities
Allow hypervisor backends to advertize their capabilities such as
dynamic memory sharing with host OS.
Test: m pvmfw_img
Bug: 271493784
Change-Id: Id2d755d790254814538ae6e12efb654bb091975c
diff --git a/libs/hyp/src/lib.rs b/libs/hyp/src/lib.rs
index 6db6ba8..694f957 100644
--- a/libs/hyp/src/lib.rs
+++ b/libs/hyp/src/lib.rs
@@ -21,4 +21,4 @@
mod util;
pub use error::{Error, Result};
-pub use hypervisor::{get_hypervisor, Hypervisor, KvmError};
+pub use hypervisor::{get_hypervisor, Hypervisor, HypervisorCap, KvmError};