mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
qemu: Fix description of swtpmStateDir
This directory contains runtime state, not persistent state. The latter goes into swtpmStorageDir. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
a0dedd64d4
commit
8367ad8a38
@ -281,7 +281,7 @@ qemuTPMEmulatorCleanupHost(virDomainTPMDef *tpm)
|
||||
* @logDir: directory where swtpm writes its logs into
|
||||
* @swtpm_user: uid to run the swtpm with
|
||||
* @swtpm_group: gid to run the swtpm with
|
||||
* @swtpmStateDir: directory for swtpm's persistent state
|
||||
* @swtpmStateDir: directory for swtpm runtime state
|
||||
* @qemu_user: uid that qemu will run with; we share the socket file with it
|
||||
* @shortName: short and unique name of the domain
|
||||
*
|
||||
@ -814,7 +814,7 @@ qemuTPMEmulatorStop(const char *swtpmStateDir,
|
||||
|
||||
/**
|
||||
* qemuExtTPMEmulatorSetupCgroup:
|
||||
* @swtpmStateDir: directory for swtpm's persistent state
|
||||
* @swtpmStateDir: directory for swtpm runtime state
|
||||
* @shortName: short and unique name of the domain
|
||||
* @cgroup: cgroup to add the swtpm process to
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user