On 07/03/19 14:25, Peter Maydell wrote: > In file included from > /home/petmay01/qemu-for-merges/hw/tpm/tpm_emulator.c:37:0: > /home/petmay01/qemu-for-merges/hw/tpm/tpm_ioctl.h:11:21: fatal error: > sys/uio.h: No such file or directory > > I'm not sure what's happened here. It looks like the Kconfig machinery > is putting CONFIG_TPM_EMULATOR in build/x86-64-softmmu/config-devices.mak, > but configure is trying to put it into config-host.mak. The configure > code is where the "don't do TPM on windows" check is, but the Kconfig > entry in config-devices.mak overrides that and tries to build this > code on Windows anyway. > > All the other builds seemed to run ok (I'm just rerunning one lot > which failed due to an issue on my end; will follow up if there's > any failure there).
I did the final push to github from the wrong machine. :( Resending. Paolo