From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S75Gc-0000tw-Ee for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S75GF-0005Xu-Dc for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:26:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S75GF-0005XL-5S for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:26:03 -0400 Date: Mon, 12 Mar 2012 15:25:59 +0200 From: Gleb Natapov Message-ID: <20120312132559.GA8050@redhat.com> References: <20120312093510.GA32194@redhat.com> <20120312111410.GA2304@redhat.com> <20120312132438.GA5886@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120312132438.GA5886@redhat.com> Subject: Re: [Qemu-devel] [PATCH] acpi: beginnings of piix acpi interface doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Alex Williamson , mtosatti@redhat.com, qemu-devel@nongnu.org, Anthony Liguori On Mon, Mar 12, 2012 at 03:24:39PM +0200, Michael S. Tsirkin wrote: > On Mon, Mar 12, 2012 at 01:14:10PM +0200, Gleb Natapov wrote: > > On Mon, Mar 12, 2012 at 11:35:29AM +0200, Michael S. Tsirkin wrote: > > > Before we start tweaking and enhancing hardware, I think > > > it makes sense to document what we currently have, to make > > > sure we stay compatible. > > > This documents the hotplug interface for piix. > > > Stubs for cpu hotplug, PM. > > > > > We already have docs/specs/acpi_pci_hotplug.txt, no? > > Indeed. I didn't notice it. The commit that adds it has your SOB :) -- Gleb.