From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW4UV-00079s-OT for qemu-devel@nongnu.org; Thu, 01 Dec 2011 06:07:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW4UQ-0000BG-I1 for qemu-devel@nongnu.org; Thu, 01 Dec 2011 06:07:47 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:42761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW4UQ-0000Au-BV for qemu-devel@nongnu.org; Thu, 01 Dec 2011 06:07:42 -0500 Received: by bkar19 with SMTP id r19so2633387bka.4 for ; Thu, 01 Dec 2011 03:07:41 -0800 (PST) Date: Thu, 1 Dec 2011 11:07:39 +0000 From: Stefan Hajnoczi Message-ID: <20111201110739.GD31730@stefanha-thinkpad.localdomain> References: <1322687028-29714-1-git-send-email-aliguori@us.ibm.com> <1322687028-29714-14-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1322687028-29714-14-git-send-email-aliguori@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH 13/18] rtc: make piix3 set the rtc as a child List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino On Wed, Nov 30, 2011 at 03:03:43PM -0600, Anthony Liguori wrote: > + /* FIXME there's some major spaghetti here. Somehow we create the devices > + * on the PIIX before we actually create it. We create the PIIX3 deep in > + * the recess of the i440fx creation too and then loose the DeviceState. s/loose/lose/