On Fri, Oct 11, 2024 at 7:14 AM Fabiano Rosas <faro...@suse.de> wrote:
>
> Yichen Wang <yichen.w...@bytedance.com> writes:
>
>
> Still doesn't build without DSA:
>
> qemu/include/qemu/dsa.h: In function
> ‘buffer_is_zero_dsa_batch_sync’:
> /home/fabiano/kvm/qemu/include/qemu/dsa.h:183:16: error: ‘errp’
> undeclared (first use in this function); did you mean ‘errno’?
>
>      error_setg(errp, "DSA accelerator is not enabled.");
>                 ^
> qemu/include/qapi/error.h:318:26: note: in definition of macro ‘error_setg’
>      error_setg_internal((errp), __FILE__, __LINE__, __func__,   \
>                           ^~~~
> qemu/include/qemu/dsa.h:183:16: note: each undeclared identifier is reported 
> only once for each function it appears in
>      error_setg(errp, "DSA accelerator is not enabled.");
>                 ^
> qemu/include/qapi/error.h:318:26: note: in definition of macro ‘error_setg’
>      error_setg_internal((errp), __FILE__, __LINE__, __func__,   \
>                           ^~~~

Sorry for that, I will make sure I test both for my last version
before git send-mail...

Reply via email to