On 6/20/25 10:13, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> include/hw/core/cpu.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h
> index 33296a1c080..69ea425c458 100644
> --- a/include/hw/core/cpu.h
> +++ b/include/hw/core/cpu.h
> @@ -441,6 +441,7 @@ struct qemu_work_item;
> * @opaque: User data.
> * @mem_io_pc: Host Program Counter at which the memory was accessed.
> * @accel: Pointer to accelerator specific state.
> + * @vcpu_dirty: Hardware accelerator is not synchronized with QEMU state
> * @kvm_fd: vCPU file descriptor for KVM.
> * @work_mutex: Lock to prevent multiple access to @work_list.
> * @work_list: List of pending asynchronous work.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~