Re: [PATCH 15/15] qemu: move qemuValidateDomainDeviceDef() to qemu_validate.c

2020-04-03 Thread Ján Tomko
On a Thursday in 2020, Daniel Henrique Barboza wrote: Now that all its helper functions are in qemu_validate.c, we can move the function itself. The helpers can become static again since they're all in the same file. Signed-off-by: Daniel Henrique Barboza --- src/qemu/qemu_domain.c | 128

[PATCH 15/15] qemu: move qemuValidateDomainDeviceDef() to qemu_validate.c

2020-03-26 Thread Daniel Henrique Barboza
Now that all its helper functions are in qemu_validate.c, we can move the function itself. The helpers can become static again since they're all in the same file. Signed-off-by: Daniel Henrique Barboza --- src/qemu/qemu_domain.c | 128 + src/qemu/qemu_validate.c |