On Thu, 24 Oct 2024 at 10:44, Song Gao <gaos...@loongson.cn> wrote: > > The following changes since commit 6f625ce2f21d6a1243065d236298277c56f972d5: > > Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into > staging (2024-10-21 17:12:59 +0100) > > are available in the Git repository at: > > https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20241024 > > for you to fetch changes up to c44e0d6ba280dcc6bdf4ed555020c61d564b526c: > > target/loongarch: Add steal time support on migration (2024-10-24 17:27:55 > +0800) > > ---------------------------------------------------------------- > pull-loongarch-20241024 > > ---------------------------------------------------------------- > Bibo Mao (6): > target/loongarch: Add loongson binary translation feature > target/loongarch: Implement lbt registers save/restore function > target/loongarch/kvm: Implement LoongArch PMU extension > linux-headers: loongarch: Add kvm_para.h and unistd_64.h > linux-headers: Update to Linux v6.12-rc3 > target/loongarch: Add steal time support on migration
Hi; this fails to build on all the aarch64 jobs (both normal and cross-compile): https://gitlab.com/qemu-project/qemu/-/jobs/8190899599 https://gitlab.com/qemu-project/qemu/-/jobs/8190899331 In file included from /usr/include/aarch64-linux-gnu/sys/syscall.h:24, from ../util/oslib-posix.c:48: linux-headers/asm/unistd.h:2:10: fatal error: asm/unistd_64.h: No such file or directory 2 | #include <asm/unistd_64.h> | ^~~~~~~~~~~~~~~~~ thanks -- PMM