commit | 9afab67a60b692abcd6d323f54ae7e74fdb4ce00 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon Apr 17 14:26:23 2023 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue Apr 18 13:16:15 2023 +0000 |
tree | 460491ea5f07042aab49df5218e26a76638abd49 | |
parent | 90e6f16ad6bd527b71b40dadc7d967ba4c665d7e [diff] [blame] |
Use new psci::smccc error handling rather than smccc library. Test: Built pvmfw and rialto Change-Id: I79eb0ca966a6e970dde1c1d73a55db38c549df5c
diff --git a/libs/hyp/src/lib.rs b/libs/hyp/src/lib.rs index 66c78f4..6db6ba8 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}; +pub use hypervisor::{get_hypervisor, Hypervisor, KvmError};