mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
devices: rework TPM register and field look-up
Match against enums instead. This then drops the need to import phf. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
@@ -13,7 +13,6 @@ byteorder = "1.4.3"
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.139"
|
||||
log = "0.4.17"
|
||||
phf = { version = "0.11.1", features = ["macros"] }
|
||||
thiserror = "1.0.38"
|
||||
tpm = { path = "../tpm" }
|
||||
versionize = "0.1.9"
|
||||
|
||||
Reference in New Issue
Block a user