summary refs log tree commit diff stats
path: root/scripts/python_qmp_updater.py
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>2023-09-12 10:24:21 -0300
committerAlistair Francis <alistair.francis@wdc.com>2023-10-12 11:49:15 +1000
commit25aa6f7202d5403ac123abe5cd5ff08f2e003f77 (patch)
tree57e4f88d064a7bca83738d6c247bea4da6a0bf66 /scripts/python_qmp_updater.py
parent549cbf789ef8669a835207e020db67d20045b1a9 (diff)
downloadfocaccia-qemu-25aa6f7202d5403ac123abe5cd5ff08f2e003f77.tar.gz
focaccia-qemu-25aa6f7202d5403ac123abe5cd5ff08f2e003f77.zip
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 'scripts/python_qmp_updater.py')
0 files changed, 0 insertions, 0 deletions