On Wed, Oct 14, 2020 at 5:39 AM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Wed, 14 Oct 2020 at 01:42, Alistair Francis <alistai...@gmail.com> wrote: > > > > On Tue, Oct 13, 2020 at 5:29 PM Alistair Francis <alistai...@gmail.com> > > wrote: > > > > > > On Mon, Oct 12, 2020 at 8:45 AM Peter Maydell <peter.mayd...@linaro.org> > > > wrote: > > > > > > > > The netduino2 and netduinoplus2 boards forgot to set the > > > > system_clock_scale > > > > global, which meant that if guest code used the systick timer in "use > > > > the processor clock" mode it would hang because time never advances. > > > > > > > > Set the global to match the documented CPU clock speed of these boards. > > > > Judging by the data sheet this is slightly simplistic because the > > > > SoC allows configuration of the SYSCLK source and frequency via the > > > > RCC (reset and clock control) module, but we don't model that. > > > > > > > > Fixes: https://bugs.launchpad.net/qemu/+bug/1876187 > > > > Thanks for fixing this Peter. > > This is already in master (commit e7e5a9595ab) -- this email is
I thought I saw that in the bug report, but I just assumed it was pointing to a branch. > one of a set of stale patchmails I sent out by mistake on Monday > when I mangled a git send-email command. Sorry for the confusion. Strange. No worries. Alistair > > -- PMM