Ok fine. I always think there should be basic doc for QOM model for the QEMU beginners as this point. Or if we already have some in-mails explanations or any blogs can any one point out here. Thanks.Sai Pavan On Tuesday, February 10, 2015 7:57 PM, Paolo Bonzini <pbonz...@redhat.com> wrote:
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