From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuKjr-0006e9-MU for qemu-devel@nongnu.org; Mon, 18 May 2015 09:05:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuKjn-0000MS-KY for qemu-devel@nongnu.org; Mon, 18 May 2015 09:05:47 -0400 Received: from smtp.andrew.cmu.edu ([128.2.105.203]:34201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuKjn-0000M9-FA for qemu-devel@nongnu.org; Mon, 18 May 2015 09:05:43 -0400 Date: Mon, 18 May 2015 09:05:38 -0400 From: "Gabriel L. Somlo" Message-ID: <20150518130538.GC13108@HEDWIG.INI.CMU.EDU> References: <1430320913-20737-1-git-send-email-somlo@cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430320913-20737-1-git-send-email-somlo@cmu.edu> Subject: Re: [Qemu-devel] [PATCH V4 0/4] fw-cfg: cleanup and user-provided command line blobs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: gsomlo@gmail.com, matt.fleming@intel.com, lersek@redhat.com, kraxel@redhat.com, mst@redhat.com Ping? On Wed, Apr 29, 2015 at 11:21:49AM -0400, Gabriel L. Somlo wrote: > These patches are what's left over from before the pre-2.3 code freeze, > after the documentation patch was applied independently: > > 1/4: (clean-up) disallow guest-side data writes to fw_cfg > 2/4 & 3/4: (clean-up) prevent selector and file name conflicts on insert > 4/4 (feature) support insertion of fw_cfg files via qemu cmdline > > Thanks, > Gabriel > > Gabriel L. Somlo (4): > fw_cfg: remove support for guest-side data writes > fw_cfg: prevent selector key conflict > fw_cfg: prohibit insertion of duplicate fw_cfg file names > fw_cfg: insert fw_cfg file blobs via qemu cmdline > > docs/specs/fw_cfg.txt | 21 ++++++++++++++++ > hw/nvram/fw_cfg.c | 45 ++++++--------------------------- > include/hw/nvram/fw_cfg.h | 2 -- > qemu-options.hx | 11 +++++++++ > trace-events | 2 -- > vl.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 103 insertions(+), 41 deletions(-) > > -- > 2.1.0 >