From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2g5o-0003D8-Fm for qemu-devel@nongnu.org; Tue, 17 May 2016 10:35:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2g5j-0004Lv-DQ for qemu-devel@nongnu.org; Tue, 17 May 2016 10:35:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2g5j-0004Lh-7h for qemu-devel@nongnu.org; Tue, 17 May 2016 10:35:23 -0400 References: <1463000807-18015-1-git-send-email-rjones@redhat.com> <20160517141806.GE28935@redhat.com> From: Laszlo Ersek Message-ID: <7ed40ce7-d5e1-e15d-0764-c719ca313131@redhat.com> Date: Tue, 17 May 2016 16:35:18 +0200 MIME-Version: 1.0 In-Reply-To: <20160517141806.GE28935@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 0/3] Add optionrom compatible with fw_cfg DMA version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" , qemu-devel@nongnu.org Cc: marc.mari.barcelo@gmail.com, ehabkost@redhat.com, mst@redhat.com, stefanha@gmail.com, kraxel@redhat.com, pbonzini@redhat.com, rth@twiddle.net On 05/17/16 16:18, Richard W.M. Jones wrote: > On Wed, May 11, 2016 at 10:06:44PM +0100, Richard W.M. Jones wrote: >> v7 -> v8: >> >> - Add file magic check to signrom.py. >> >> - Some whitespace-only changes in linuxboot_dma.c. >> >> - Retested both clang & GCC with both small and large initrd. > > Any comments? AFAIK there are no outstanding concerns. That's my understanding as well. > Of all the ways I've looked at to improve the performance of > appliances under qemu, this is by far the most effective. > > Rich. >