mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: Disable tpm module for riscv64
TPM support on RISC-V is not scheduled in this stage, we will come back when it's ready and we have workloads to verify it on RISC-V. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -28,6 +28,8 @@ pub mod legacy;
|
|||||||
#[cfg(feature = "pvmemcontrol")]
|
#[cfg(feature = "pvmemcontrol")]
|
||||||
pub mod pvmemcontrol;
|
pub mod pvmemcontrol;
|
||||||
pub mod pvpanic;
|
pub mod pvpanic;
|
||||||
|
// TODO: TPM is not yet supported
|
||||||
|
#[cfg(not(target_arch = "riscv64"))]
|
||||||
pub mod tpm;
|
pub mod tpm;
|
||||||
|
|
||||||
pub use self::acpi::{AcpiGedDevice, AcpiPmTimerDevice, AcpiShutdownDevice};
|
pub use self::acpi::{AcpiGedDevice, AcpiPmTimerDevice, AcpiShutdownDevice};
|
||||||
|
|||||||
Reference in New Issue
Block a user