Re: [libvirt] [PATCH 20/22] qemu_capabilities: Introduce virQEMUCapsGetCPUFeatures

2018-05-25 Thread Collin Walling
On 05/16/2018 04:39 AM, Jiri Denemark wrote: > The function creates a lost of all (or migratable only) CPU features > supported by QEMU. It works by looking at the CPU model info returned by > query-cpu-model-expansion QMP command. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_capabilit

Re: [libvirt] [PATCH 20/22] qemu_capabilities: Introduce virQEMUCapsGetCPUFeatures

2018-05-25 Thread Ján Tomko
On Wed, May 16, 2018 at 10:39:39AM +0200, Jiri Denemark wrote: The function creates a lost of all (or migratable only) CPU features s/lost/list/ supported by QEMU. It works by looking at the CPU model info returned by query-cpu-model-expansion QMP command. Signed-off-by: Jiri Denemark --- s

[libvirt] [PATCH 20/22] qemu_capabilities: Introduce virQEMUCapsGetCPUFeatures

2018-05-16 Thread Jiri Denemark
The function creates a lost of all (or migratable only) CPU features supported by QEMU. It works by looking at the CPU model info returned by query-cpu-model-expansion QMP command. Signed-off-by: Jiri Denemark --- src/qemu/qemu_capabilities.c | 52 src/qemu/q