On 9/12/25 10:24, Alex Bennée wrote:
When we handle a host call we report state back to the caller via
registers. Set vcpu_dirty to indicate QEMU is currently the reference
and hoist the flush_cpu_state() and make the call unconditional.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3228
Signed-off-by: Alex Bennée <[email protected]>
Tested-by: Christian Stussak <[email protected]>
---
v2
- Fixes->Resolves
---
target/arm/hvf/hvf.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Again:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>