From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBIXs-0003Rd-4A for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBIXi-0004l9-7x for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:16:04 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:36426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBIXi-0004l3-39 for qemu-devel@nongnu.org; Fri, 10 Jun 2016 05:15:54 -0400 Received: by mail-oi0-x232.google.com with SMTP id p204so103391817oih.3 for ; Fri, 10 Jun 2016 02:15:54 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Fri, 10 Jun 2016 04:15:39 -0500 Message-Id: <1465550143-12611-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH v8 0/4] 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 Since I haven't received any more feedback in a while... Changes from v7: * Added the proper license and author header to the smbios.h file, a copy of what was in the smbios.c file * Fixed the name of the function in the change header for the change that added the IPMI table entries (patch 3). Thanks, -corey