diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-10-02 16:03:05 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-12-20 09:11:46 +0100 |
commit | 2252aaf08786de5a4df8350e5362a98646a3e481 (patch) | |
tree | 82c94c6010c04ae03fc92b6745c5012dd0da0d3d /qemu-options.hx | |
parent | 44743148460cc9fb5537ad268a8e0e9ddf58beb8 (diff) |
qemu-options: Polish section "TPM device options"
Cc: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20171002140307.5292-7-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index ef52be908a..31d54abc05 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2927,19 +2927,18 @@ The general form of a TPM device option is: @item -tpmdev @var{backend} ,id=@var{id} [,@var{options}] @findex -tpmdev -Backend type must be either one of the following: -@option{passthrough}, @option{emulator}. The specific backend type will determine the applicable options. The @code{-tpmdev} option creates the TPM backend and requires a @code{-device} option that specifies the TPM frontend interface model. -Options to each backend are described below. +Use @code{-tpmdev help} to print all available TPM backend types. -Use 'help' to print all available TPM backend types. -@example -qemu -tpmdev help -@end example +@end table + +The available backends are: + +@table @option @item -tpmdev passthrough, id=@var{id}, path=@var{path}, cancel-path=@var{cancel-path} @@ -2992,10 +2991,11 @@ To create a TPM emulator backend device with chardev socket backend: @end example -@end table - ETEXI +STEXI +@end table +ETEXI DEFHEADING() #endif |