From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEG8E-0001yL-2P for qemu-devel@nongnu.org; Sun, 01 Apr 2012 04:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEG8C-0000p1-F1 for qemu-devel@nongnu.org; Sun, 01 Apr 2012 04:27:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEG8C-0000oL-6j for qemu-devel@nongnu.org; Sun, 01 Apr 2012 04:27:24 -0400 Date: Sun, 1 Apr 2012 11:26:18 +0300 From: Gleb Natapov Message-ID: <20120401082618.GA9265@redhat.com> References: <20120329125143.GA13169@redhat.com> <4F75D9C6.2090501@redhat.com> <20120401082233.GA20992@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120401082233.GA20992@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: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-devel@nongnu.org, Isaku Yamahata , Gerd Hoffmann , Igor Mammedov , Aurelien Jarno 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. -- Gleb.