On 6 May 2014, at 17:01, Peter Maydell wrote: >> >> So if I read this right, init_clocks() is now only done in vl.c. > > No, you're misreading it -- the commit message says "remove > init_clocks call from main" and you can see from the diffstat > it's removed from vl.c. It's now done only in qemu_clock_init().
Indeed. I get to wear the dunce's cap for a bit. Apologies. Twice, actually, for not removing it from main() in the first place. Reviewed-By: Alex Bligh <[email protected]> -- Alex Bligh
