
24 Apr
2015
24 Apr
'15
10:28 a.m.
On Thu, Apr 23, 2015 at 19:14:56 +0200, Michal Privoznik wrote:
This is basically turning qemuDomObjEndAPI into a more general function. Other drivers which gets a reference to domain objects may benefit from this function too.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/conf/domain_conf.c | 22 ++++++++++++++++++++++ src/conf/domain_conf.h | 2 ++ src/libvirt_private.syms | 1 + src/qemu/qemu_domain.c | 7 +------ 4 files changed, 26 insertions(+), 6 deletions(-)
ACK, although I think that sed-ing s/qemuDomObjEndAPI/virDomainObjEndAPI/ could be done at this point too. Peter