[libvirt] [PATCH 05/10] conf: Move some virDomainDeviceInfo functions

2017-06-29 Thread Andrea Bolognani
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 --- src/conf/device_conf.c | 109 src/conf/device_conf.h |

Re: [libvirt] [PATCH 05/10] conf: Move some virDomainDeviceInfo functions

2017-06-30 Thread Peter Krempa
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 > --- > src/conf/device_conf.c |