diff options
author | Daniel Henrique Barboza <dbarboza@ventanamicro.com> | 2023-09-12 10:24:21 -0300 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2023-10-12 11:49:15 +1000 |
commit | 25aa6f7202d5403ac123abe5cd5ff08f2e003f77 (patch) | |
tree | 57e4f88d064a7bca83738d6c247bea4da6a0bf66 /plugins/plugin.h | |
parent | 549cbf789ef8669a835207e020db67d20045b1a9 (diff) | |
download | qemu-25aa6f7202d5403ac123abe5cd5ff08f2e003f77.zip qemu-25aa6f7202d5403ac123abe5cd5ff08f2e003f77.tar.gz qemu-25aa6f7202d5403ac123abe5cd5ff08f2e003f77.tar.bz2 |
target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
Before adding support to detect if an extension was user set we need to
handle how we're enabling extensions in riscv_init_max_cpu_extensions().
object_property_set_bool() calls the set() callback for the property,
and we're going to use this callback to set the 'multi_ext_user_opts'
hash.
This means that, as is today, all extensions we're setting for the 'max'
CPU will be seen as user set in the future. Let's change set_bool() to
isa_ext_update_enabled() that will just enable/disable the flag on a
certain offset.
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Message-ID: <20230912132423.268494-19-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'plugins/plugin.h')
0 files changed, 0 insertions, 0 deletions