From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mm6qB-0008Ld-4h for qemu-devel@nongnu.org; Fri, 11 Sep 2009 10:11:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mm6q5-0008I8-QQ for qemu-devel@nongnu.org; Fri, 11 Sep 2009 10:11:06 -0400 Received: from [199.232.76.173] (port=45227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mm6q5-0008Hn-A4 for qemu-devel@nongnu.org; Fri, 11 Sep 2009 10:11:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37676) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mm6q4-0000e5-Pm for qemu-devel@nongnu.org; Fri, 11 Sep 2009 10:11:01 -0400 Message-ID: <4AAA5A71.2020500@redhat.com> Date: Fri, 11 Sep 2009 16:10:57 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1252672351-12937-1-git-send-email-kraxel@redhat.com> <1252672351-12937-5-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 4/8] ide/qdev: add ide bus. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org >> struct IDEBus { >> BusState qbus; >> + IDEDevice *master; >> + IDEDevice *slave; > > Can this ones be embedded, not pointers, please. No. Also note that vmstate doesn't has to follow these pointers, so you have no reason in the first place ;) cheers, Gerd