Hello, wise people!
As a part of BZ1615830[1] I want to add information about qemu guest agent
to engine's DB. I have some trouble figuring out some details.
1. VDSM seems to be using QGA, but it does not report any information about
it. Am I right?
I only found a mention about it in `xml` field in JSON returned by
`VM.getInfo` (and `Host.getVMFullList`): a `virtio` channel as
documented in libvirt.
2. How does the engine puts data into `vm_dynamic` table? I can't find any
usage for `InsertVmDynamic` procedure.
3. Also, it's not clear to me how (whether?) the engine consumes output of
VM.getInfo/Host.getVMFullList.
Any pointers to relevant code appreciated.
Tomo
[1]
https://bugzilla.redhat.com/show_bug.cgi?id=1615830