]> xenbits.xensource.com Git - seabios.git/commit
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS rel-1.10.1
authorIgor Mammedov <imammedo@redhat.com>
Fri, 11 Nov 2016 15:35:15 +0000 (16:35 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 21 Nov 2016 15:56:36 +0000 (16:56 +0100)
commit8891697e3f7d84355420573efd98e94f14736768
tree24100d3d6936b2fb7b5dcd64169db727779f08cc
parentd7adf6044a4c772b497e97272adf97426b34a249
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS

since QEMU_CFG_NB_CPUS not going away anytime soon
and serves the same purpose as just added "etc/boot-cpus" fw_cfg
drop support for "etc/boot-cpus" while this code is not
in use yet (i.e. QEMU with "etc/boot-cpus" hasn't been released)
and reuse QEMU_CFG_NB_CPUS instead of it.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
(cherry picked from commit b98c6586c0c3d519359d6e751ecb3e637e82dbcb)
src/fw/paravirt.c
src/fw/paravirt.h
src/fw/smp.c