• I
    possible_cpus: add CPUArchId::type field · d342eb76
    Igor Mammedov 提交于
    Remove dependency of possible_cpus on 1st CPU instance,
    which decouples configuration data from CPU instances that
    are created using that data.
    
    Also later it would be used for enabling early cpu to numa node
    configuration at runtime qmp_query_hotpluggable_cpus() should
    provide a list of available cpu slots at early stage,
    before machine_init() is called and the 1st cpu is created,
    so that mgmt might be able to call it and use output to set
    numa mapping.
    
    Use MachineClass::possible_cpu_arch_ids() callback to set
    cpu type info, along with the rest of possible cpu properties,
    to let machine define which cpu type* will be used.
    
    * for SPAPR it will be a spapr core type and for ARM/s390x/x86
      a respective descendant of CPUClass.
    
    Move parse_numa_opts() in vl.c after cpu_model is parsed into
    cpu_type so that possible_cpu_arch_ids() would know which
    cpu_type to use during layout initialization.
    Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
    Reviewed-by: NDavid Gibson <david@gibson.dropbear.id.au>
    Message-Id: <1515597770-268979-1-git-send-email-imammedo@redhat.com>
    Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
    d342eb76
virt.c 66.0 KB