Displaying 4 results from an estimated 4 matches for "virdomaingetmetadata".
2017 Mar 06
2
domain reinitalization detection
...inter using virDomainLookupByID , then get UUID by virDomainGetUUIDString get domain ID of matching UUID's .
It seems too complex and I expect noticeable performance overhead, so looking for something lighter.
I'm trying to get current domain ID using API function :
char * virDomainGetMetadata (virDomainPtr domain, int type, const char * uri, unsigned int flags)
I'm not sure it's relevant function, since domain ID is contained not in metadata subsection but in opening <domain> markup.
In fact I wasn't even able to get any data using that function call since I do...
2017 Mar 06
1
Re: domain reinitalization detection
...kupByID , then get UUID by virDomainGetUUIDString get domain ID of matching UUID's .
> It seems too complex and I expect noticeable performance overhead, so looking for something lighter.
>
> I'm trying to get current domain ID using API function :
>
> char * virDomainGetMetadata (virDomainPtr domain, int type, const char * uri, unsigned int flags)
>
> I'm not sure it's relevant function, since domain ID is contained not in metadata subsection but in opening <domain> markup.
> In fact I wasn't even able to get any data using that function...
2017 Mar 06
0
Re: domain reinitalization detection
...kupByID , then get UUID by virDomainGetUUIDString get domain ID of matching UUID's .
> It seems too complex and I expect noticeable performance overhead, so looking for something lighter.
>
> I'm trying to get current domain ID using API function :
>
> char * virDomainGetMetadata (virDomainPtr domain, int type, const char * uri, unsigned int flags)
>
> I'm not sure it's relevant function, since domain ID is contained not in metadata subsection but in opening <domain> markup.
> In fact I wasn't even able to get any data using that function...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL,
I just look for the class and method to use blockcopy in libvirt-java on
this page:
http://libvirt.org/sources/java/javadoc/
However, I can not find out. Libvirt-java Support blockcopy ? Thanks.
Best Regards,
Star Guo