From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlQ4T-0003Gv-Ux for qemu-devel@nongnu.org; Thu, 23 Apr 2015 18:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlQ4O-0003lM-TR for qemu-devel@nongnu.org; Thu, 23 Apr 2015 18:58:13 -0400 Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:36121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlQ4O-0003lD-OW for qemu-devel@nongnu.org; Thu, 23 Apr 2015 18:58:08 -0400 Received: by igblo3 with SMTP id lo3so1484160igb.1 for ; Thu, 23 Apr 2015 15:58:07 -0700 (PDT) Received: from t430.minyard.home (64.2.3.194.ptr.us.xo.net. [64.2.3.194]) by mx.google.com with ESMTPSA id v14sm409014igd.12.2015.04.23.15.58.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 15:58:06 -0700 (PDT) Sender: Corey Minyard Received: from t430.minyard.home (t430.minyard.home [127.0.0.1]) by t430.minyard.home (8.14.7/8.14.7) with ESMTP id t3NMw3bj027218 for ; Thu, 23 Apr 2015 17:58:03 -0500 Received: (from cminyard@localhost) by t430.minyard.home (8.14.7/8.14.7/Submit) id t3NMw2gu027216 for qemu-devel@nongnu.org; Thu, 23 Apr 2015 17:58:02 -0500 From: minyard@acm.org Date: Thu, 23 Apr 2015 17:57:41 -0500 Message-Id: <1429829878-26862-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The major changes from last time are: * Don't use callbacks for adding firmware tables, provide binary blobs instead. * Add the SSDT as a separate table. * Modify the BIOS tests to test for the IPMI tables. -corey