Re: [Qemu-devel] [PATCH v14 4/6] cpus: Add new function topology_supports_topoext

2018-06-14 Thread Eduardo Habkost
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 > --- > accel/tcg/user-exec-stub.c | 5 + > cpus.c

[Qemu-devel] [PATCH v14 4/6] cpus: Add new function topology_supports_topoext

2018-06-13 Thread Babu Moger
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 --- accel/tcg/user-exec-stub.c | 5 + cpus.c | 13 + include/qom/cpu.h | 9 + 3