]> xenbits.xensource.com Git - libvirt.git/commit
qemu: pass the virDomainDef to qemuDomainChrDefValidate
authorPino Toscano <ptoscano@redhat.com>
Thu, 7 Sep 2017 12:19:38 +0000 (14:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Sep 2017 11:05:14 +0000 (13:05 +0200)
commit2c79a2b26ccac60042fa355c59882520e65f3f8b
treed10529f7555e68e0ca9a2b581cb4cc004bc4000b
parent85afb126ad235e9b22d570751fd5eb0aed1eaabe
qemu: pass the virDomainDef to qemuDomainChrDefValidate

This will be used to improve the validation for this type of devices.

The former @def parameter is renamed to @dev, leaving @def for the
virDomainDef (following the style used elsewhere).

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
src/qemu/qemu_domain.c