From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEGjr-00081f-Jz for qemu-devel@nongnu.org; Sun, 01 Apr 2012 05:06:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEGjp-0000ct-Ul for qemu-devel@nongnu.org; Sun, 01 Apr 2012 05:06:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEGjp-0000ce-MQ for qemu-devel@nongnu.org; Sun, 01 Apr 2012 05:06:17 -0400 Date: Sun, 1 Apr 2012 12:06:16 +0300 From: "Michael S. Tsirkin" Message-ID: <20120401090616.GB22071@redhat.com> References: <20120329125143.GA13169@redhat.com> <4F75D9C6.2090501@redhat.com> <20120401082233.GA20992@redhat.com> <20120401082618.GA9265@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120401082618.GA9265@redhat.com> Subject: Re: [Qemu-devel] [PATCHv2] piix: fix up/down races + document List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Anthony Liguori , qemu-devel@nongnu.org, Isaku Yamahata , Gerd Hoffmann , Igor Mammedov , Aurelien Jarno On Sun, Apr 01, 2012 at 11:26:18AM +0300, Gleb Natapov wrote: > On Sun, Apr 01, 2012 at 11:22:33AM +0300, Michael S. Tsirkin wrote: > > > And if pci-hotplug could be done as cpu-hotplug, then it would simplify pci-hotplug > > > (guest would only need to read PCI_BASE) and probably it would be possible to unify hotplug > > > code for pci/cpu. But that for sure will break compatibility. > > > > Which isn't really acceptable. > > > I do not think it should be taken for granted. We should be able to get > rid of a crud once in a while. In general, yes. It needs to be well planned several years in advance though. Something like http://www.kernel.org/doc/Documentation/feature-removal-schedule.txt might be a model. Breaking compatibility would bring very little gain in this case though, right? > -- > Gleb.