aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>2023-10-18 16:56:37 -0300
committerAlistair Francis <alistair.francis@wdc.com>2023-11-07 11:06:02 +1000
commitef58fad0fdc7aba2c2196f9c35a89889286ef92b (patch)
tree61fbc9111952ddab7da03be4e3bf364b19544055 /scripts
parent1df4f540d6352131cefa7ca48b637ccb774ce9e0 (diff)
downloadqemu-ef58fad0fdc7aba2c2196f9c35a89889286ef92b.zip
qemu-ef58fad0fdc7aba2c2196f9c35a89889286ef92b.tar.gz
qemu-ef58fad0fdc7aba2c2196f9c35a89889286ef92b.tar.bz2
target/riscv: add riscv_cpu_accelerator_compatible()
Add an API to check if a given CPU is compatible with the current accelerator. This will allow query-cpu-model-expansion to work properly in conditions where QEMU supports both accelerators (TCG and KVM), QEMU is then launched using TCG, and the API requests information about a KVM only CPU (e.g. 'host' CPU). KVM doesn't have such restrictions and, at least in theory, all CPUs models should work with KVM. We will revisit this API in case we decide to restrict the amount of KVM CPUs we support. Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20231018195638.211151-6-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions