]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
qmp: add QMP interface "query-cpu-model-baseline"
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Mon, 5 Sep 2016 08:52:41 +0000 (10:52 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 6 Sep 2016 15:06:51 +0000 (17:06 +0200)
commitb18b6043341dfad46cbda7804424a1604cea065b
tree94e0fb9f3aa2a78df4310715983da227d14d13d8
parent0031e0d68339e7a919cf927119807ed882da6e4f
qmp: add QMP interface "query-cpu-model-baseline"

Let's provide a standardized interface to baseline two CPU models, to
create a third, compatible one. This is especially helpful when two
CPU models are not identical, but a CPU model is required that is
guaranteed to run under both configurations, where the original models run.

"query-cpu-model-baseline" takes two CPU models and returns a third,
compatible model. The result will always be a static CPU model.

Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <20160905085244.99980-28-dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
include/sysemu/arch_init.h
qapi-schema.json
qmp-commands.hx
qmp.c
stubs/Makefile.objs
stubs/arch-query-cpu-model-baseline.c [new file with mode: 0644]