From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9g9T-0008U6-1F for qemu-devel@nongnu.org; Mon, 19 Mar 2012 13:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9g93-0000ww-AH for qemu-devel@nongnu.org; Mon, 19 Mar 2012 13:13:46 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:53043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9g93-0000wU-2F for qemu-devel@nongnu.org; Mon, 19 Mar 2012 13:13:21 -0400 Received: by dadp14 with SMTP id p14so11300951dad.4 for ; Mon, 19 Mar 2012 10:13:19 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F676928.7020508@redhat.com> Date: Mon, 19 Mar 2012 18:13:12 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20585aca-cce1-4305-9ef8-69e51321930c@zmail17.collab.prod.int.phx2.redhat.com> <20120314085310.GA4042@lws.brq.redhat.com> <4F60F023.2060307@codemonkey.ws> <4F6306BC.4070805@redhat.com> In-Reply-To: <4F6306BC.4070805@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Man page: Add -global description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Peter Maydell , Miroslav Rezanina , qemu-devel@nongnu.org, Anthony Liguori Il 16/03/2012 10:24, Gerd Hoffmann ha scritto: >> > commit 82aff428155d469ab705294486cc26cb34947999 >> > Author: Anthony Liguori >> > Date: Fri Dec 23 11:30:45 2011 -0600 >> > >> > qdev: don't allow globals to be set by bus name >> > So I think we can safely break it :-) > There are compat properties using that (turn off new pci features on old > releases for all pci devices). It could be changed to a compat property on the abstract PCI device class (with changes to look up global properties on the whole hierarchy of course). Paolo