qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/10] accel/tcg: push i386 specific hacks into handle_cpu_in


From: Richard Henderson
Subject: Re: [PATCH 08/10] accel/tcg: push i386 specific hacks into handle_cpu_interrupt callback
Date: Mon, 20 Mar 2023 23:04:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

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~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]