On Mon, 10 Jun 2019 at 03:02, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 185b7ccc11354cbd69b6d53bf8d831dd964f6c88: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into > staging (2019-06-07 15:24:13 +0100) > > are available in the Git repository at: > > https://github.com/rth7680/qemu.git tags/pull-tcg-20190609 > > for you to fetch changes up to e20774aed18cc5e0113e6a6c502ece2fc1c41931: > > tcg/arm: Remove mostly unreachable tlb special case (2019-06-09 18:55:23 > -0700) > > ---------------------------------------------------------------- > Move softmmu tlb into CPUNegativeOffsetState > > ----------------------------------------------------------------
Hi; this failed to build on OpenBSD: /tmp/qemu-test.RzUFLe/bsd-user/main.c: In function 'cpu_loop': /tmp/qemu-test.RzUFLe/bsd-user/main.c:143:28: error: 'cpu' undeclared (first use in this function) CPUState *cs = env_cpu(cpu); ^ /tmp/qemu-test.RzUFLe/bsd-user/main.c:143:28: note: each undeclared identifier is reported only once for each function it appears in (freebsd and netbsd were ok) thanks -- PMM