On Wed, Mar 12, 2025 at 17:17:51 +0000, Daniel P. Berrangé wrote: > This is maintained in the same way as the autostart flag, using a > symlink. The difference is that instead of '.xml', the symlink > suffix is '.xml.once'. The link is also deleted immediately after > it has been read. The last sentence is no longer accurate after the changes. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > src/conf/domain_conf.c | 7 ++++++- > src/conf/domain_conf.h | 2 ++ > src/conf/virdomainobjlist.c | 8 ++++++++ > src/hypervisor/domain_driver.c | 14 +++++++++++--- > 4 files changed, 27 insertions(+), 4 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>