On Mon, 18 Sep 2017 17:59:48 +0200 David Hildenbrand <da...@redhat.com> wrote:
> core_id is not needed by linux-user, as the core_id a.k.a. CPU address > is only accessible from kernel space. > > Therefore, drop next_core_id and make cpu_index get autoassigned again > for linux-user. > > While at it, shield core_id and cpuid completely from linux-user. cpuid > can also only be queried from kernel space. > > Suggested-by: Igor Mammedov <imamm...@redhat.com> > Signed-off-by: David Hildenbrand <da...@redhat.com> Reviewed-by: Igor Mammedov <imamm...@redhat.com> [...]