在 2024/1/5 下午9:34, Peter Maydell 写道:
On Fri, 5 Jan 2024 at 01:30, Song Gao <gaos...@loongson.cn> wrote:
The following changes since commit d328fef93ae757a0dd65ed786a4086e27952eef3:
Merge tag 'pull-20231230' of https://gitlab.com/rth7680/qemu into staging
(2024-01-04 10:23:34 +0000)
are available in the Git repository at:
https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20240105
for you to fetch changes up to 0cd8b379081fa71c23836052feb65da4685f8ec7:
target/loongarch: move translate modules to tcg/ (2024-01-05 09:31:05 +0800)
----------------------------------------------------------------
pull-loongarch-20240105
----------------------------------------------------------------
Song Gao (2):
target/loongarch/meson: move gdbstub.c to loongarch.ss
target/loongarch: move translate modules to tcg/
Hi; this fails to build, with
../target/loongarch/tcg/meson.build:1:3: ERROR: Unknown variable "config_all".
(eg https://gitlab.com/qemu-project/qemu/-/jobs/5868662017)
I think your pullreq has unfortunately got a conflict with the
meson cleanup patches that I just applied from Paolo.
Could you have a look at this and respin the pullreq, please?
Sure, I will.
Thanks.
Song Gao.