s/validation/validate/ in the commit summary
On a Thursday in 2020, Daniel Henrique Barboza wrote:
The next big task is to move qemuDomainDeviceDefValidate() to
qemu_validation.c, which is a function that calls a lot of
other static helper functions. This patch starts it by moving
qemuDomainDeviceDefValidateAddress().
Signed-off-by: Daniel Henrique Barboza <danielhb413(a)gmail.com>
---
src/qemu/qemu_domain.c | 74 +---------------------------------------
src/qemu/qemu_validate.c | 72 ++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_validate.h | 2 ++
3 files changed, 75 insertions(+), 73 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano