qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [seabios PATCH 0/2] Allow non-contiguous APIC IDs


From: Eduardo Habkost
Subject: [Qemu-devel] [seabios PATCH 0/2] Allow non-contiguous APIC IDs
Date: Thu, 19 Jul 2012 17:52:40 -0300

Now this is an actual proposal I would like to get included on Seabios.

It's much simpler than the previous RFCs. It simply changes the ACPI and mptable
code to not require APIC IDs to be contiguous, eliminates references to the
CountCPUs variable, using a 256-bit APIC ID bitmap to find out which CPUs are
present on boot.

Eduardo Habkost (2):
  acpi: set I/O APIC ID to 0 by default
  allow CPUs to have non-contiguous Local APIC IDs

 src/acpi-dsdt.dsl |    4 +++-
 src/acpi.c        |   11 ++++++-----
 src/config.h      |    2 ++
 src/mptable.c     |    2 +-
 src/smp.c         |   17 +++++++++++++++++
 src/util.h        |    1 +
 6 files changed, 30 insertions(+), 7 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]