From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yla46-0002Nx-42 for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yla42-00041Q-09 for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:38:30 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:33964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yla41-00040Q-Qj for qemu-devel@nongnu.org; Fri, 24 Apr 2015 05:38:25 -0400 Received: by wicmx19 with SMTP id mx19so30844674wic.1 for ; Fri, 24 Apr 2015 02:38:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <553A0F0E.7030302@redhat.com> Date: Fri, 24 Apr 2015 11:38:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1429829878-26862-1-git-send-email-minyard@acm.org> In-Reply-To: <1429829878-26862-1-git-send-email-minyard@acm.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: minyard@acm.org, qemu-devel@nongnu.org, "Michael S. Tsirkin" On 24/04/2015 00:57, minyard@acm.org wrote: > 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. I disagree with both of the first two changes, but thanks for doing them nevertheless. Michael, is this okay with you now? Paolo