]> xenbits.xensource.com Git - libvirt.git/commit
qemu: domain: Pass 'qemuCaps' to post parse callbacks when parsing status XML
authorPeter Krempa <pkrempa@redhat.com>
Mon, 28 May 2018 09:36:47 +0000 (11:36 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 29 May 2018 08:23:24 +0000 (10:23 +0200)
commit1bbb5dddbb7dc97ff15317f00d0935875463428c
treed97300bc1008b09ab6f932a436abc7cd8553ef7e
parentac6f736ed19e436dfab6b058d5c0f434e5d8cc9f
qemu: domain: Pass 'qemuCaps' to post parse callbacks when parsing status XML

When status XML was parsed the post-parse callbacks could not access
qemu caps and potentially upgrade the definition according to the
present caps. Implement the callback to pass it in.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c