Re: [libvirt] [PATCH 9/9] qemu: command: Support new cpu feature argument syntax

2017-01-06 Thread Jiri Denemark
On Sun, Dec 18, 2016 at 14:22:29 -0500, Jason J. Herne wrote: > From: "Collin L. Walling" > > Qemu has abandoned the +/-feature syntax in favor of key=value. Some > architectures (s390) do not support +/-feature. So we update libvirt to handle > both formats. > > If we detect a sufficiently new

[libvirt] [PATCH 9/9] qemu: command: Support new cpu feature argument syntax

2016-12-18 Thread Jason J. Herne
From: "Collin L. Walling" Qemu has abandoned the +/-feature syntax in favor of key=value. Some architectures (s390) do not support +/-feature. So we update libvirt to handle both formats. If we detect a sufficiently new Qemu (indicated by support for qmp query-cpu-model-expansion) we use key=val