]> xenbits.xensource.com Git - osstest/seabios.git/commit
paravirt: disable legacy bios tables in case of more than 255 CPUs
authorIgor Mammedov <imammedo@redhat.com>
Thu, 13 Oct 2016 12:38:25 +0000 (14:38 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 25 Oct 2016 13:58:17 +0000 (09:58 -0400)
commitf769589877b606d2c1b9b218b54b6ccef9440230
tree27d612ee3a2b18f57d2f51d207d267907672b6dc
parent75411cec118744dc58888701f71c57e95ac0e023
paravirt: disable legacy bios tables in case of more than 255 CPUs

MPTable doesn't support more than 255 CPUs and
QEMU supplies an alternative MADT table which
guest will use instead of it. So do not install
legacy tables if more than 254 CPUs are provided

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
src/fw/paravirt.c