From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UehsT-0007vJ-SB for qemu-devel@nongnu.org; Tue, 21 May 2013 04:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UehsS-0000a5-SR for qemu-devel@nongnu.org; Tue, 21 May 2013 04:25:01 -0400 Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:65174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uehnz-0007Hv-IB for qemu-devel@nongnu.org; Tue, 21 May 2013 04:20:23 -0400 Received: by mail-ie0-f176.google.com with SMTP id at1so701257iec.21 for ; Tue, 21 May 2013 01:20:22 -0700 (PDT) Message-ID: <519B2E24.40104@gmail.com> Date: Tue, 21 May 2013 16:19:48 +0800 From: Li Zhang MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [qemu-devel][libvirt] Default machine type setting for ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" , libvirt-list@redhat.com, Paul Mackerras , "Daniel P. Berrange" , anthony@codemonkey.ws Cc: Pradipta Kumar Banerjee Hi all, Sorry to bring this problem up again. We encounter this problem in openstack which always use default machine type. Currently, QEMU sets mac99 as default setting for ppc64 but it doesn't work on our platform at all. I tried to fix this in libvirt which it is not acceptable because libvirt only considers to get default setting from QEMU. Maybe I need to cc openstack mailing list, if it is one solution to add one option for machine types it supports. Any suggestion is appreciated. Thanks. :) --Li