On 5/21/20 2:04 PM, Peter Maydell wrote: > On Sun, 17 May 2020 at 17:21, Guenter Roeck <li...@roeck-us.net> wrote: >> >> Implement full support for the watchdog in i.MX systems. >> Pretimeout support is optional because the watchdog hardware >> on i.MX31 does not support pretimeouts. >> >> Signed-off-by: Guenter Roeck <li...@roeck-us.net> >> --- > >> +static Property imx2_wdt_properties[] = { >> + DEFINE_PROP_BOOL("pretimeout-support", IMX2WdtState, pretimeout_support, >> + false), >> +}; > > This Property array is missing the DEFINE_PROP_END_OF_LIST() > terminator entry, which makes QEMU crash on startup on > various host architectures but not x86-64, presumably by > random luck meaning there's some zeros after it there. > > I'm going to fix up the version of this commit in my tree. > Oops. Sorry, and thanks for the fix!
Guenter