Re: Para-virtualization support for ARM on Genode

2014-09-26 Thread Praveen B
Stefan, On Fri, Sep 26, 2014 at 4:43 PM, Stefan Kalkowski < stefan.kalkow...@genode-labs.com> wrote: > Hi Praveen, > > On 09/26/2014 11:16 AM, Praveen B wrote: > > Hi Stefan, > > > > Thank you for the information. > > > > Can you explain how we can run the two tests, Network performance and > > c

Re: Para-virtualization support for ARM on Genode

2014-09-26 Thread Stefan Kalkowski
Hi Praveen, On 09/26/2014 11:16 AM, Praveen B wrote: > Hi Stefan, > > Thank you for the information. > > Can you explain how we can run the two tests, Network performance and > compiling Genode's core on Genode tests? The network performance was measured using the run script "netperf_lwip", the

Re: Para-virtualization support for ARM on Genode

2014-09-26 Thread Praveen B
Hi Stefan, Thank you for the information. Can you explain how we can run the two tests, Network performance and compiling Genode's core on Genode tests? We will use latest Fiasco.OC kernel by modifying etc/foc.conf, if version matters. For linux performance we will use standard tools. Regards P

Re: Para-virtualization support for ARM on Genode

2014-09-25 Thread Stefan Kalkowski
Hi Praveen, On 09/25/2014 12:12 PM, Praveen B wrote: > Hi Stefan, (Sorry I was in a hurry and mentioned Norman in my previous mail) > > I can run L4Linux, on i.MX6 board with Genode on Fiasco.OC kernel. > > But there is one confusion. > Is Genode running as an application in L4Re? How are L4re,

Re: Para-virtualization support for ARM on Genode

2014-09-25 Thread Praveen B
Hi Stefan, (Sorry I was in a hurry and mentioned Norman in my previous mail) I can run L4Linux, on i.MX6 board with Genode on Fiasco.OC kernel. But there is one confusion. Is Genode running as an application in L4Re? How are L4re, Genode and L4Linux related in the port for Fiasco.OC kernel? Can

Re: Para-virtualization support for ARM on Genode

2014-09-23 Thread Norman Feske
On 09/22/2014 05:07 PM, Praveen B wrote: > Norman, > Thank you for the reply. that was actually Stefan. ;-) -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-

Re: Para-virtualization support for ARM on Genode

2014-09-22 Thread S Madhu
Praveen, You also need only one instance of linux. On Sep 22, 2014 8:39 PM, "Praveen B" wrote: > Norman, > Thank you for the reply. > > > On Mon, Sep 22, 2014 at 3:25 PM, Stefan Kalkowski < > stefan.kalkow...@genode-labs.com> wrote: > >> Hi, >> >> On 09/22/2014 08:26 AM, Praveen B wrote: >> > Hi

Re: Para-virtualization support for ARM on Genode

2014-09-22 Thread Praveen B
Norman, Thank you for the reply. On Mon, Sep 22, 2014 at 3:25 PM, Stefan Kalkowski < stefan.kalkow...@genode-labs.com> wrote: > Hi, > > On 09/22/2014 08:26 AM, Praveen B wrote: > > Hi > > > > We are able to run Genode-14.08 on i.MX6 board. > > Now I am planning to add support for virtualization

Re: Para-virtualization support for ARM on Genode

2014-09-22 Thread S Madhu
Praveen, Why dont you use the fiasco.oc proto and clean it up? You will have to use fiasco instead of genode base hw mk but as long as f.oc is smp, you will have everything you want. On Sep 22, 2014 3:26 PM, "Stefan Kalkowski" < stefan.kalkow...@genode-labs.com> wrote: > Hi, > > On 09/22/2014 08:

Re: Para-virtualization support for ARM on Genode

2014-09-22 Thread Stefan Kalkowski
Hi, On 09/22/2014 08:26 AM, Praveen B wrote: > Hi > > We are able to run Genode-14.08 on i.MX6 board. > Now I am planning to add support for virtualization for Genode on i.MX6. > > As the processor is Cortex-A9, it does not have virtualization > extensions. So I am planning to implement a hype

Para-virtualization support for ARM on Genode

2014-09-21 Thread Praveen B
Hi We are able to run Genode-14.08 on i.MX6 board. Now I am planning to add support for virtualization for Genode on i.MX6. As the processor is Cortex-A9, it does not have virtualization extensions. So I am planning to implement a hypervisor to run para-virtualized linux, similar to the one propo