On Fri, May 27, 2016 at 02:21:53PM +0200, Peter Krempa wrote:
Similarly to the domain definition validator add a device validator.
The
change to the prototype of the domain validator is necessary as
virDomainDeviceInfoIterateInternal requires a non-const pointer.
---
src/conf/domain_conf.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++--
src/conf/domain_conf.h | 9 ++++++-
src/libxl/libxl_driver.c | 6 +++--
src/lxc/lxc_driver.c | 3 ++-
src/qemu/qemu_driver.c | 2 +-
src/uml/uml_driver.c | 3 ++-
src/vbox/vbox_common.c | 3 ++-
src/vz/vz_driver.c | 4 +++-
src/xen/xend_internal.c | 3 ++-
src/xen/xm_internal.c | 3 ++-
10 files changed, 86 insertions(+), 12 deletions(-)
ACK