On Thu, 23 Oct 2025 at 13:25, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Wed, 15 Oct 2025 at 10:17, Corvin Köhne <corvin.koehne@gmail.com> wrote:
> >
> > From: Corvin Köhne <c.koehne@beckhoff.com>
> >
> > Hi,
> >
> > Beckhoff has build a board, called CX7200, based on the Xilinx Zynq A9
> > platform. This commit series adds the Beckhoff CX7200 as new board variant to
> > QEMU.
>
> Did you base this on current master? beckhoff_ccat.c tries
> to include "exec/address-spaces.h", which hasn't existed since
> commit dfc56946a7005 renamed it to system/address-spaces.h
> back in March, so it doesn't compile...
Similarly for references to exec/memory.h.
Please rebase this on current head-of-git, make sure it
compiles and passes 'make check' and 'make check-functional',
and then resend it.
thanks
-- PMM