
3 Apr
2020
3 Apr
'20
2:21 p.m.
On a Thursday in 2020, Daniel Henrique Barboza wrote:
qemuDomainChrDefValidate() has a lot of static helpers functions that needed to be moved as well.
Other functions from qemuDomainDeviceDefValidate() that were also moved: - qemuValidateDomainSmartcardDef - qemuValidateDomainRNGDef - qemuValidateDomainRedirdevDef - qemuValidateDomainWatchdogDef
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> --- src/qemu/qemu_domain.c | 383 +-------------------------------------- src/qemu/qemu_validate.c | 373 ++++++++++++++++++++++++++++++++++++++ src/qemu/qemu_validate.h | 11 ++ 3 files changed, 389 insertions(+), 378 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano