On 21/08/2015 11:34, Zhu Guihua wrote: > @@ -107,14 +111,12 @@ static inline apic_id_t apicid_from_topo_ids(unsigned > nr_cores, > static inline void x86_topo_ids_from_idx(unsigned nr_cores, > unsigned nr_threads, > unsigned cpu_index, > - unsigned *pkg_id, > - unsigned *core_id, > - unsigned *smt_id) > + X86CPUTopoInfo *topo) > {
Isn't this function used in hw/i386/pc.c as well? Paolo