Re: [Qemu-devel] [PATCH v3 02/19] pc: add x86_topo_ids_from_apicid()

2016-07-11 Thread Eduardo Habkost
On Wed, Jul 06, 2016 at 08:20:38AM +0200, Igor Mammedov wrote: > it's reverse of apicid_from_topo_ids() and will be used in follow up > patches to fill in data structures for query-hotpluggable-cpus and > for user friendly error reporting > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Hab

[Qemu-devel] [PATCH v3 02/19] pc: add x86_topo_ids_from_apicid()

2016-07-05 Thread Igor Mammedov
it's reverse of apicid_from_topo_ids() and will be used in follow up patches to fill in data structures for query-hotpluggable-cpus and for user friendly error reporting Signed-off-by: Igor Mammedov --- include/hw/i386/topology.h | 15 +++ 1 file changed, 15 insertions(+) diff --git