On Mon, 24 Oct 2022 at 13:37, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Fri, 21 Oct 2022 at 20:18, ~axelheider <axelhei...@git.sr.ht> wrote: > > > > From: Axel Heider <axel.hei...@hensoldt.net> > > > > Signed-off-by: Axel Heider <axel.hei...@hensoldt.net> > > --- > > See https://gitlab.com/qemu-project/qemu/-/issues/1263 > > When running the seL4 tests > > (https://docs.sel4.systems/projects/sel4test), on the sabrelight > > platform the timer test fails (and thus it's disabled by default). > > Investigation has shown that the arm/imx6 EPIT timer interrupt does not > > fire properly, instead of a second in can take up to a minute to finally > > see the interrupt.
Oh yes, this sort of information should ideally be in the commit message proper -- the commit message is the place to explain what you're changing and why. You can make the gitlab issue auto-close by putting a line Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1263 into the commit message. thanks -- PMM