From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBmF-0003Ty-Lk for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLBmB-00044z-IM for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:26:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBmB-000443-BG for qemu-devel@nongnu.org; Tue, 10 Feb 2015 09:26:55 -0500 Message-ID: <54DA14F6.1060608@redhat.com> Date: Tue, 10 Feb 2015 15:25:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <54DA0A0C.2080504@redhat.com> <806855204.1568372.1423576926781.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <806855204.1568372.1423576926781.JavaMail.yahoo@mail.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU data passing between modules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: boddu pavan , qemu-devel On 10/02/2015 15:02, boddu pavan wrote: > > Does all the hw_peripherals has any root node kind of thing. Which makes > all our nodes connected ? > The common superclass of the devices is DeviceState. The root object that connects the devices is the QEMUMachine. Paolo