Re: [Qemu-devel] [PATCH v6 5/6] acpi: Add IPMI table entries

2016-05-24 Thread Corey Minyard
On 05/24/2016 02:49 AM, Igor Mammedov wrote: On Mon, 23 May 2016 12:40:16 -0500 miny...@acm.org wrote: From: Corey Minyard Use the new ACPI table construction tools to create an ACPI entry for IPMI. This adds a function called from build_dsdt to add an DSDT entry for IPMI if IPMI is compiled

Re: [Qemu-devel] [PATCH v6 5/6] acpi: Add IPMI table entries

2016-05-24 Thread Igor Mammedov
On Mon, 23 May 2016 12:40:16 -0500 miny...@acm.org wrote: > From: Corey Minyard > > Use the new ACPI table construction tools to create an ACPI > entry for IPMI. This adds a function called from build_dsdt > to add an DSDT entry for IPMI if IPMI is compiled in and has > registered firmware. It

[Qemu-devel] [PATCH v6 5/6] acpi: Add IPMI table entries

2016-05-23 Thread minyard
From: Corey Minyard Use the new ACPI table construction tools to create an ACPI entry for IPMI. This adds a function called from build_dsdt to add an DSDT entry for IPMI if IPMI is compiled in and has registered firmware. It also adds a dummy function if IPMI is not compiled in. This conforms

[Qemu-devel] [PATCH v6 5/6] acpi: Add IPMI table entries

2016-04-07 Thread minyard
From: Corey Minyard Use the new ACPI table construction tools to create an ACPI entry for IPMI. This adds a function called from build_dsdt to add an DSDT entry for IPMI if IPMI is compiled in and has registered firmware. It also adds a dummy function if IPMI is not compiled in. This conforms