From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQtQz-00014t-1G for qemu-devel@nongnu.org; Tue, 01 Oct 2013 02:27:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQtQj-0004Ge-Lf for qemu-devel@nongnu.org; Tue, 01 Oct 2013 02:27:48 -0400 Received: from mail-qc0-x22e.google.com ([2607:f8b0:400d:c01::22e]:35671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQtQj-0004GS-Gm for qemu-devel@nongnu.org; Tue, 01 Oct 2013 02:27:33 -0400 Received: by mail-qc0-f174.google.com with SMTP id n9so4418512qcw.33 for ; Mon, 30 Sep 2013 23:27:33 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <524A6B64.30608@redhat.com> Date: Tue, 01 Oct 2013 08:27:48 +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> <5249FE97.6020203@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:57, Anthony Liguori ha scritto: > On Mon, Sep 30, 2013 at 5:43 PM, Paolo Bonzini > wrote: > > 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. > > Which cannot be versioned. Yeah, that's right. > We should introduce a machine object and convert unknown "-machine" > options to -global on that object. > > > There's no need. -global works on QemuOpts, not QObjects. No, it doesn't. :) Paolo