[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v4 00/18] Build system and KVM changes for 2021-12-23
|
From: |
Peter Maydell |
|
Subject: |
Re: [PULL v4 00/18] Build system and KVM changes for 2021-12-23 |
|
Date: |
Tue, 11 Jan 2022 10:12:10 +0000 |
On Mon, 10 Jan 2022 at 15:01, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit afe33262585565b64df706c62b4b0f6e0ad30c71:
>
> Merge tag 'pull-riscv-to-apply-20220108' of github.com:alistair23/qemu into
> staging (2022-01-07 22:09:24 -0800)
>
> are available in the Git repository at:
>
> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to fb714a07243a88c41002c23a24e174c5d9d40d57:
>
> meson: reenable filemonitor-inotify compilation (2022-01-09 17:45:02 +0100)
This breaks the centos-stream-8-x86_64 job:
https://gitlab.com/qemu-project/qemu/-/jobs/1959569820
because the commit "block/file-posix: Simplify the XFS_IOC_DIOINFO handling"
removes the configure --disable-xfsctl option, but that job's config
is still using it (looks like we set this up in the file
scripts/ci/org.centos/stream/8/x86_64/configure)
'git grep xfsctl' shows that scripts/coverity-scan/run-coverity-scan
is also still using --enable-xfsctl, which has similarly
been removed by that commit.
thanks
-- PMM
- [PULL 08/18] configure: parse --enable/--disable-strip automatically, flip default, (continued)
- [PULL 08/18] configure: parse --enable/--disable-strip automatically, flip default, Paolo Bonzini, 2022/01/10
- [PULL 10/18] meson: build contrib/ executables after generated headers, Paolo Bonzini, 2022/01/10
- [PULL 11/18] configure, meson: move config-poison.h to meson, Paolo Bonzini, 2022/01/10
- [PULL 12/18] meson: add comments in the target-specific flags section, Paolo Bonzini, 2022/01/10
- [PULL 13/18] KVM: use KVM_{GET|SET}_SREGS2 when supported., Paolo Bonzini, 2022/01/10
- [PULL 14/18] KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS, Paolo Bonzini, 2022/01/10
- [PULL 15/18] tests/tcg: Fix target-specific Makefile variables path for user-mode, Paolo Bonzini, 2022/01/10
- [PULL 16/18] configure: do not create roms/seabios/config.mak if SeaBIOS not present, Paolo Bonzini, 2022/01/10
- [PULL 17/18] meson: build all modules by default, Paolo Bonzini, 2022/01/10
- [PULL 18/18] meson: reenable filemonitor-inotify compilation, Paolo Bonzini, 2022/01/10
- Re: [PULL v4 00/18] Build system and KVM changes for 2021-12-23,
Peter Maydell <=