]> git.proxmox.com Git - mirror_qemu.git/commit - hw/core/machine.c
machine: Add a valid_cpu_types property
authorAlistair Francis <alistair.francis@xilinx.com>
Tue, 3 Oct 2017 20:05:09 +0000 (13:05 -0700)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 10 Oct 2017 02:21:52 +0000 (23:21 -0300)
commitc9cf636d48fcb1d797077e1ffa456a3d324156bc
tree9b19e1de4f39eddd18981b05c90fe22c9ef4ce8f
parent8301ea444abb49f7b7fb939b09c1e23b22977f30
machine: Add a valid_cpu_types property

This patch add a MachineClass element that can be set in the machine C
code to specify a list of supported CPU types. If the supported CPU
types are specified the user enter CPU (by -cpu at runtime) is checked
against the supported types and QEMU exits if they aren't supported.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Message-Id: <b8474e9d2e0a219d9bac901342f983b13d009301.1507059418.git.alistair.francis@xilinx.com>
[ehabkost: removed assert(), rewrote comment]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c
include/hw/boards.h