From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfbl-000101-SA for qemu-devel@nongnu.org; Wed, 24 Feb 2016 15:00:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYfbg-0003zi-RA for qemu-devel@nongnu.org; Wed, 24 Feb 2016 15:00:25 -0500 Received: from vms173015pub.verizon.net ([206.46.173.15]:36856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYfbg-0003ze-Lx for qemu-devel@nongnu.org; Wed, 24 Feb 2016 15:00:20 -0500 Received: from vz-proxy-l004.mx.aol.com ([64.236.82.152]) by vms173015.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O3200963FEX4180@vms173015.mailsrvcs.net> for qemu-devel@nongnu.org; Wed, 24 Feb 2016 12:59:26 -0600 (CST) From: minyard@acm.org Date: Wed, 24 Feb 2016 12:59:11 -0600 Message-id: <1456340356-17147-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH 0/5] Add ACPI and SMBIOS table entries for IPMI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , "Michael S. Tsirkin" , Paolo Bonzini , qemu-devel@nongnu.org Cc: minyard@acm.org Now that Igor has reworked things to remove the SSDT, I've updated IPMI code to work with the new format. This is functionally the same as before, just for ACPI it adds the data to the DSDT now. This will avoid a lot of "Why doesn't IPMI work when I add it?" questions, which I have already gotten. -corey