]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Factor out body of qemuDomainGetMetadata for universal use
authorPeter Krempa <pkrempa@redhat.com>
Tue, 11 Jun 2013 13:45:05 +0000 (15:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Sep 2013 07:42:49 +0000 (09:42 +0200)
commit99c51af2ee42de980c258ecb52cf20f96c69ff83
treec76424737d876264906b4bea010f6b68b64c542c
parentcb356928a648d5e6d790885c766c830864b4f5f9
qemu: Factor out body of qemuDomainGetMetadata for universal use

The function implemented common behavior that can be reused for other
hypervisor drivers that use the virDomainObj data structures. Factor out
the core into a separate helper func.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c