Re: Creating an IRQ session

2018-07-20 Thread Alexander Boettcher
Sorry, https://github.com/alex-ab/genode/commit/460d6b3942314f113015d37db475cee24e4d851c should fit better. On 20.07.2018 09:03, Alexander Boettcher wrote: > Hello, > > On 19.07.2018 13:13, Harsha Sharma wrote: >> Hello, >> >> I get the following error when child component issues a session >>

Re: Creating an IRQ session

2018-07-20 Thread Alexander Boettcher
Hello, On 19.07.2018 13:13, Harsha Sharma wrote: > Hello, > > I get the following error when child component issues a session > request for IRQ session: > Error: Binding IRQ to the ICU failed > But parent returns a session capability and then > Error: unavailable IRQ requested if for some

Creating an IRQ session

2018-07-19 Thread Harsha Sharma
Hello, I get the following error when child component issues a session request for IRQ session: Error: Binding IRQ to the ICU failed But parent returns a session capability and then Error: unavailable IRQ requested I just want to test implementing different kind of sessions. Any help will be