On 3/20/21 3:15 PM, Reinoud Zandijk wrote:
> Hi,
>  
> a quick question. I forgot to add my accel/stubs/nvmm-stub.h

Stub ending in .h? Suspicious... Rename it .c?

> to
> accel/stubs/meson.build but even when I disable NVMM explicitly or build it on
> a NetBSD platform that does not support NVMM, it just compiled. So, is it
> actually still used?

Stub is usually required when you have to call specific code from
generic one. If your specific code is NVMM, then you should test
QEMU still builds outside of NetBSD / NVMM, where the NVMM stubs
would be used.

Regards,

Phil.

Reply via email to