Il 01/09/2014 19:43, Peter Maydell ha scritto: > On 26 August 2014 01:58, Peter Crosthwaite <peter.crosthwa...@xilinx.com> > wrote: >> It's not really a common object > > In what sense isn't it a common object? It's only > compiled once, rather than per-target. We should > avoid moving object files from compiled-once > to compiled-per-target if we can...
Should we add a softmmu_enabled() function similar to kvm_enabled(), that returns true for system emulation and false for user-mode emulation? Paolo