From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgqdg-0000L1-Pp for qemu-devel@nongnu.org; Tue, 29 Sep 2015 04:51:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgqdb-0000hB-Np for qemu-devel@nongnu.org; Tue, 29 Sep 2015 04:51:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgqdb-0000gk-Iw for qemu-devel@nongnu.org; Tue, 29 Sep 2015 04:51:51 -0400 Message-ID: <1443516706.21557.16.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 29 Sep 2015 10:51:46 +0200 In-Reply-To: <1443455989-3410-1-git-send-email-somlo@cmu.edu> References: <1443455989-3410-1-git-send-email-somlo@cmu.edu> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] fw_cfg: insert string blobs via qemu cmdline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: pbonzini@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, jordan.l.justen@intel.com Hi, > +Small enough items may be provided directly as strings on the command > +line, using the syntax: > + > + -fw_cfg [name=],content= Make that "string="? So things are more clear in case we add a "int64=" some day? cheers, Gerd