18 Aug
2026
18 Aug
'26
11:12 p.m.
On Wed, Jul 29, 2026 at 08:58:55 +0000, Abhisek Panda wrote:
Build the tls-creds-psk object with the following params: id, dir, endpoint.
Note: Libvirt generates a keys.psk file for each migration session that only contains the pre-shared key for the "qemu" user. Because QEMU defaults to using "qemu" as the username if the username attribute of the tls-creds-psk object is undefined. We intentionally do not set this attribute.
Suggested-by: Tejus GK <tejus.gk@nutanix.com> Signed-off-by: Abhisek Panda <abhisek.panda1@nutanix.com> --- src/qemu/qemu_command.c | 26 ++++++++++++++++++++++++++ src/qemu/qemu_command.h | 7 +++++++ 2 files changed, 33 insertions(+)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>