Mailing List Archive

Help Regarding XEN DOM0 Linux kernel source for ARM
Hi,

I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary docs to understand the same , Also please let me know the location to download the source code for both (ARM DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
Please help me kick start XEN.

Warm REgards,
Akshay


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
On Wed, 27 Mar 2013, akshay st wrote:
> Hi,
>
> I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary docs to understand the same , Also please let me know the location to download the source code for both (ARM DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> Please help me kick start XEN.

If you are looking for the Xen ARM PV port, targeting machines that don't support
virtualization extensions, you can find more informations here:

http://wiki.xen.org/wiki/XenARM

if you are looking for the new Xen ARM with virtualization extensions
port, that is targeting Cortex A15 and newer processors, you can find
more informations here:

http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
Thanks for the reply, I have some more basic doubts based on your answers.

Xen ARM PV port, targeting machines that don't support virtualization extensions -> What do you mean by this?
Xen ARM with virtualization extensions -> You mean para virtualization (Modified Linux OS For Xen?)


i will download http://xenbits.xen.org/git-http/people/ianc/linux.git -> This is Para Virt Linux Kernel? Can you please point to Corresponding Xen Hypervisor code(I have downloaded xen 4.2.0 is this ok?)
Basically i want to run multiple linuxs on our ARM board. For that i am trying to understand source code of XEN hypervisor and Xen Linux Kernel.


 Warm Regards,
Akshay


----- Original Message -----
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: akshay st <akshayts@yahoo.co.in>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Sent: Wednesday, 27 March 2013 4:15 PM
Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM

On Wed, 27 Mar 2013, akshay st wrote:
> Hi,
>
> I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary docs to understand the same , Also please let me know the location to download the source code for both (ARM DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> Please help me kick start XEN.

If you are looking for the Xen ARM PV port, targeting machines that don't support
virtualization extensions, you can find more informations here:

http://wiki.xen.org/wiki/XenARM

if you are looking for the new Xen ARM with virtualization extensions
port, that is targeting Cortex A15 and newer processors, you can find
more informations here:

http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
I tried to do
git clone git://xenbits.xen.org/people/ianc/linux.git


git clone http://xenbits.xen.org/git-http/people/ianc/linux.git

I get the following error
root@CMVMPSDK4:/elx/sandbox/pilot_fw/akshay/xen# git clone git://xenbits.xen.org/people/ianc/linux.git
Initialized empty Git repository in /elx/sandbox/pilot_fw/akshay/xen/linux/.git/                                                                                                                remote: Counting objects: 575651
remote: Counting objects: 2911507, done.
remote: Compressing objects: 100% (451018/451018), done.
remote: Total 2911507 (delta 2446995), reused 2896831 (delta 2432343)
Receiving objects: 100% (2911507/2911507), 667.86 MiB | 6144 KiB/s, done.
Resolving deltas: 100% (2446995/2446995), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.





----- Original Message -----
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: akshay st <akshayts@yahoo.co.in>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Sent: Wednesday, 27 March 2013 4:15 PM
Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM

On Wed, 27 Mar 2013, akshay st wrote:
> Hi,
>
> I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary docs to understand the same , Also please let me know the location to download the source code for both (ARM DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> Please help me kick start XEN.

If you are looking for the Xen ARM PV port, targeting machines that don't support
virtualization extensions, you can find more informations here:

http://wiki.xen.org/wiki/XenARM

if you are looking for the new Xen ARM with virtualization extensions
port, that is targeting Cortex A15 and newer processors, you can find
more informations here:

http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
Xen_Hypervisor_for_ARM, that too PV port is a different issue.

Xen Wiki is the only source to *START* with.

On Wed, Mar 27, 2013 at 7:15 PM, akshay st <akshayts@yahoo.co.in> wrote:

> Thanks for the reply, I have some more basic doubts based on your answers.
>
> Xen ARM PV port, targeting machines that don't support virtualization
> extensions -> What do you mean by this?
>
It depends on your board....!


> Xen ARM with virtualization extensions -> You mean para virtualization
> (Modified Linux OS For Xen?)
>
> Only "Modified" word is correct. Xen_ARM_PV is modified/coded to suit the
requirements.


>
> i will download http://xenbits.xen.org/git-http/people/ianc/linux.git ->
> This is Para Virt Linux Kernel? Can you please point to Corresponding Xen
> Hypervisor code(I have downloaded xen 4.2.0 is this ok?)
> Basically i want to run multiple linuxs on our ARM board. For that i am
> trying to understand source code of XEN hypervisor and Xen Linux Kernel.
>
> ................Xen Wiki....precisely Xen_ARM page is what that has all
the info and answers.


>
> Warm Regards,
> Akshay
>
>
> ----- Original Message -----
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> To: akshay st <akshayts@yahoo.co.in>
> Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> Sent: Wednesday, 27 March 2013 4:15 PM
> Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
> On Wed, 27 Mar 2013, akshay st wrote:
> > Hi,
> >
> > I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux
> Kernel .Please provide the necessary docs to understand the same , Also
> please let me know the location to download the source code for both (ARM
> DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> > Please help me kick start XEN.
>
> If you are looking for the Xen ARM PV port, targeting machines that don't
> support
> virtualization extensions, you can find more informations here:
>
> http://wiki.xen.org/wiki/XenARM
>
> if you are looking for the new Xen ARM with virtualization extensions
> port, that is targeting Cortex A15 and newer processors, you can find
> more informations here:
>
> http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions
>
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>



--
✉ Regards :: Krishna Pavan ✍
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
Hi,

Please keep Xen lists in loop.

What is the board you are using?

You don't need PV Xen for all boards...!


On Wed, Mar 27, 2013 at 10:23 PM, akshay st <akshayts@yahoo.co.in> wrote:

> Hi Krishna,
> I saw http://wiki.xen.org/wiki/XenARM , but however i am unable to find
> DOM0 Linux kernel (Para Virtualized Linux)source code, Am i missing
> anything?
>
> Warm Regards,
> Akshay
>
>
> ------------------------------
> *From:* Krishna Pavan <post4pavan@gmail.com>
> *To:* akshay st <akshayts@yahoo.co.in>
> *Cc:* Stefano Stabellini <stefano.stabellini@eu.citrix.com>; "
> xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> *Sent:* Wednesday, 27 March 2013 10:15 PM
>
> *Subject:* Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for
> ARM
>
> Xen_Hypervisor_for_ARM, that too PV port is a different issue.
>
> Xen Wiki is the only source to *START* with.
>
> On Wed, Mar 27, 2013 at 7:15 PM, akshay st <akshayts@yahoo.co.in> wrote:
>
> Thanks for the reply, I have some more basic doubts based on your answers.
>
> Xen ARM PV port, targeting machines that don't support virtualization
> extensions -> What do you mean by this?
>
> It depends on your board....!
>
>
> Xen ARM with virtualization extensions -> You mean para virtualization
> (Modified Linux OS For Xen?)
>
> Only "Modified" word is correct. Xen_ARM_PV is modified/coded to suit the
> requirements.
>
>
>
> i will download http://xenbits.xen.org/git-http/people/ianc/linux.git ->
> This is Para Virt Linux Kernel? Can you please point to Corresponding Xen
> Hypervisor code(I have downloaded xen 4.2.0 is this ok?)
> Basically i want to run multiple linuxs on our ARM board. For that i am
> trying to understand source code of XEN hypervisor and Xen Linux Kernel.
>
> ................Xen Wiki....precisely Xen_ARM page is what that has all
> the info and answers.
>
>
>
> Warm Regards,
> Akshay
>
>
> ----- Original Message -----
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> To: akshay st <akshayts@yahoo.co.in>
> Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> Sent: Wednesday, 27 March 2013 4:15 PM
> Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
> On Wed, 27 Mar 2013, akshay st wrote:
> > Hi,
> >
> > I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux
> Kernel .Please provide the necessary docs to understand the same , Also
> please let me know the location to download the source code for both (ARM
> DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> > Please help me kick start XEN.
>
> If you are looking for the Xen ARM PV port, targeting machines that don't
> support
> virtualization extensions, you can find more informations here:
>
> http://wiki.xen.org/wiki/XenARM
>
> if you are looking for the new Xen ARM with virtualization extensions
> port, that is targeting Cortex A15 and newer processors, you can find
> more informations here:
>
> http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions
>
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>
>
>
> --
> ✉ Regards :: Krishna Pavan ✍
>
>
>


--
✉ Regards :: Krishna Pavan ✍
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
In our board , we dont have any H/W virtualization support. I guess in that case we have to have PV Linux Kernel?

Warm Regards,
Akshay




________________________________
From: Krishna Pavan <post4pavan@gmail.com>
To: akshay st <akshayts@yahoo.co.in>
Cc: xen-arm@lists.xen.org
Sent: Wednesday, 27 March 2013 10:29 PM
Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM


Hi,

Please keep Xen lists in loop.

What is the board you are using?

You don't need PV Xen for all boards...!


On Wed, Mar 27, 2013 at 10:23 PM, akshay st <akshayts@yahoo.co.in> wrote:

Hi Krishna,
>I saw http://wiki.xen.org/wiki/XenARM , but however i am unable to find DOM0 Linux kernel (Para Virtualized Linux)source  code, Am i missing anything?
>
>Warm Regards,
>Akshay
>
>
>
>
>
>
>________________________________
> From: Krishna Pavan <post4pavan@gmail.com>
>To: akshay st <akshayts@yahoo.co.in>
>Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>; "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
>Sent: Wednesday, 27 March 2013 10:15 PM
>
>Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
>
>
>Xen_Hypervisor_for_ARM, that too PV port is a different issue.
>
>
>Xen Wiki is the only source to START with.
>
>
>On Wed, Mar 27, 2013 at 7:15 PM, akshay st <akshayts@yahoo.co.in> wrote:
>
>Thanks for the reply, I have some more basic doubts based on your answers.
>>
>>Xen ARM PV port, targeting machines that don't support virtualization extensions -> What do you mean by this?
>>
>It depends on your board....!
> 
>Xen ARM with virtualization extensions -> You mean para virtualization (Modified Linux OS For Xen?)
>>
>>
>Only "Modified" word is correct. Xen_ARM_PV is modified/coded to suit the requirements.
> 
>
>>i will download http://xenbits.xen.org/git-http/people/ianc/linux.git -> This is Para Virt Linux Kernel? Can you please point to Corresponding Xen Hypervisor code(I have downloaded xen 4.2.0 is this ok?)
>>Basically i want to run multiple linuxs on our ARM board. For that i am trying to understand source code of XEN hypervisor and Xen Linux Kernel.
>>
>>
>................Xen Wiki....precisely Xen_ARM page is what that has all the info and answers.
> 
>
>> Warm Regards,
>>Akshay
>>
>>
>>
>>----- Original Message -----
>>From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
>>To: akshay st <akshayts@yahoo.co.in>
>>Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
>>Sent: Wednesday, 27 March 2013 4:15 PM
>>Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>>
>>On Wed, 27 Mar 2013, akshay st wrote:
>>> Hi,
>>>
>>> I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary docs to understand the same , Also please let me know the location to download the source code for both (ARM DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
>>> Please help me kick start XEN.
>>
>>If you are looking for the Xen ARM PV port, targeting machines that don't support
>>virtualization extensions, you can find more informations here:
>>
>>http://wiki.xen.org/wiki/XenARM
>>
>>if you are looking for the new Xen ARM with virtualization extensions
>>port, that is targeting Cortex A15 and newer processors, you can find
>>more informations here:
>>
>>http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions
>>
>>
>>_______________________________________________
>>Xen-arm mailing list
>>Xen-arm@lists.xen.org
>>http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>>
>
>
>
>--
>
>✉Regards :: Krishna Pavan ✍
>
>


--

✉Regards :: Krishna Pavan ✍
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
In that case your only option is the Xen PV ARM port.

On Wed, 27 Mar 2013, akshay st wrote:
> In our board , we dont have any H/W virtualization support. I guess in that case we have to have PV Linux Kernel?
>
> Warm Regards,
> Akshay
>
>
> _________________________________________________________________________________________________________________________________
> From: Krishna Pavan <post4pavan@gmail.com>
> To: akshay st <akshayts@yahoo.co.in>
> Cc: xen-arm@lists.xen.org
> Sent: Wednesday, 27 March 2013 10:29 PM
> Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
> Hi,
>
> Please keep Xen lists in loop.
>
> What is the board you are using?
>
> You don't need PV Xen for all boards...!
>
>
> On Wed, Mar 27, 2013 at 10:23 PM, akshay st <akshayts@yahoo.co.in> wrote:
> Hi Krishna,
> I saw http://wiki.xen.org/wiki/XenARM , but however i am unable to find DOM0 Linux kernel (Para Virtualized
> Linux)source  code, Am i missing anything?
>
> Warm Regards,
> Akshay
>
>
> _________________________________________________________________________________________________________________________________
> From: Krishna Pavan <post4pavan@gmail.com>
> To: akshay st <akshayts@yahoo.co.in>
> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>; "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> Sent: Wednesday, 27 March 2013 10:15 PM
>
> Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
> Xen_Hypervisor_for_ARM, that too PV port is a different issue.
> Xen Wiki is the only source to START with.
>
> On Wed, Mar 27, 2013 at 7:15 PM, akshay st <akshayts@yahoo.co.in> wrote:
> Thanks for the reply, I have some more basic doubts based on your answers.
>
> Xen ARM PV port, targeting machines that don't support virtualization extensions -> What do you mean by this?
>
> It depends on your board....!
>  
> Xen ARM with virtualization extensions -> You mean para virtualization (Modified Linux OS For Xen?)
>
> Only "Modified" word is correct. Xen_ARM_PV is modified/coded to suit the requirements.
>  
>
> i will download http://xenbits.xen.org/git-http/people/ianc/linux.git -> This is Para Virt Linux Kernel? Can
> you please point to Corresponding Xen Hypervisor code(I have downloaded xen 4.2.0 is this ok?)
> Basically i want to run multiple linuxs on our ARM board. For that i am trying to understand source code of XEN
> hypervisor and Xen Linux Kernel.
>
> ................Xen Wiki....precisely Xen_ARM page is what that has all the info and answers.
>  
>
>  Warm Regards,
> Akshay
>
>
> ----- Original Message -----
> From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> To: akshay st <akshayts@yahoo.co.in>
> Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> Sent: Wednesday, 27 March 2013 4:15 PM
> Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
>
> On Wed, 27 Mar 2013, akshay st wrote:
> > Hi,
> >
> > I want to build and understand Xen ARM Hypervisor and ARM DOM0 Linux Kernel .Please provide the necessary
> docs to understand the same , Also please let me know the location to download the source code for both (ARM
> DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> > Please help me kick start XEN.
>
> If you are looking for the Xen ARM PV port, targeting machines that don't support
> virtualization extensions, you can find more informations here:
>
> http://wiki.xen.org/wiki/XenARM
>
> if you are looking for the new Xen ARM with virtualization extensions
> port, that is targeting Cortex A15 and newer processors, you can find
> more informations here:
>
> http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions
>
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>
>
>
> --
> ✉ Regards :: Krishna Pavan ✍
>
>
>
>
>
> --
> ✉ Regards :: Krishna Pavan ✍
>
>
>
>
Re: Help Regarding XEN DOM0 Linux kernel source for ARM [ In reply to ]
What is the type/name of the board you are using?

On Thu, Mar 28, 2013 at 5:12 PM, Stefano Stabellini <
stefano.stabellini@eu.citrix.com> wrote:

> In that case your only option is the Xen PV ARM port.
>
> On Wed, 27 Mar 2013, akshay st wrote:
> > In our board , we dont have any H/W virtualization support. I guess in
> that case we have to have PV Linux Kernel?
> >
> > Warm Regards,
> > Akshay
> >
> >
> >
> _________________________________________________________________________________________________________________________________
> > From: Krishna Pavan <post4pavan@gmail.com>
> > To: akshay st <akshayts@yahoo.co.in>
> > Cc: xen-arm@lists.xen.org
> > Sent: Wednesday, 27 March 2013 10:29 PM
> > Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
> >
> > Hi,
> >
> > Please keep Xen lists in loop.
> >
> > What is the board you are using?
> >
> > You don't need PV Xen for all boards...!
> >
> >
> > On Wed, Mar 27, 2013 at 10:23 PM, akshay st <akshayts@yahoo.co.in>
> wrote:
> > Hi Krishna,
> > I saw http://wiki.xen.org/wiki/XenARM , but however i am unable
> to find DOM0 Linux kernel (Para Virtualized
> > Linux)source code, Am i missing anything?
> >
> > Warm Regards,
> > Akshay
> >
> >
> >
> _________________________________________________________________________________________________________________________________
> > From: Krishna Pavan <post4pavan@gmail.com>
> > To: akshay st <akshayts@yahoo.co.in>
> > Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>; "
> xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> > Sent: Wednesday, 27 March 2013 10:15 PM
> >
> > Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source for ARM
> >
> > Xen_Hypervisor_for_ARM, that too PV port is a different issue.
> > Xen Wiki is the only source to START with.
> >
> > On Wed, Mar 27, 2013 at 7:15 PM, akshay st <akshayts@yahoo.co.in> wrote:
> > Thanks for the reply, I have some more basic doubts based on your
> answers.
> >
> > Xen ARM PV port, targeting machines that don't support
> virtualization extensions -> What do you mean by this?
> >
> > It depends on your board....!
> >
> > Xen ARM with virtualization extensions -> You mean para
> virtualization (Modified Linux OS For Xen?)
> >
> > Only "Modified" word is correct. Xen_ARM_PV is modified/coded to suit
> the requirements.
> >
> >
> > i will download
> http://xenbits.xen.org/git-http/people/ianc/linux.git -> This is Para
> Virt Linux Kernel? Can
> > you please point to Corresponding Xen Hypervisor code(I have
> downloaded xen 4.2.0 is this ok?)
> > Basically i want to run multiple linuxs on our ARM board. For that
> i am trying to understand source code of XEN
> > hypervisor and Xen Linux Kernel.
> >
> > ................Xen Wiki....precisely Xen_ARM page is what that has all
> the info and answers.
> >
> >
> > Warm Regards,
> > Akshay
> >
> >
> > ----- Original Message -----
> > From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> > To: akshay st <akshayts@yahoo.co.in>
> > Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
> > Sent: Wednesday, 27 March 2013 4:15 PM
> > Subject: Re: [XenARM] Help Regarding XEN DOM0 Linux kernel source
> for ARM
> >
> > On Wed, 27 Mar 2013, akshay st wrote:
> > > Hi,
> > >
> > > I want to build and understand Xen ARM Hypervisor and ARM DOM0
> Linux Kernel .Please provide the necessary
> > docs to understand the same , Also please let me know the location
> to download the source code for both (ARM
> > DOM0 Linux kernel and corresponding XEN ARm Hypervisor) .
> > > Please help me kick start XEN.
> >
> > If you are looking for the Xen ARM PV port, targeting machines
> that don't support
> > virtualization extensions, you can find more informations here:
> >
> > http://wiki.xen.org/wiki/XenARM
> >
> > if you are looking for the new Xen ARM with virtualization
> extensions
> > port, that is targeting Cortex A15 and newer processors, you can
> find
> > more informations here:
> >
> > http://wiki.xen.org/wiki/Xen_ARMv7_with_Virtualization_Extensions
> >
> >
> > _______________________________________________
> > Xen-arm mailing list
> > Xen-arm@lists.xen.org
> > http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
> >
> >
> >
> >
> > --
> > ✉ Regards :: Krishna Pavan ✍
> >
> >
> >
> >
> >
> > --
> > ✉ Regards :: Krishna Pavan ✍
> >
> >
> >
> >
>



--
✉ Regards :: Krishna Pavan ✍