From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnToH-0008Fm-6O for qemu-devel@nongnu.org; Wed, 29 Apr 2015 11:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnToC-0002z3-C7 for qemu-devel@nongnu.org; Wed, 29 Apr 2015 11:22:01 -0400 Received: from relay-06.andrew.cmu.edu ([128.2.157.21]:36066 helo=relay.andrew.cmu.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnToC-0002ym-6i for qemu-devel@nongnu.org; Wed, 29 Apr 2015 11:21:56 -0400 From: "Gabriel L. Somlo" Date: Wed, 29 Apr 2015 11:21:49 -0400 Message-Id: <1430320913-20737-1-git-send-email-somlo@cmu.edu> Subject: [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 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