On a Monday in 2022, Peter Krempa wrote:
Convert the field, adjust the XML parser to use virXMLPropEnum and
add
the VIR_DOMAIN_TIMER_TICKPOLICY_LAST enum case to all appropriate
'switch' statements.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_conf.c | 12 +++---------
src/conf/domain_conf.h | 2 +-
src/qemu/qemu_command.c | 5 +++++
src/qemu/qemu_validate.c | 6 ++++++
4 files changed, 15 insertions(+), 10 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano