From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebFZu-0007s8-9M for qemu-devel@nongnu.org; Mon, 15 Jan 2018 19:58:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebFZr-0000kH-5j for qemu-devel@nongnu.org; Mon, 15 Jan 2018 19:58:14 -0500 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:45258) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebFZr-0000hm-1Q for qemu-devel@nongnu.org; Mon, 15 Jan 2018 19:58:11 -0500 Received: by mail-oi0-x22d.google.com with SMTP id j129so9487466oib.12 for ; Mon, 15 Jan 2018 16:58:09 -0800 (PST) Sender: Corey Minyard From: minyard@acm.org Date: Mon, 15 Jan 2018 18:57:52 -0600 Message-Id: <1516064279-14816-1-git-send-email-minyard@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2] Small IPMI fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= , Eric Blake These are some fixes I've had for a while (mostly). They are small fixes and additions for various things. It would be nice to be able to get these into the upcoming release. I also add myself as the maintainer for the IPMI code, since that seemed appropriate. Changes in v2: I removed the "other" fixes (the one to vl.c) from the previous patch set, these are all IPMI-related changes. I also moved adding myself as the IPMI maintainer to the first patch, per Marc-André.