Re: [Qemu-discuss] system_clock_scale unset in hw/intc/armv7m_nvic.c

2017-01-13 Thread Jakob Bohm
On 13/01/2017 13:43, Peter Maydell wrote: On 13 January 2017 at 12:35, James Hanley wrote: How should system_clock_scale be set in hw/intc/armv7m_nvic.c - there is no API for the global, and I've defaulted the global to SYSTICK_SCALE which seems to work, but is not obvious. This was needed as

Re: [Qemu-discuss] system_clock_scale unset in hw/intc/armv7m_nvic.c

2017-01-13 Thread Peter Maydell
On 13 January 2017 at 12:35, James Hanley wrote: > How should system_clock_scale be set in hw/intc/armv7m_nvic.c - there is no > API for the global, and I've defaulted the global to SYSTICK_SCALE which > seems to work, but is not obvious. This was needed as this value was set to > zero and the ar