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 28, 2022
1 parent 2180861 commit d92a9c5
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 @@ -90,8 +90,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 = "6a8c128e6a4b41e66212bcc20dd270ca"
let last_known_schema_hash = "e8ca96ebed5a5b77ce357f7a43374e79"

let current_schema_hash : string =
let open Datamodel_types in
Expand Down

0 comments on commit d92a9c5

Please sign in to comment.