mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tpm: Add emulator module
Emulator module adds methods required to communicate with swtpm over Ctrl and Data channels. Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com> Co-authored-by: Sean Yoo <t-seanyoo@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
58b902d036
commit
19fdf8bc79
@@ -6,6 +6,7 @@
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod emulator;
|
||||
pub mod socket;
|
||||
|
||||
use anyhow::anyhow;
|
||||
|
||||
Reference in New Issue
Block a user