Re: [libvirt] [PATCH 06/10] conf: Add VM Generation ID parse/format support

2018-04-12 Thread Marc Hartmayer
On Thu, Apr 12, 2018 at 01:03 PM +0200, John Ferlan wrote: > [...] > >>> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c >>> index 385ba4ce8c..0fa9386270 100644 >>> --- a/src/conf/domain_conf.c >>> +++ b/src/conf/domain_conf.c >>> @@ -18791,6 +18791,34 @@ virDomainDefParseXML(xmlDocPt

Re: [libvirt] [PATCH 06/10] conf: Add VM Generation ID parse/format support

2018-04-12 Thread John Ferlan
[...] >> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c >> index 385ba4ce8c..0fa9386270 100644 >> --- a/src/conf/domain_conf.c >> +++ b/src/conf/domain_conf.c >> @@ -18791,6 +18791,34 @@ virDomainDefParseXML(xmlDocPtr xml, >> VIR_FREE(tmp); >> } >> >> +/* Extract do

Re: [libvirt] [PATCH 06/10] conf: Add VM Generation ID parse/format support

2018-04-12 Thread Marc Hartmayer
On Wed, Apr 11, 2018 at 10:10 PM +0200, John Ferlan wrote: > The VM Generation ID is a mechanism to provide a unique 128-bit, > cryptographically random, and integer value identifier known as > the GUID (Globally Unique Identifier) to the guest OS. The value > is used to help notify the guest oper