Re: [PATCH] tools: config-create: update iomem parser to work on recent kernels

2018-03-22 Thread Henning Schild
In case it does matter, i think it is coming from ... arch/x86/kernel/e820.c and 4.12 changed it to first letter capital. Henning Am Thu, 22 Mar 2018 17:28:51 +0100 schrieb Henning Schild : > More recent kernels (did not try to identify which version) spell the >

Re: jailhouse config size issue while accessing memory region

2018-03-22 Thread Henning Schild
Am Wed, 21 Mar 2018 09:45:09 -0700 schrieb : > On Wednesday, March 21, 2018 at 8:54:00 PM UTC+5:30, Henning Schild > wrote: > > Am Wed, 21 Mar 2018 07:31:43 -0700 > > schrieb : > > > > > Hi Jan, > > > we are working on jailhouse on x86 and facing

[PATCH] tools: config-create: update iomem parser to work on recent kernels

2018-03-22 Thread Henning Schild
More recent kernels (did not try to identify which version) spell the string "reserved" with a capital letter in front. Match both and support old and new kernels. Reported-by: Anil Kumar Signed-off-by: Henning Schild ---

Re: Jailhouse zynqMP

2018-03-22 Thread Ralf Ramsauer
On 03/22/2018 04:23 PM, iallende wrote: > El miércoles, 21 de marzo de 2018, 15:25:02 (UTC+1), Ralf Ramsauer escribió: >> Hi, >> >> On 03/21/2018 02:54 PM, iallende wrote: >>> Hi everyone, >>> >>> I am trying to run Jailhouse in the ZynqMP, with Linux PREEMPT RT in >>> another cell. However, I

Re: Jailhouse zynqMP

2018-03-22 Thread iallende
El miércoles, 21 de marzo de 2018, 15:25:02 (UTC+1), Ralf Ramsauer escribió: > Hi, > > On 03/21/2018 02:54 PM, iallende wrote: > > Hi everyone, > > > > I am trying to run Jailhouse in the ZynqMP, with Linux PREEMPT RT in > > another cell. However, I have some problems when I add the second

Re: Unhandled VM-Exit, reason 3qualification 0vectoring info:

2018-03-22 Thread m . rajendran
On Wednesday, March 21, 2018 at 9:12:45 PM UTC-4, J. Kiszka wrote: > On 2018-03-22 01:02, anilapp...@gmail.com wrote: > > Hi Jan/Henning, > > we are using jailhouse on x86 xeon pc. please find below file for > > /proc/iomem and find attached rootcell and non rootcell config files. This > > is

Re: Cant start Inmates with YOCTO-Linux RootCell

2018-03-22 Thread alex . ciobotaru
Hi Jan, I think I'm in Daniel's situation, where we change the memory layout, so we also need to change the inmate comm region stuff. Flow: - Reserve one big contiguous chunk of memory (i.e. memmap=256M@512M) - Get the whole chunk in the root cell - Steal in the tiny-demo cell two regions:

Re: jailhouse config size issue while accessing memory region

2018-03-22 Thread Anil Kumar
Hi Alex, Thanks for your reply. Yes since my system has this configuration, jailhouse is generating this memory size "0". But I don't want to create memory region with "0" size. Because no one can either read/write into this region. so I want to give some size or don't want to create such a memory

Re: jailhouse config size issue while accessing memory region

2018-03-22 Thread alex . ciobotaru
Hi, Well, the config script reads, parses and generates the memory regions based on your system /proc/iomem layout. In your attachment, you have: 79162000-79a5efff : Reserved 7933d018-7933d018 : APEI ERST 7933d01c-7933d021 : APEI ERST This will restult in zero-sized memory regions in the