I met this issue the same. By following Errors when install QEMU from source code, I update my meson to 1.7.0 by
pip install meson==1.7.0
and recompile QEMU after
make clean ./configure
it success.