Re: [PATCH v2 3/4] qemu: make Hyperv settings exclusive to x86 and aarch64

2020-03-25 Thread Andrea Bolognani
On Tue, 2020-03-24 at 14:33 -0300, Daniel Henrique Barboza wrote: > Hyperv features are supported by both x86 and aarch64. The > declaration in the XML by itself is benign to other architectures, > but any of its 14 current features will break QEMU with an error > like this (from ppc64): > >

[PATCH v2 3/4] qemu: make Hyperv settings exclusive to x86 and aarch64

2020-03-24 Thread Daniel Henrique Barboza
Hyperv features are supported by both x86 and aarch64. The declaration in the XML by itself is benign to other architectures, but any of its 14 current features will break QEMU with an error like this (from ppc64): qemu-kvm: Expected key=value format, found hv_relaxed This is a more extreme