Message ID | 20241109073555.162151-1-pbonzini@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
On Sat, 9 Nov 2024 at 07:36, Paolo Bonzini <pbonzini@redhat.com> wrote: > > The following changes since commit a1dacb66915eb7d08a0596cc97068a37c39930d3: > > Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into staging (2024-11-06 21:27:47 +0000) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to bd0e501e1a4813fa36a4cf9842aaf430323a03c3: > > hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus (2024-11-09 08:34:07 +0100) > > ---------------------------------------------------------------- > * i386: fix -M isapc with ubsan > * i386: add sha512, sm3, sm4 feature bits > * eif: fix Coverity issues > * i386/hvf: x2APIC support > * i386/hvf: fixes > * i386/tcg: fix 2-stage page walk > * eif: fix coverity issues > * rust: fix subproject warnings with new rust, avoid useless cmake fallback > > ---------------------------------------------------------------- Hi -- just a note to say that although I've just kicked off the CI process for this pullreq I'm off work for a couple of days at the start of next week so I won't be able to actually merge it to master til Wednesday. I plan to do that before tagging rc0 (which I will also be doing Wednesday). thanks -- PMM
On Sat, 9 Nov 2024 at 12:35, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Sat, 9 Nov 2024 at 07:36, Paolo Bonzini <pbonzini@redhat.com> wrote: > > > > The following changes since commit a1dacb66915eb7d08a0596cc97068a37c39930d3: > > > > Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into staging (2024-11-06 21:27:47 +0000) > > > > are available in the Git repository at: > > > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > > > for you to fetch changes up to bd0e501e1a4813fa36a4cf9842aaf430323a03c3: > > > > hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus (2024-11-09 08:34:07 +0100) > > > > ---------------------------------------------------------------- > > * i386: fix -M isapc with ubsan > > * i386: add sha512, sm3, sm4 feature bits > > * eif: fix Coverity issues > > * i386/hvf: x2APIC support > > * i386/hvf: fixes > > * i386/tcg: fix 2-stage page walk > > * eif: fix coverity issues > > * rust: fix subproject warnings with new rust, avoid useless cmake fallback > > > > ---------------------------------------------------------------- > > Hi -- just a note to say that although I've just kicked off the > CI process for this pullreq I'm off work for a couple of days > at the start of next week so I won't be able to actually merge > it to master til Wednesday. I plan to do that before tagging rc0 > (which I will also be doing Wednesday). PS: feel free to keep an eye on the pipeline and hit 'retry' on stuff that looks like the usual intermittents due to k8s or s390 flakiness: https://gitlab.com/qemu-project/qemu/-/pipelines/1534706168 (one of the container jobs just failed because docker.io gave a "429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit" error but I'm assuming that's an intermittent... https://gitlab.com/qemu-project/qemu/-/jobs/8315557677 ) -- PMM