Re: [PATCH] target/arm: Restrict arm_do_plugin_vcpu_discon_cb() to TCG
Pierrick Bouvier <[email protected]>
| Newsgroups | org.nongnu.qemu-devel,org.nongnu.qemu-arm |
|---|---|
| Message-ID | <[email protected]> |
On 8/14/2026 1:05 AM, Philippe Mathieu-Daudé 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]> > --- > target/arm/helper.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Pierrick Bouvier <[email protected]>