diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-06 12:57:12 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-20 08:18:53 +0200 |
commit | 42bc8af14033b9eeeb535449f243767c015f027e (patch) | |
tree | b8b1309a8c13c1c999db5b88d6c34e9f8a61245b /python/scripts | |
parent | 70f48d7fb19a88bca3cd4c388646d4cb9ee730f0 (diff) | |
download | qemu-42bc8af14033b9eeeb535449f243767c015f027e.zip qemu-42bc8af14033b9eeeb535449f243767c015f027e.tar.gz qemu-42bc8af14033b9eeeb535449f243767c015f027e.tar.bz2 |
target/riscv: remove .instance_post_init
Unlike other uses of .instance_post_init, accel_cpu_instance_init()
*registers* properties, and therefore must be run before
device_post_init() which sets them to their values from -global.
In order to move all registration of properties to .instance_init,
call accel_cpu_instance_init() at the end of riscv_cpu_init().
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions