On Thu, 19 Jan 2017 15:12:49 +0000 Peter Maydell <[email protected]> wrote:
> I'm actually looking at a patch at the moment that attempts > to fix this by adding a cpu_generic_init_unrealized(), > which does everything that cpu_generic_init() does except > the final "set the realized prop to true" step, so that you > can call it, set CPU properties and then realize the CPU > yourself. Does that sound like a good idea, or a bad idea? > [https://github.com/mdavidsaver/qemu/commit/82823fb6f97859dc5f2945bd3b2733df2c81b2d8] > > I'm not sure which board Julian is using, but I guess it's one > of the ones that doesn't call cpu_generic_init(). We're using integratorcp -- I'm working on a v3 of my patch series that adds the CPU-attribute parsing to (just) that. It'll be ready soonish. Thanks, Julian
