On Wed, Jun 13, 2018 at 09:18:25PM -0400, Babu Moger wrote: > Add new function topology_supports_topoext to verify > if we can support topoext feature. Will be used to enable/disable > topoext feature. > > Signed-off-by: Babu Moger <babu.moger@xxxxxxx> > --- > accel/tcg/user-exec-stub.c | 5 +++++ > cpus.c | 13 +++++++++++++ > include/qom/cpu.h | 9 +++++++++ > 3 files changed, 27 insertions(+) > x86-specific code doesn't belong to arch-independent code. Why not keep it in target/i386/cpu.c like before? -- Eduardo