From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8TOa-0005Xx-Kz for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8TOW-0000pz-2h for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:24:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8TOV-0000pn-R0 for qemu-devel@nongnu.org; Fri, 16 Mar 2012 05:24:20 -0400 Message-ID: <4F6306BC.4070805@redhat.com> Date: Fri, 16 Mar 2012 10:24:12 +0100 From: Gerd Hoffmann 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> In-Reply-To: <4F60F023.2060307@codemonkey.ws> 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: Anthony Liguori Cc: Peter Maydell , Miroslav Rezanina , qemu-devel@nongnu.org Hi, > 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). cheers, Gerd