From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZwrX-0001rJ-HC for qemu-devel@nongnu.org; Mon, 23 Mar 2015 03:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZwrT-0000k6-8b for qemu-devel@nongnu.org; Mon, 23 Mar 2015 03:33:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZwrT-0000jk-1b for qemu-devel@nongnu.org; Mon, 23 Mar 2015 03:33:23 -0400 Message-ID: <1427095987.6365.15.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 23 Mar 2015 08:33:07 +0100 In-Reply-To: <20150320180124.GQ1832@HEDWIG.INI.CMU.EDU> References: <1426724311-9343-1-git-send-email-somlo@cmu.edu> <1426724311-9343-6-git-send-email-somlo@cmu.edu> <550B09AD.6050108@redhat.com> <20150320180124.GQ1832@HEDWIG.INI.CMU.EDU> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: matt.fleming@intel.com, mdroth@linux.vnet.ibm.com, rjones@redhat.com, jordan.l.justen@intel.com, "Gabriel L. Somlo" , qemu-devel@nongnu.org, gleb@cloudius-systems.com, pbonzini@redhat.com, Laszlo Ersek , armbru@redhat.com On Fr, 2015-03-20 at 14:01 -0400, Gabriel L. Somlo wrote: > Below is "version 2.5" of the command-line fw_cfg patch only. I'll > send out a v3 of the series once we're mostly happy with this one in > particular. Approach taken looks good to me on a quick scan. cheers, Gerd