All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen on lager for DOMU
@ 2017-01-24 13:05 George John
  2017-01-26 19:11 ` Julien Grall
  0 siblings, 1 reply; 5+ messages in thread
From: George John @ 2017-01-24 13:05 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 271 bytes --]

Hi all,

I was able to bring up Dom0 in lager board by steps followed by charles.
What could be the steps I could follow to bring up DomU in xen for lager
board.?..How to bring xen-utils in the filesystem(yocto build) of Dom0
linux for configuring DomU.

Regards,
George

[-- Attachment #1.2: Type: text/html, Size: 381 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen on lager for DOMU
  2017-01-24 13:05 Xen on lager for DOMU George John
@ 2017-01-26 19:11 ` Julien Grall
  2017-01-27  7:46   ` Oleksandr Andrushchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Grall @ 2017-01-26 19:11 UTC (permalink / raw)
  To: George John, xen-devel, Iurii Mykhalskyi



On 24/01/2017 13:05, George John wrote:
> Hi all,

Hello,


> I was able to bring up Dom0 in lager board by steps followed by charles.
> What could be the steps I could follow to bring up DomU in xen for lager
> board.?..

You can give a look to:
	- https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
	- 
https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions#DomU_kernel_and_DTS

Alternatively, you can find a distribution where the kernel has Xen 
options enabled. It may be the case in Yocto, or you can look at centos 
(see [1]).

How to bring xen-utils in the filesystem(yocto build) of Dom0
> linux for configuring DomU.

I don't know much about Yocto. I have CCed Iurri who I think is using 
Yocto. It might be able to help you here.

Cheers,

[1] https://blog.xenproject.org/2015/10/05/xen-in-centos-7-aarch64/

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen on lager for DOMU
  2017-01-26 19:11 ` Julien Grall
@ 2017-01-27  7:46   ` Oleksandr Andrushchenko
  2017-01-27  8:41     ` Iurii Mykhalskyi
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksandr Andrushchenko @ 2017-01-27  7:46 UTC (permalink / raw)
  To: Julien Grall, George John, xen-devel, Iurii Mykhalskyi

On 01/26/2017 09:11 PM, Julien Grall wrote:
>
>
> On 24/01/2017 13:05, George John wrote:
>> Hi all,
>
> Hello,
>
>
>> I was able to bring up Dom0 in lager board by steps followed by charles.
>> What could be the steps I could follow to bring up DomU in xen for lager
>> board.?..
>
> You can give a look to:
>     - https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>     - 
> https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions#DomU_kernel_and_DTS
>
> Alternatively, you can find a distribution where the kernel has Xen 
> options enabled.
For testing and some development on ARM64 I use Ubuntu for DomU [2], [3]
> It may be the case in Yocto, or you can look at centos (see [1]).
>
> How to bring xen-utils in the filesystem(yocto build) of Dom0
>> linux for configuring DomU.
>
> I don't know much about Yocto. I have CCed Iurri who I think is using 
> Yocto. It might be able to help you here.
>
> Cheers,
>
> [1] https://blog.xenproject.org/2015/10/05/xen-in-centos-7-aarch64/
>
[2] https://github.com/xen-troops/manifests/wiki/DomU-Ubuntu-on-H3-M3
[3] https://help.ubuntu.com/community/Xen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen on lager for DOMU
  2017-01-27  7:46   ` Oleksandr Andrushchenko
@ 2017-01-27  8:41     ` Iurii Mykhalskyi
  2017-02-06 11:23       ` George John
  0 siblings, 1 reply; 5+ messages in thread
From: Iurii Mykhalskyi @ 2017-01-27  8:41 UTC (permalink / raw)
  To: George John; +Cc: Oleksandr Andrushchenko, xen-devel, Julien Grall


[-- Attachment #1.1: Type: text/plain, Size: 2064 bytes --]

Hi George,

I didn't test official Renesas yocto layer for Lager board.

But general approach to bring-up xen-tools in Dom0 rootfs are follow:
1. clone meta-virtualization layer along with other layers
2. Append xen-base package into default package list (e.g.
core-image-minimal or weston-image-minimal).
3. In addition you need to add Xen specific options to Dom0 kernel config
(please refer to [1] as reference).

After that please refer to Oleksandr mail about DomU start-up.

[1] https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs

With the best regards,
Iurii


On Fri, Jan 27, 2017 at 9:46 AM, Oleksandr Andrushchenko <andr2000@gmail.com
> wrote:

> On 01/26/2017 09:11 PM, Julien Grall wrote:
>
>>
>>
>> On 24/01/2017 13:05, George John wrote:
>>
>>> Hi all,
>>>
>>
>> Hello,
>>
>>
>> I was able to bring up Dom0 in lager board by steps followed by charles.
>>> What could be the steps I could follow to bring up DomU in xen for lager
>>> board.?..
>>>
>>
>> You can give a look to:
>>     - https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>>     - https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization
>> _Extensions#DomU_kernel_and_DTS
>>
>> Alternatively, you can find a distribution where the kernel has Xen
>> options enabled.
>>
> For testing and some development on ARM64 I use Ubuntu for DomU [2], [3]
>
>> It may be the case in Yocto, or you can look at centos (see [1]).
>>
>> How to bring xen-utils in the filesystem(yocto build) of Dom0
>>
>>> linux for configuring DomU.
>>>
>>
>> I don't know much about Yocto. I have CCed Iurri who I think is using
>> Yocto. It might be able to help you here.
>>
>> Cheers,
>>
>> [1] https://blog.xenproject.org/2015/10/05/xen-in-centos-7-aarch64/
>>
>> [2] https://github.com/xen-troops/manifests/wiki/DomU-Ubuntu-on-H3-M3
> [3] https://help.ubuntu.com/community/Xen
>



-- 

Iurii Mykhalskyi | Lead Software Engineer
GlobalLogic
P +38.044.492.9695x3664  M +38.096.311.5467  S mad-nemoi
www.globallogic.com
<http://www.globallogic.com/>
http://www.globallogic.com/email_disclaimer.txt

[-- Attachment #1.2: Type: text/html, Size: 6269 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen on lager for DOMU
  2017-01-27  8:41     ` Iurii Mykhalskyi
