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 <[email protected]> > Signed-off-by: Abhisek Panda <[email protected]> > --- > src/qemu/qemu_command.c | 26 ++++++++++++++++++++++++++ > src/qemu/qemu_command.h | 7 +++++++ > 2 files changed, 33 insertions(+)
Reviewed-by: Peter Krempa <[email protected]>
