From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b88zA-0005Qt-Va for qemu-devel@nongnu.org; Wed, 01 Jun 2016 12:27:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b88z6-00057U-NB for qemu-devel@nongnu.org; Wed, 01 Jun 2016 12:27:11 -0400 Received: from mail-pf0-x231.google.com ([2607:f8b0:400e:c00::231]:34652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b88z6-00057J-F6 for qemu-devel@nongnu.org; Wed, 01 Jun 2016 12:27:08 -0400 Received: by mail-pf0-x231.google.com with SMTP id 62so18072768pfd.1 for ; Wed, 01 Jun 2016 09:27:08 -0700 (PDT) Sender: Corey Minyard From: minyard@acm.org Date: Wed, 1 Jun 2016 11:26:53 -0500 Message-Id: <1464798420-12018-1-git-send-email-minyard@acm.org> Subject: [Qemu-devel] [PATCH v2 0/7] An IPMI over SMBus device 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 set of patches requires the previous IPMI ACPI patches, at least starting with patch 4. This set of patches fixes some fairly significant bugs with the pm_smbus device, which basically just wasn't functional beyond some very basic things. It's close to a rewrite of the state machine. After that, it adds an IPMI device on the SMBus. Then it cleans up a few small things in the IPMI ACPI handling that were SMBus specific, and adds the SMBus itself to the ACPI tables. This required adding a 2.7 machine, though I've seen a patch for that on the mailing list it has not been added to the main repository yet. -corey