From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQmBc-00037X-JJ for qemu-devel@nongnu.org; Mon, 30 Sep 2013 18:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQmBU-0008CC-66 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 18:43:28 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:62138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQmBT-0008C3-UP for qemu-devel@nongnu.org; Mon, 30 Sep 2013 18:43:20 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so3040587eek.31 for ; Mon, 30 Sep 2013 15:43:19 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5249FE97.6020203@redhat.com> Date: Tue, 01 Oct 2013 00:43:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380538019-9091-1-git-send-email-kraxel@redhat.com> <1380538019-9091-3-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] machine type dependant bios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Gerd Hoffmann , qemu-devel Il 01/10/2013 00:08, Anthony Liguori ha scritto: > Wouldn't this be logical as a machine option? They way you are > introducing it makes it impossible to control with -global. You still have -bios. We should introduce a machine object and convert unknown "-machine" options to -global on that object. But until that exists, IMO there's no reason to do anything different from what has been done so far. Paolo