From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srvrm-0007ro-Jq for qemu-devel@nongnu.org; Thu, 19 Jul 2012 14:54:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srvrj-0008Du-EZ for qemu-devel@nongnu.org; Thu, 19 Jul 2012 14:54:26 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:23351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srvrj-0008Di-AJ for qemu-devel@nongnu.org; Thu, 19 Jul 2012 14:54:23 -0400 Received: from wf-rch.minyard.home ([unknown] [173.57.151.210]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M7F00INH8HG6SGU@vms173001.mailsrvcs.net> for qemu-devel@nongnu.org; Thu, 19 Jul 2012 13:53:46 -0500 (CDT) Received: from i.minyard.home (i2.minyard.home [192.168.27.116]) by wf-rch.minyard.home (Postfix) with ESMTP id 4FD721F949 for ; Thu, 19 Jul 2012 13:53:36 -0500 (CDT) From: minyard@acm.org Date: Thu, 19 Jul 2012 13:53:15 -0500 Message-id: <1342724013-1633-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] Third shot at adding IPMI to qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ok, everything passes through checkpatch without an error now. I have added some tests to verify basic operation of the device, and I've hacked in some documentation, though I'm not sure if it's in the proper location, as I never got a response to my questions about it. I would have liked to add tests for the watchdog timer, but there doesn't appear to be a way to intercept resets or NMIs in the test framework. -corey