From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ueo3k-0002Ek-BM for qemu-devel@nongnu.org; Tue, 21 May 2013 11:01:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ueo3j-0006YD-2i for qemu-devel@nongnu.org; Tue, 21 May 2013 11:01:04 -0400 Received: from mail-da0-x22f.google.com ([2607:f8b0:400e:c00::22f]:45468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ueo3i-0006Y5-SA for qemu-devel@nongnu.org; Tue, 21 May 2013 11:01:03 -0400 Received: by mail-da0-f47.google.com with SMTP id k13so478918dae.20 for ; Tue, 21 May 2013 08:01:02 -0700 (PDT) Message-ID: <519B8C27.8090107@gmail.com> Date: Tue, 21 May 2013 23:00:55 +0800 From: Li Zhang MIME-Version: 1.0 References: <519B2E24.40104@gmail.com> <20130521083953.GB31290@redhat.com> <519B383B.9010708@gmail.com> <20130521092507.GC31290@redhat.com> In-Reply-To: <20130521092507.GC31290@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [qemu-devel][libvirt] Default machine type setting for ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Peter Maydell , libvir-list@redhat.com, "qemu-devel@nongnu.org" , anthony@codemonkey.ws, Paul Mackerras , Pradipta Kumar Banerjee On 2013年05月21日 17:25, Daniel P. Berrange wrote: > On Tue, May 21, 2013 at 05:02:51PM +0800, Li Zhang wrote: >> On 2013年05月21日 16:45, Peter Maydell wrote: >>> On 21 May 2013 09:39, Daniel P. Berrange wrote: >>>> Libvirt has always had support for specifying what machine type to use. >>>> This discussion is simply about what machine type to default to, if the >>>> user hasn't explicitly asked for one. >>>> >>>> QEMU has the notion of a default machine for each target, and that is >>>> what libvirt uses if the user hasn't specified a machine. It is not >>>> libvirt's job to override QEMU's notion of the default machine here, >>> Agreed; thanks for the clarification. >>> >>>> so if the 'mac99' machine type isn't suitable as the default either >>>> QEMU needs to change that for the ppc target, or the user needs to >>>> explicitly specify their desired machine type. >>> OK, that makes sense. So is the problem here just configuration >>> or is it the next layer above libvirt not being configurable? >> Currently, the next layer above libvirt is not configurable. >> It is dependent on this default setting. Users also expect >> to start one VM successfully by default. > What is the application above libvirt you are using ? It clearly > needs to be fixed if it is to use non-x86 archs successfully. Sorry for replying late. The applications are openstack and ovirt. Thanks. -- Li > > Daniel