From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQDxm-0007wD-V9 for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQDxh-0002Co-24 for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:06:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQDxg-0002Cg-QX for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:06:16 -0400 Date: Mon, 22 Oct 2012 12:08:21 +0200 From: "Michael S. Tsirkin" Message-ID: <20121022100821.GB24424@redhat.com> References: <20121021124303.GA5096@redhat.com> <5084E088.9090602@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5084E088.9090602@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: aliguori@us.ibm.com, juzhang@redhat.com, jan.kiszka@siemens.com, Jason Baron , qemu-devel@nongnu.org, agraf@suse.de, blauwirbel@gmail.com, yamahata@valinux.co.jp, alex.williamson@redhat.com, kevin@koconnor.net, avi@redhat.com, mkletzan@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, armbru@redhat.com On Mon, Oct 22, 2012 at 07:58:32AM +0200, Gerd Hoffmann wrote: > Hi, > > > Would it make sense to temporarily rename the machine type e.g. > > pc-q35-experimental to stress it's not fully supported? > > I don't think this is needed as piix will continue to be the default. Well q35 is not yet 100% ready. I'm looking for some way in which we can signal libvirt and other users when it's ready, while merging some bits to reduce the maintainance load of maintaining a q35 fork. > It will also cause trouble with libvirt when pc-q35-experimental goes > away some day. > > cheers, > Gerd The point was to hide it from libvirt. libvirt should support pc-q35 not pc-q35-experimental, then it will not cause trouble. -- MST