Re: [PATCH] target/arm: Restrict arm_do_plugin_vcpu_discon_cb() to TCG
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 15/8/26 17:08, Peter Maydell wrote: > On Fri, 14 Aug 2026 at 09:05, Philippe Mathieu-Daudé > <[email protected]> wrote: >> >> So far TCG plugins can only be used when TCG is available. >> Move the arm_do_plugin_vcpu_discon_cb() call within the >> 'if tcg_enabled' block and wrap the definition with #ifdef'ry. >> >> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > > Applied to target-arm.next, thanks. > > Does this fix any user-facing issue, or is it just something > we need to sort out for hybrid acceleration ? Not an user-facing issue so far, but will emerge soon (the hybrid-accel series is too big and hard to split, I am trying to split unasorted cleanups of to reduce its size).