Re: Jailhouse zynqMP

2018-04-10 Thread iallende
El martes, 10 de abril de 2018, 10:47:57 (UTC+2), Ralf Ramsauer escribió: > Hi, > > On 04/10/2018 10:26 AM, iallende wrote: > > El jueves, 22 de marzo de 2018, 16:33:02 (UTC+1), Ralf Ramsauer escribió: > >> On 03/22/2018 04:23 PM, iallende wrote: > >>> El miércoles, 21 de marzo de 2018,

Re: Jailhouse zynqMP

2018-04-10 Thread Ralf Ramsauer
Hi, On 04/10/2018 10:26 AM, iallende wrote: > El jueves, 22 de marzo de 2018, 16:33:02 (UTC+1), Ralf Ramsauer escribió: >> 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,

[PATCH 1/2] driver: ensure jailhouse is not enabled when VT-X is disabled by firmware

2018-04-10 Thread ff
Whithout the check, jailhouse enable configs/x86/sysconfig.cell results in a GP and a reboot do not allow enable if firmware has disabled VT-X on Intel VMX Signed-off-by: Francois-Frederic Ozog --- driver/main.c | 16 1 file changed, 16 insertions(+) diff

[PATCH 2/2] tools: proper reporting of mandatory and optional VMXON features

2018-04-10 Thread ff
on a VMX capable processor, firmware has the capability to block use of it. WHen it is the case, bits of IA32_FEATURE_CONTROL are cleared. At a minimum, a jailhouse system need to be able to use VMX outside SMX. Signed-off-by: Francois-Frederic Ozog ---

Re: Share memory among cells on arm64

2018-04-10 Thread Giovani Gracioli
Updating: I added .num_msix_vectors = 1, .iommu = 1, to the root cell .pci_devices config, wrote a simple linux program to write to the shared memory (0x80050) and a simple inmate cell code to read from the shared memory. It was able to read the values that were written. The next step

Re: [PATCH 1/4] Jetson TX2: root cell config

2018-04-10 Thread Claudio Scordino
2018-04-09 19:36 GMT+02:00 Jan Kiszka : > On 2018-04-09 16:35, Claudio Scordino wrote: > > > > > > 2018-04-09 16:28 GMT+02:00 Lokesh Vutla > >: > > > > > > > > On Monday 09 April 2018 07:53 PM, Claudio Scordino wrote: >

Re: Jailhouse zynqMP

2018-04-10 Thread iallende
El martes, 10 de abril de 2018, 15:12:25 (UTC+2), Ralf Ramsauer escribió: > Hi, > > On 04/10/2018 02:10 PM, iallende wrote: > > El martes, 10 de abril de 2018, 10:47:57 (UTC+2), Ralf Ramsauer escribió: > >> Hi, > >> > >> On 04/10/2018 10:26 AM, iallende wrote: > >>> El jueves, 22 de marzo de

Re: Jailhouse zynqMP

2018-04-10 Thread Jan Kiszka
On 2018-04-10 15:12, Ralf Ramsauer wrote: > Hi, > > On 04/10/2018 02:10 PM, iallende wrote: >> El martes, 10 de abril de 2018, 10:47:57 (UTC+2), Ralf Ramsauer escribió: >>> Hi, >>> >>> On 04/10/2018 10:26 AM, iallende wrote: El jueves, 22 de marzo de 2018, 16:33:02 (UTC+1), Ralf Ramsauer

Re: Jailhouse zynqMP

2018-04-10 Thread Ralf Ramsauer
Hi, On 04/10/2018 02:10 PM, iallende wrote: > El martes, 10 de abril de 2018, 10:47:57 (UTC+2), Ralf Ramsauer escribió: >> Hi, >> >> On 04/10/2018 10:26 AM, iallende wrote: >>> El jueves, 22 de marzo de 2018, 16:33:02 (UTC+1), Ralf Ramsauer escribió: On 03/22/2018 04:23 PM, iallende wrote:

Re: [PATCH 1/4] Jetson TX2: root cell config

2018-04-10 Thread Jan Kiszka
On 2018-04-10 15:00, Claudio Scordino wrote: > > > 2018-04-09 19:36 GMT+02:00 Jan Kiszka >: > > On 2018-04-09 16:35, Claudio Scordino wrote: > > > > > > 2018-04-09 16:28 GMT+02:00 Lokesh Vutla

Re: Share memory among cells on arm64

2018-04-10 Thread Jan Kiszka
On 2018-04-10 16:39, Giovani Gracioli wrote: > Updating: > > I added > > .num_msix_vectors = 1, > .iommu = 1, > > to the root cell .pci_devices config, wrote a simple linux program to write > to the shared memory (0x80050) and a simple inmate cell code to read from > the shared memory.

Re: Share memory among cells on arm64

2018-04-10 Thread Giovani Gracioli
Hi Jan, Thanks for the reply. I am using the uio driver and when I load it, the pci devices become enabled. I suppose this part is ok: lspci -v after the driver is loaded: 00:00.0 Unassigned class [ff00]: Red Hat, Inc Inter-VM shared memory Subsystem: Red Hat, Inc Inter-VM shared

Re: Jailhouse zynqMP

2018-04-10 Thread iallende
El jueves, 22 de marzo de 2018, 16:33:02 (UTC+1), Ralf Ramsauer escribió: > 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

Re: [PATCH v7 2/5] of: change overlay apply input data from unflattened to FDT

2018-04-10 Thread Jan Kiszka
On 2018-04-05 23:12, Rob Herring wrote: > On Thu, Apr 5, 2018 at 2:28 PM, Frank Rowand wrote: >> On 04/05/18 12:13, Jan Kiszka wrote: >>> On 2018-04-05 20:59, Frank Rowand wrote: Hi Jan, On 04/04/18 15:35, Jan Kiszka wrote: > Hi Frank, > > On