Re: [libvirt PATCH] Move default Input bus logic to PostParse handling

2023-04-24 Thread Shiva
On 4/24/23 12:15, Martin Kletzander wrote: And I would squash this in before pushing if you're OK with that: diff --git i/src/conf/domain_conf.c w/src/conf/domain_conf.c index 0d8b128f9538..222dd989f54f 100644 --- i/src/conf/domain_conf.c +++ w/src/conf/domain_conf.c @@ -10733,15 +10733,12 @@

Re: [libvirt PATCH] Move default Input bus logic to PostParse handling

2023-04-23 Thread Martin Kletzander
On Sat, Apr 22, 2023 at 11:25:30PM +0530, K Shiva wrote: A new enum type "Default" has been added for Input bus. The logic that handled default input bus types in virDomainInputParseXML() has been moved to a new function virDomainInputDefPostParse() in domain_postparse.c Link to Issue: https://gi

[libvirt PATCH] Move default Input bus logic to PostParse handling

2023-04-22 Thread K Shiva
A new enum type "Default" has been added for Input bus. The logic that handled default input bus types in virDomainInputParseXML() has been moved to a new function virDomainInputDefPostParse() in domain_postparse.c Link to Issue: https://gitlab.com/libvirt/libvirt/-/issues/8 Signed-off-by: K Shiva