[PATCH] qemu: Check usage count of qemu:override node

2022-04-20 Thread Justin Gatzen
When is the only usage of the qemu namespace the entire section is mistakenly removed. Add check for use count. Signed-off-by: Justin Gatzen --- src/qemu/qemu_domain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index

[PATCH] conf: Add grabToggle to evdev input

2021-07-22 Thread Justin Gatzen
Add support for customizable grabToggle key combinations with . Signed-off-by: Justin Gatzen --- docs/formatdomain.rst | 12 +++- docs/schemas/domaincommon.rng | 12 src/conf/domain_conf.c| 19