> On 1 Dec 2016, at 10:50, Paolo Bonzini <[email protected]> wrote: > >> But why only linux-user and not full system emulation too? > > It would simplify the library. The front-end and helpers have some > differences > between usermode and softmmu, and the latter is much more intertwined with > the rest of the QEMU infrastructure (MMU indices, limits on multi-page > translations, etc.)
hmmm... isn't it possible to split somehow the QEMU infrastructure from the ARM TCG? I am also very interested in simplifying GNU ARM Eclipse QEMU, for Cortex-M emulation most of the features required to support Linux are only a complication of little use. regards, Liviu
