From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an6B5-0000ql-N1 for qemu-devel@nongnu.org; Mon, 04 Apr 2016 11:12:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an6B2-0004Vn-In for qemu-devel@nongnu.org; Mon, 04 Apr 2016 11:12:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an6B2-0004VJ-EE for qemu-devel@nongnu.org; Mon, 04 Apr 2016 11:12:28 -0400 Date: Mon, 4 Apr 2016 18:12:23 +0300 From: "Michael S. Tsirkin" Message-ID: <20160404181116-mutt-send-email-mst@redhat.com> References: <1459514627-23867-1-git-send-email-rjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1459514627-23867-1-git-send-email-rjones@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4.1] 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" Cc: qemu-devel@nongnu.org, pbonzini@redhat.com, markmb@redhat.com, ehabkost@redhat.com, rth@twiddle.net On Fri, Apr 01, 2016 at 01:43:46PM +0100, Richard W.M. Jones wrote: > This is an updated version of Marc Mar=ED's Linux DMA patch, based on > version 4 from: >=20 > https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg05891.html Pls feel free to iterate, but pls also remember to post after 2.6 is out as we are in freeze. > All I have done for my "4.1" version is: >=20 > - Modify it so it compiles against the latest qemu. There was > a change to how fw_cfg.h is split (6f061ea10f28c) which broke > the patch. >=20 > - Run checkpatch and fix several problems. >=20 > - Test it. >=20 > This patch greatly and transparently improves boot time of the > libguestfs appliance on x86, and so I'd like to see it integrated > upstream. >=20 > Rich.