From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt38h-0003MH-7n for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:20:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt38X-000774-Hq for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:20:14 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:39084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt38W-00076c-Rx for qemu-devel@nongnu.org; Thu, 02 Feb 2012 15:20:05 -0500 Received: by eaao14 with SMTP id o14so1232985eaa.4 for ; Thu, 02 Feb 2012 12:20:03 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F2AEFE7.9020901@redhat.com> Date: Thu, 02 Feb 2012 21:19:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1328201142-26145-1-git-send-email-pbonzini@redhat.com> <1328201142-26145-11-git-send-email-pbonzini@redhat.com> <4F2AECE6.1060602@codemonkey.ws> In-Reply-To: <4F2AECE6.1060602@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/16] qdev: make the non-legacy pci address property accept an integer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 02/02/2012 09:07 PM, Anthony Liguori wrote: >> >> Signed-off-by: Paolo Bonzini > > Isn't this a compatibility breaker? > > Won't this break libvirt's usage of -device addr=0.2 ? Nope, the legacy property still keeps the dd.f format. This is only for QOM (and internal use by qdev). Paolo