Skip to content

Commit

Permalink
vtpm: allow the lifecycle of the vtpm contents to be autogenerated
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <pau.safont@citrix.com>
  • Loading branch information
psafont committed Jul 29, 2022
1 parent 2f31e0e commit 09aa6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ocaml/idl/datamodel_vtpm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ let t =
"Whether the contents of the VTPM are secured according to the TPM \
spec"
; field ~qualifier:DynamicRO ~ty:(Ref _secret) ~internal_only:true
~lifecycle:[(Published, rel_next, "Added VTPM contents")]
"contents" "The contents of the TPM"
~lifecycle:[] "contents" "The contents of the TPM"
]
~messages:[create; destroy; get_contents; set_contents]
()
2 changes: 1 addition & 1 deletion ocaml/idl/schematest.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let hash x = Digest.string x |> Digest.to_hex

(* BEWARE: if this changes, check that schema has been bumped accordingly *)
let last_known_schema_hash = "ed0703da4ef17162a4582f0ed171d719"
let last_known_schema_hash = "63465556393168a876cb875c5d18dcda"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit 09aa6d2

Please sign in to comment.