From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeYNk-0004Ii-D4 for qemu-devel@nongnu.org; Fri, 11 Mar 2016 20:30:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeYNf-0008Ma-Bc for qemu-devel@nongnu.org; Fri, 11 Mar 2016 20:30:16 -0500 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]:34692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeYNf-0008MV-3X for qemu-devel@nongnu.org; Fri, 11 Mar 2016 20:30:11 -0500 Received: by mail-pa0-x244.google.com with SMTP id hj7so9622764pac.1 for ; Fri, 11 Mar 2016 17:30:10 -0800 (PST) References: <1456340356-17147-1-git-send-email-minyard@acm.org> From: Corey Minyard Message-ID: <56E3711E.4040002@gmail.com> Date: Sat, 12 Mar 2016 08:30:06 +0700 MIME-Version: 1.0 In-Reply-To: <1456340356-17147-1-git-send-email-minyard@acm.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] Add ACPI and SMBIOS table entries for IPMI Reply-To: minyard@acm.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , "Michael S. Tsirkin" , Paolo Bonzini , qemu-devel@nongnu.org I haven't seen any comments on this. Is it ok? I'd like to get this in before the next release so it works automatically. On 02/25/2016 01:59 AM, minyard@acm.org wrote: > 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 > >