Re: [Qemu-devel] Questions regarding how QEMU initializes virtual peripherals

2018-02-09 Thread Ramy Sameh
Many thanks Igor for this valuable info. On Thu, Feb 8, 2018 at 12:59 PM, Igor Mammedov wrote: > On Thu, 8 Feb 2018 12:06:44 +0200 > Ramy Sameh wrote: > > > Hello all, > > > > I am working with QEMU to simulate VersatilePB board. > > > > I am trying to understand how QEMU initialize the virtual

Re: [Qemu-devel] Questions regarding how QEMU initializes virtual peripherals

2018-02-08 Thread Igor Mammedov
On Thu, 8 Feb 2018 12:06:44 +0200 Ramy Sameh wrote: > Hello all, > > I am working with QEMU to simulate VersatilePB board. > > I am trying to understand how QEMU initialize the virtual peripherals (e.g. > UART, vectored Interrupt controller .. etc). > > When I traced the code, I found a functi

[Qemu-devel] Questions regarding how QEMU initializes virtual peripherals

2018-02-08 Thread Ramy Sameh
Hello all, I am working with QEMU to simulate VersatilePB board. I am trying to understand how QEMU initialize the virtual peripherals (e.g. UART, vectored Interrupt controller .. etc). When I traced the code, I found a function called "object_init_with_type" in object.c, in which the function p