From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdDsu-0004Cu-7W for qemu-devel@nongnu.org; Wed, 01 Apr 2015 04:20:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdDsn-0004X5-TK for qemu-devel@nongnu.org; Wed, 01 Apr 2015 04:20:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdDsn-0004Wy-NG for qemu-devel@nongnu.org; Wed, 01 Apr 2015 04:20:17 -0400 Message-ID: <551BAA3C.4020909@redhat.com> Date: Wed, 01 Apr 2015 10:20:12 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <551AAD75.8090909@linux.vnet.ibm.com> <551B963E.9060800@gmail.com> <551BA5D1.8050002@redhat.com> <551BA6F9.2070202@redhat.com> In-Reply-To: <551BA6F9.2070202@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu devel] disable shared memory is not available with this QEMU binary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum , Tony Krowiak , qemu-devel@nongnu.org Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 01/04/2015 10:06, Marcel Apfelbaum wrote: >> >> We can return the same QemuOpts that were included before. >> Per-machine-type options are new and need not be covered by >> query-command-line-options. > > OK, we have them under hw/core/machine.c as "base" machine properties. > We still need a way to fill them back into QemuOpts right? > Maybe return them to the static global list? It seems like a step > back, but if there is no better way... Yeah, QemuOpts needs to be enhanced to stop doing checks on -machine. Paolo