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 <jdenemar(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 52 ++++++++++++++++++++++++++++++++++++
src/qemu/qemu_capabilities.h | 4 +++
2 files changed, 56 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano