From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P35at-0008JX-5i for qemu-devel@nongnu.org; Tue, 05 Oct 2010 07:22:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P35LI-0002VX-QB for qemu-devel@nongnu.org; Tue, 05 Oct 2010 07:05:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P35LI-0002VN-If for qemu-devel@nongnu.org; Tue, 05 Oct 2010 07:05:56 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o95B5sh2012610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Oct 2010 07:05:54 -0400 Date: Tue, 5 Oct 2010 12:59:43 +0200 From: "Michael S. Tsirkin" Message-ID: <20101005105943.GA17394@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] -global option parsing List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kraxel@redhat.com -global virtio_net_pci.hahah=0 seems to be run, with an invalid option being silently ignored. Is this intentional? I think failing with an error would be better ... -- MST