Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | machine: Make possible_cpu_arch_ids() return const pointer | Igor Mammedov | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | make sure that external callers won't try to modify possible_cpus and owner of possible_cpus can access it directly when it modifies it. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <1484759609-264075-5-git-send-email-imammedo@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> | ||||
* | pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook | Igor Mammedov | 2016-06-24 | 1 | -0/+7 |
Add madt_cpu callback to AcpiDeviceIfClass and use it for generating LAPIC MADT entries for CPUs. Later it will be used for generating x2APIC entries in case of more than 255 CPUs and also would be reused by ARM target when ACPI CPU hotplug is introduced there. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |