Re: QOM

2021-12-21 Thread abhijeet inamdar
Hi, How did we decide the NUM_IRQ_LINES 64 for stellaris? BR. Abhijeet. On Tue, 21 Dec, 2021, 13:22 abhijeet inamdar, wrote: > As we have almost 80 irq lines and 40-45 NVIC_irq's. > > Where can I define them? > > BR. > Abhijeet. > > On Tue, 21 Dec,

Re: QOM

2021-12-21 Thread abhijeet inamdar
As we have almost 80 irq lines and 40-45 NVIC_irq's. Where can I define them? BR. Abhijeet. On Tue, 21 Dec, 2021, 13:18 abhijeet inamdar, wrote: > Oh, > > In that case I have to define my irq set for a machine to handle the > exception and interrupts. > > BR. > Ab

Re: QOM

2021-12-21 Thread abhijeet inamdar
Oh, In that case I have to define my irq set for a machine to handle the exception and interrupts. BR. Abhijeet. On Tue, 21 Dec, 2021, 12:59 Philippe Mathieu-Daudé, wrote: > Hi Abhijeet, > > On 12/21/21 12:27, abhijeet inamdar wrote: > > Hi, > > > > 1)What does QO

Re: Exception return

2021-12-16 Thread abhijeet inamdar
t. On Thu, Dec 16, 2021 at 9:02 PM abhijeet inamdar < abhijeetinamdar3...@gmail.com> wrote: > I made some changes to the code in qemu : > https://github.com/qemu/qemu/blob/stable-6.0/target/arm/cpu.c#L339 . I > have commented out the variable vecbase and directly given the address o

Re: Exception return

2021-12-16 Thread abhijeet inamdar
Thu, Dec 16, 2021 at 7:47 PM Peter Maydell wrote: > On Thu, 16 Dec 2021 at 17:44, Philippe Mathieu-Daudé > wrote: > > > > Cc'ing qemu-arm developers. > > > > On 12/16/21 18:31, abhijeet inamdar wrote: > > > Hi, > > > > > > I was r