Re: [libvirt PATCH 2/2] virDomainFeaturesHyperVDefParse: Compare hyperv mode

2021-12-15 Thread Michal Prívozník
On 12/14/21 17:53, Tim Wiederhake wrote: > Previous patch neglected the possibility of different modes for hyperv > (e.g. "custom" and "passthrough"). > > Fixes: 6e83fafe331dd0b4fb19aa384c3dd36b3af62933 > Signed-off-by: Tim Wiederhake > --- > src/conf/domain_conf.c | 9 + > 1 file

[libvirt PATCH 2/2] virDomainFeaturesHyperVDefParse: Compare hyperv mode

2021-12-14 Thread Tim Wiederhake
Previous patch neglected the possibility of different modes for hyperv (e.g. "custom" and "passthrough"). Fixes: 6e83fafe331dd0b4fb19aa384c3dd36b3af62933 Signed-off-by: Tim Wiederhake --- src/conf/domain_conf.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/conf/domain_conf.c