Re: [PATCH] target/arm: Restrict arm_do_plugin_vcpu_discon_cb() to TCG
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA9mO7R7ujwiv3CXOKqcVwtU3KoJ-i=EkawaGLUYUmvhqA@mail.gmail.com> |
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 ? -- PMM