]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add helper for querying timezone info
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 23 Aug 2019 16:31:19 +0000 (11:31 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Aug 2019 15:27:40 +0000 (17:27 +0200)
commitb11f485382eec34cd92276499c1e8cf2ac858795
treef28e22679b1d2e206750f058623e28df5b6db150
parentd5b5a890dd6941e1cb05fa8e6c12d21fd449c8ad
qemu: add helper for querying timezone info

This function queries timezone information within the guest and adds
the information to an array of typed parameters with field names
intended to be returned to virDomainGetGuestInfo()

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_agent.c
src/qemu/qemu_agent.h
tests/qemuagenttest.c