From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4tqE-00014S-Vj for qemu-devel@nongnu.org; Mon, 23 May 2016 13:40:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4tqA-0001om-PT for qemu-devel@nongnu.org; Mon, 23 May 2016 13:40:34 -0400 Received: from mail-pf0-x234.google.com ([2607:f8b0:400e:c00::234]:33394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4tqA-0001oU-Ih for qemu-devel@nongnu.org; Mon, 23 May 2016 13:40:30 -0400 Received: by mail-pf0-x234.google.com with SMTP id b124so9786261pfb.0 for ; Mon, 23 May 2016 10:40:30 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Mon, 23 May 2016 12:40:11 -0500 Message-Id: <1464025217-24054-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH v6 0/6] Add IPMI to firmware tables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , "Michael S . Tsirkin" , Paolo Bonzini , qemu-devel@nongnu.org, minyard@acm.org, cminyard@mvista.com This patch has changes to address all comments. The isa_bus is no longer stored, it is searched for. Methods entries are changed to named constants for the _SRV and _IFT entries in the IPMI table. Minor function renames to make the names more consistent. Switched to using stubs for when ACPI is present and IPMI is not. Thanks for all the comments and help. -corey