On Thu, Jun 29, 2017 at 20:03:58 +0200, Andrea Bolognani wrote:
The virDomainDeviceInfo struct is defined in device_conf,
so generic functions that operate on it should also be
defined there rather than in domain_conf.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/conf/device_conf.c | 109 ++++++++++++++++++++++++++++++++++++++++++++
src/conf/device_conf.h | 8 ++++
src/conf/domain_conf.c | 114 -----------------------------------------------
src/conf/domain_conf.h | 7 ---
src/libvirt_private.syms | 4 +-
5 files changed, 119 insertions(+), 123 deletions(-)
ACK