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