From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzP02-0000Tw-23 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:39:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzOzy-0006PA-P3 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:39:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzOzy-0006P6-H4 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 08:39:22 -0400 Message-ID: <556C5275.7010702@redhat.com> Date: Mon, 01 Jun 2015 14:39:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430320913-20737-1-git-send-email-somlo@cmu.edu> <1430320913-20737-5-git-send-email-somlo@cmu.edu> <20150531181048.GC5268@redhat.com> <556C046B.9070704@redhat.com> <20150601092645-mutt-send-email-mst@redhat.com> <556C1F63.1090605@redhat.com> <20150601121908-mutt-send-email-mst@redhat.com> <556C3757.7080603@redhat.com> <20150601124604-mutt-send-email-mst@redhat.com> <556C417D.4050707@redhat.com> <20150601143447-mutt-send-email-mst@redhat.com> In-Reply-To: <20150601143447-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V4 4/4] fw_cfg: insert fw_cfg file blobs via qemu cmdline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Laszlo Ersek Cc: gsomlo@gmail.com, "Gabriel L. Somlo" , matt.fleming@intel.com, kraxel@redhat.com, qemu-devel@nongnu.org On 01/06/2015 14:38, Michael S. Tsirkin wrote: > I'm sorry - I don't understand. It's easy to do the right thing. Just > add the opt prefix. Why insist on user doing the right thing, and punish > violations with failing at random? > > If it's useful for developers somehow, add a config flag for that. You've already been explained that config flags are not an answer. Paolo