On 3/20/23 10:14, Alex Bennée wrote:
This should be a tcg hook, not a sysemu hook, per the previous one. I would very much like it to never be NULL, but instead your new common_cpu_handle_interrupt function.I was trying to figure out how to instantiate a default but ran into const problems eventually forcing me to give up.
You initialize it for each instance individually, not in one central place.
Why a TCG hook? Do we not process any interrupts for KVM or HVF?
No. r~