@ 2017-02-06 11:23       ` George John
  0 siblings, 0 replies; 5+ messages in thread
From: George John @ 2017-02-06 11:23 UTC (permalink / raw)
  To: Iurii Mykhalskyi; +Cc: Oleksandr Andrushchenko, xen-devel, Julien Grall


[-- Attachment #1.1: Type: text/plain, Size: 2345 bytes --]

Thank you all for the positive replies. I will try it out.

Thanks and regards,
George

On Fri, Jan 27, 2017 at 2:11 PM, Iurii Mykhalskyi <
iurii.mykhalskyi@globallogic.com> wrote:

> Hi George,
>
> I didn't test official Renesas yocto layer for Lager board.
>
> But general approach to bring-up xen-tools in Dom0 rootfs are follow:
> 1. clone meta-virtualization layer along with other layers
> 2. Append xen-base package into default package list (e.g.
> core-image-minimal or weston-image-minimal).
> 3. In addition you need to add Xen specific options to Dom0 kernel config
> (please refer to [1] as reference).
>
> After that please refer to Oleksandr mail about DomU start-up.
>
> [1] https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>
> With the best regards,
> Iurii
>
>
> On Fri, Jan 27, 2017 at 9:46 AM, Oleksandr Andrushchenko <
> andr2000@gmail.com> wrote:
>
>> On 01/26/2017 09:11 PM, Julien Grall wrote:
>>
>>>
>>>
>>> On 24/01/2017 13:05, George John wrote:
>>>
>>>> Hi all,
>>>>
>>>
>>> Hello,
>>>
>>>
>>> I was able to bring up Dom0 in lager board by steps followed by charles.
>>>> What could be the steps I could follow to bring up DomU in xen for lager
>>>> board.?..
>>>>
>>>
>>> You can give a look to:
>>>     - https://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>>>     - https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization
>>> _Extensions#DomU_kernel_and_DTS
>>>
>>> Alternatively, you can find a distribution where the kernel has Xen
>>> options enabled.
>>>
>> For testing and some development on ARM64 I use Ubuntu for DomU [2], [3]
>>
>>> It may be the case in Yocto, or you can look at centos (see [1]).
>>>
>>> How to bring xen-utils in the filesystem(yocto build) of Dom0
>>>
>>>> linux for configuring DomU.
>>>>
>>>
>>> I don't know much about Yocto. I have CCed Iurri who I think is using
>>> Yocto. It might be able to help you here.
>>>
>>> Cheers,
>>>
>>> [1] https://blog.xenproject.org/2015/10/05/xen-in-centos-7-aarch64/
>>>
>>> [2] https://github.com/xen-troops/manifests/wiki/DomU-Ubuntu-on-H3-M3
>> [3] https://help.ubuntu.com/community/Xen
>>
>
>
>
> --
>
> Iurii Mykhalskyi | Lead Software Engineer
> GlobalLogic
> P +38.044.492.9695x3664  M +38.096.311.5467  S mad-nemoi
> www.globallogic.com
> <http://www.globallogic.com/>
> http://www.globallogic.com/email_disclaimer.txt
>

[-- Attachment #1.2: Type: text/html, Size: 6910 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-06 11:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-24 13:05 Xen on lager for DOMU George John
2017-01-26 19:11 ` Julien Grall
2017-01-27  7:46   ` Oleksandr Andrushchenko
2017-01-27  8:41     ` Iurii Mykhalskyi
2017-02-06 11:23       ` George John

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.