Quick question on whether it is possible to use the libvirt API exposed by the libvirt DLL compiled on a Vista machine to obtain the system time in UTC of the remote machine hosting several VMs? Many thanks... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100620/3cbbd5ad/attachment.htm>
Matthias Bolte
2010-Jun-22 18:45 UTC
[libvirt-users] Obtaining UTC Time from Remote VM Host
2010/6/20 Development <development at simulamen.eu>:> Quick question on whether it is possible to use the libvirt API exposed by > the libvirt DLL compiled on a Vista machine to obtain the system time in UTC > of the remote machine hosting several VMs?? Many thanks... >There is no such feature in libvirt yet. But there is no reason why a function like time_t virConnectGetCurrentTime(virConnectPtr conn); could not be added to libvirt. Matthias