[SeaBIOS] [PATCH v3 0/3] support booting more than 255 CPUs with QEMU

Igor Mammedov imammedo at redhat.com
Fri Aug 5 12:47:26 CEST 2016


Changelog since:
  v2:
    * rebase on top of current master /smp_scan() changes/
  v1:
    * s/count_cpu/apic_id_init/
    * merge handle_x2apic() into apic_id_init()
  RFC:
    * move out max-cpus check out of mptable_setup()
    * factor out CPU counting/apic ID detection in separate function
    * return back accidentially deleted debug message with APIC ID
    * drop unused code in smp_setup()
    
According to SDM, if CPUs have APIC ID more than 254
firmware should pass control to OS in x2APIC mode.
This series adds x2APIC bootstrap initialization.

Rebased QEMU side of x2APIC support for the next merge window:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg390671.html

Igor Mammedov (2):
  paravirt: disable legacy bios tables in case of more than 255 CPUs
  support booting with more than 255 CPUs

Kevin O'Connor (1):
  smp: refactor present CPU APIC ID detection and counting

 src/x86.h         |  1 +
 src/fw/paravirt.c |  6 ++++--
 src/fw/smp.c      | 52 +++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 42 insertions(+), 17 deletions(-)

-- 
2.7.4




More information about the SeaBIOS mailing list