qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from s


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH v2 repost 2/9] i386: add ACPI table files from seabios
Date: Thu, 11 Jul 2013 18:57:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130621 Thunderbird/17.0.7

On 07/10/13 15:51, Michael S. Tsirkin wrote:
> This adds ASL code as well as scripts for processing it,
> imported from seabios git tree
> commit 51684b7ced75fb76776e8ee84833fcfb6ecf12dd
> 
> Will be used for runtime acpi table generation.
> 
> Note:
> This patch reuses some code from SeaBIOS, which was originally under
> LGPLv2 and then relicensed to GPLv3 or LGPLv3, in QEMU under GPLv2+. This
> relicensing has been acked by all contributors that had contributed to the
> code since the v2->v3 relicense. ACKs approving the v2+ relicensing are
> listed below. The list might include ACKs from people not holding
> copyright on any parts of the reused code, but it's better to err on the
> side of caution and include them.
> 
> Affected SeaBIOS files (GPLv2+ license headers added)
> <http://thread.gmane.org/gmane.comp.bios.coreboot.seabios/5949>:
> 
>  src/acpi-dsdt-cpu-hotplug.dsl
>  src/acpi-dsdt-dbug.dsl
>  src/acpi-dsdt-hpet.dsl
>  src/acpi-dsdt-isa.dsl
>  src/acpi-dsdt-pci-crs.dsl
>  src/acpi.c
>  src/acpi.h
>  src/ssdt-misc.dsl
>  src/ssdt-pcihp.dsl
>  src/ssdt-proc.dsl
>  tools/acpi_extract.py
>  tools/acpi_extract_preprocess.py
> 
> Each one of the listed people agreed to the following:
> 
>> If you allow the use of your contribution in QEMU under the
>> terms of GPLv2 or later as proposed by this patch,
>> please respond to this mail including the line:
>>
>> Acked-by: Name <email address>
> 
>   Acked-by: Gerd Hoffmann <address@hidden>
>   Acked-by: Jan Kiszka <address@hidden>
>   Acked-by: Jason Baron <address@hidden>
>   Acked-by: David Woodhouse <address@hidden>
>   Acked-by: Gleb Natapov <address@hidden>
>   Acked-by: Marcelo Tosatti <address@hidden>
>   Acked-by: Dave Frodin <address@hidden>
>   Acked-by: Paolo Bonzini <address@hidden>
>   Acked-by: Kevin O'Connor <address@hidden>
>   Acked-by: Laszlo Ersek <address@hidden>
>   Acked-by: Kenji Kaneshige <address@hidden>
>   Acked-by: Isaku Yamahata <address@hidden>
>   Acked-by: Magnus Christensson <address@hidden>
>   Acked-by: Hu Tao <address@hidden>
>   Acked-by: Eduardo Habkost <address@hidden>
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  hw/i386/acpi-dsdt-cpu-hotplug.dsl  |  93 ++++++++
>  hw/i386/acpi-dsdt-dbug.dsl         |  41 ++++
>  hw/i386/acpi-dsdt-hpet.dsl         |  51 +++++
>  hw/i386/acpi-dsdt-isa.dsl          | 117 ++++++++++
>  hw/i386/acpi-dsdt-pci-crs.dsl      | 105 +++++++++
>  hw/i386/acpi-dsdt.dsl              | 343 ++++++++++++++++++++++++++++
>  hw/i386/q35-acpi-dsdt.dsl          | 452 
> +++++++++++++++++++++++++++++++++++++
>  hw/i386/ssdt-misc.dsl              |  73 ++++++
>  hw/i386/ssdt-pcihp.dsl             |  51 +++++
>  hw/i386/ssdt-proc.dsl              |  63 ++++++
>  scripts/acpi_extract.py            | 362 +++++++++++++++++++++++++++++
>  scripts/acpi_extract_preprocess.py |  52 +++++
>  12 files changed, 1803 insertions(+)
>  create mode 100644 hw/i386/acpi-dsdt-cpu-hotplug.dsl
>  create mode 100644 hw/i386/acpi-dsdt-dbug.dsl
>  create mode 100644 hw/i386/acpi-dsdt-hpet.dsl
>  create mode 100644 hw/i386/acpi-dsdt-isa.dsl
>  create mode 100644 hw/i386/acpi-dsdt-pci-crs.dsl
>  create mode 100644 hw/i386/acpi-dsdt.dsl
>  create mode 100644 hw/i386/q35-acpi-dsdt.dsl
>  create mode 100644 hw/i386/ssdt-misc.dsl
>  create mode 100644 hw/i386/ssdt-pcihp.dsl
>  create mode 100644 hw/i386/ssdt-proc.dsl
>  create mode 100755 scripts/acpi_extract.py
>  create mode 100755 scripts/acpi_extract_preprocess.py

Reviewed-by: Laszlo Ersek <address@hidden>




reply via email to

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