[SeaBIOS] [PATCH v2 0/6] Build PCI hotplug SSDT from a single template

Paolo Bonzini pbonzini at redhat.com
Fri Aug 3 08:51:57 CEST 2012


Il 03/08/2012 00:33, Michael S. Tsirkin ha scritto:
>> > Paolo Bonzini (6):
>> >   acpi: move s3/s4/s5 to build_ssdt
>> >   acpi: rename Processor SSDT constants
>> >   acpi_extract: fix off-by-one
>> >   acpi_extract: detect DeviceOp
>> >   acpi: build PCNT dynamically
>> >   acpi: build PCI hotplug devices from a single template
>> > 
>> >  Makefile              |    2 +-
>> >  src/acpi.c            |  218 +++++++++++++++++++++++++++----------------------
>> >  src/ssdt-pcihp.dsl    |  124 +++-------------------------
>> >  src/ssdt-susp.dsl     |   41 ++++++++++
>> >  tools/acpi_extract.py |   30 ++++++-
>> >  5 files changed, 203 insertions(+), 212 deletions(-)
>> >  create mode 100644 src/ssdt-susp.dsl
> Jason, any input?
> I'm a bit concerned this will make bridge support that
> you have been working on harder ... or maybe not and it will
> make it easier?

I didn't think of this, but patch 1 should make it simpler (because then
we have an SSDT purely for PCI hotplug---no matter if we use it as is or
just as a building block); the others should be a wash.

Paolo



More information about the SeaBIOS mailing list