From fe6aff3b81773477ca1e83de5fb4f3be197f47d3 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 14 Oct 2014 11:27:33 +0200 Subject: [PATCH] libvirt: Document UNDEFINE_NVRAM in UndefineFlags doc --- src/libvirt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libvirt.c b/src/libvirt.c index caacc2ebf3..dfca4f6da3 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -8760,6 +8760,10 @@ virDomainUndefine(virDomainPtr domain) * whether this flag is present. On hypervisors where snapshots do * not use libvirt metadata, this flag has no effect. * + * If the domain has any nvram specified, then including + * VIR_DOMAIN_UNDEFINE_NVRAM will also remove that file, and omitting the flag + * will cause the undefine process to fail. + * * Returns 0 in case of success, -1 in case of error */ int -- 2.39.5