On 18 October 2013 14:19, Alex Bennée <alex.ben...@linaro.org> wrote: > > peter.mayd...@linaro.org writes: >> Oh, and this belongs in hw/misc/, since it's a standalone >> device model.
> Ahh I was pondering this. Surely as it's only associated with ARM (and > specifically integrator) it gets grouped with that? No, the only things in hw/arm are: * board models * random bits of code like the boot code which aren't devices * a few legacy "still in the same file as the board model" devices; ideally we'll split these out at some point Anything that's a freestanding qdev device model goes elsewhere. -- PMM