From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56476 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCwG4-000705-Ei for qemu-devel@nongnu.org; Fri, 14 May 2010 10:53:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCwG2-0006ca-NN for qemu-devel@nongnu.org; Fri, 14 May 2010 10:53:00 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:43190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCwG2-0006cV-KQ for qemu-devel@nongnu.org; Fri, 14 May 2010 10:52:58 -0400 Received: by vws4 with SMTP id 4so1020113vws.4 for ; Fri, 14 May 2010 07:52:57 -0700 (PDT) Message-ID: <4BED63C5.2040501@codemonkey.ws> Date: Fri, 14 May 2010 09:52:53 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] Revive -version 'QEMU PC Emulator...' References: <1273696161-14332-1-git-send-email-crobinso@redhat.com> <4BEB11DD.20601@redhat.com> <4BEB142F.2000002@redhat.com> <4BEBB9C2.3050302@redhat.com> <4BEBF8D1.7060401@redhat.com> <4BEBF9A5.3070507@redhat.com> <4BED4EF9.3090800@linux.vnet.ibm.com> <20100514135426.GJ9282@redhat.com> <4BED5CBF.8060505@linux.vnet.ibm.com> <20100514144251.GM9282@redhat.com> In-Reply-To: <20100514144251.GM9282@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Anthony Liguori , Cole Robinson , clalance@redhat.com, qemu-devel@nongnu.org, Jes Sorensen On 05/14/2010 09:42 AM, Daniel P. Berrange wrote: > > It is preferable to query the explicit capability wanted, because > version numbers are useless when distros backport features, Unless distros add their own release number to the version information and libvirt learns about the features they add. I think that's the sanest approach. Just because a distro backports a feature doesn't mean that it behaves like the upstream version. libvirt really needs to treat distro packages as separate entities from upstream IMHO. Regards, Anthony Liguori > and > when kvm is using kvm-XXX numbering that's completely unrelated > to the qemu-X.Y.Z numbering. Version numbers are the last resort > if there's no alternative way to determine the capability > > > Daniel >