Message ID | 20241106180742.567076-1-pbonzini@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
On Wed, 6 Nov 2024 at 18:08, Paolo Bonzini <pbonzini@redhat.com> wrote: > > The following changes since commit 11b8920ed2093848f79f93d106afe8a69a61a523: > > Merge tag 'pull-request-2024-11-04' of https://gitlab.com/thuth/qemu into staging (2024-11-04 17:37:59 +0000) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream-rust > > for you to fetch changes up to 951f71ad67bd474aba6925529daf45b747aac86e: > > dockerfiles: install bindgen from cargo on Ubuntu 22.04 (2024-11-06 17:12:17 +0100) > > ---------------------------------------------------------------- > * rust: cleanups > * rust: integration tests > * rust/pl011: add support for migration > * rust/pl011: add TYPE_PL011_LUMINARY device > * rust: add support for older compilers and bindgen > ---------------------------------------------------------------- > v1->v2: wrap bindgen check with "if have_rust" > drop ci enablement > > v2->v3: fix formatting of pull request The msys2-64bit job seems to be failing on the test-aio test: https://gitlab.com/qemu-project/qemu/-/jobs/8293985646 https://gitlab.com/qemu-project/qemu/-/jobs/8289460211 | 50/127 /aio/timer/schedule - ERROR:../tests/unit/test-aio.c:413:test_timer_schedule: assertion failed: (aio_poll(ctx, true)) FAIL but it passed on the third retry https://gitlab.com/qemu-project/qemu/-/jobs/8294803952 Since it doesn't obviously look like there's anything in this pullreq that would have caused that I have assumed this to be a pre-existing intermittent. Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2 for any user-visible changes. -- PMM