From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmIXc-0005as-Ut for qemu-devel@nongnu.org; Sun, 26 Apr 2015 05:07:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmIXZ-00066q-OE for qemu-devel@nongnu.org; Sun, 26 Apr 2015 05:07:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmIXZ-00066g-Gy for qemu-devel@nongnu.org; Sun, 26 Apr 2015 05:07:53 -0400 Date: Sun, 26 Apr 2015 11:07:43 +0200 From: "Michael S. Tsirkin" Message-ID: <20150426110546-mutt-send-email-mst@redhat.com> References: <1429829878-26862-1-git-send-email-minyard@acm.org> <1429829878-26862-3-git-send-email-minyard@acm.org> <20150426105502-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150426105502-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: minyard@acm.org Cc: Corey Minyard , andreas.faerber@web.de, qemu-devel@nongnu.org On Sun, Apr 26, 2015 at 10:58:56AM +0200, Michael S. Tsirkin wrote: > On Thu, Apr 23, 2015 at 05:57:43PM -0500, minyard@acm.org wrote: > > From: Corey Minyard > > > > This provides the base infrastructure to tie IPMI low-level > > interfaces into a PC ISA bus. > > > > Signed-off-by: Corey Minyard BTW can you version patches please? recent git format-patch has a -v flag, older ones let you use --subject-prefix='PATCH vX'.