Re: [IVSHMEM]: Best way to discover BDF in IRQ handler

2017-12-18 Thread Luca Cuomo
Il giorno lunedì 11 dicembre 2017 18:18:50 UTC+1, J. Kiszka ha scritto: > On 2017-12-11 16:32, Luca Cuomo wrote: > > Il giorno lunedì 11 dicembre 2017 15:47:01 UTC+1, J. Kiszka ha scritto: > >> On 2017-12-11 14:58, Luca Cuomo wrote: > >>> Hi, > >>> > >>> i'm running a ivshmem-demo with a Linux

Re: Root cell_suspend in the management prelogue

2017-12-18 Thread 'Nikhil Devshatwar' via Jailhouse
Hi Jan/Ralf, Do you have any opinion on the following? Regards, Nikhil D On Wednesday 13 December 2017 11:52 AM, Devshatwar, Nikhil wrote: Hello all, I am profiling the impact of reloading a cell on the root cell. My observation is that the hypercall for cell_load and cell_start ends up

Re: Root cell_suspend in the management prelogue

2017-12-18 Thread Jan Kiszka
On 2017-12-18 09:45, Nikhil Devshatwar wrote: > Hi Jan/Ralf, > > Do you have any opinion on the following? I replied already, see mailing list archive if it didn't reach you. I'm not fundamentally against making "Cell Set Loadable" and "Cell Start" less invasive to the root cell, but we need to

Re: [IVSHMEM]: Best way to discover BDF in IRQ handler

2017-12-18 Thread Jan Kiszka
On 2017-12-18 09:43, Luca Cuomo wrote: > Il giorno lunedì 11 dicembre 2017 18:18:50 UTC+1, J. Kiszka ha scritto: >> On 2017-12-11 16:32, Luca Cuomo wrote: >>> Il giorno lunedì 11 dicembre 2017 15:47:01 UTC+1, J. Kiszka ha scritto: On 2017-12-11 14:58, Luca Cuomo wrote: > Hi, > >

Re: questions related to IVSHMEM/uio_ivshmem

2017-12-18 Thread Henning Schild
Am Mon, 18 Dec 2017 05:58:11 -0800 schrieb Luca Cuomo : > > > Hi, > > > > > > I can now confirm that the patch 87fbf1f works and interrupts are > > > received correctly, /dev/uiox is accessible and works as expected. > > > Without it, I got a: "FATAL: forbidden access

Re: questions related to IVSHMEM/uio_ivshmem

2017-12-18 Thread Luca Cuomo
> > Hi, > > > > I can now confirm that the patch 87fbf1f works and interrupts are > > received correctly, /dev/uiox is accessible and works as expected. > > Without it, I got a: "FATAL: forbidden access (exception class 0x24)" > > but I don't remember if this was triggered by Jailhouse or Linux.

Re: questions related to IVSHMEM/uio_ivshmem

2017-12-18 Thread Luca Cuomo
Il giorno lunedì 18 dicembre 2017 16:22:37 UTC+1, Henning Schild ha scritto: > Am Mon, 18 Dec 2017 05:58:11 -0800 > schrieb Luca Cuomo : > > > > > Hi, > > > > > > > > I can now confirm that the patch 87fbf1f works and interrupts are > > > > received correctly, /dev/uiox

Re: questions related to IVSHMEM/uio_ivshmem

2017-12-18 Thread Henning Schild
Am Mon, 18 Dec 2017 07:41:34 -0800 schrieb Luca Cuomo : > Il giorno lunedì 18 dicembre 2017 16:22:37 UTC+1, Henning Schild ha > scritto: > > Am Mon, 18 Dec 2017 05:58:11 -0800 > > schrieb Luca Cuomo : > > > > > > > Hi, > > > > > > > > > > I

Re: [PATCH 2/2] configs, inmates, README: Add QEMU-based ARM64 target

2017-12-18 Thread Jan Kiszka
On 2017-12-19 04:12, Qiu Shui wrote: > Is there any recommended kernel ready for QEMU ARM64 environment? Thanks! > Usually tested on ARM64 as well is http://git.kiszka.org/?p=linux.git;a=shortlog;h=refs/heads/queues/jailhouse Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate

Re: cpu_down gets stuck, upon non-root cell creation

2017-12-18 Thread Henning Schild
Am Wed, 13 Dec 2017 22:55:18 -0800 schrieb : > On Tuesday, December 12, 2017 at 6:25:18 PM UTC+5:30, Henning Schild > wrote: > > Am Tue, 12 Dec 2017 04:41:12 -0800 > > schrieb : > > > > > On Monday, December 11, 2017 at 6:14:28 PM UTC+5:30, Henning >

Re: [PATCH 2/2] configs, inmates, README: Add QEMU-based ARM64 target

2017-12-18 Thread Qiu Shui
Is there any recommended kernel ready for QEMU ARM64 environment? Thanks! On Thursday, September 21, 2017 at 2:50:16 PM UTC+8, J. Kiszka wrote: > From: Jan Kiszka > > Add all required artifacts and some words to the README to run Jailhouse > on a QEMU-provided ARM64

booting linux on non-root cell on TX1(arm64) board

2017-12-18 Thread vmore5602
Hi, Greeting to all.I am doing some testing with jailhouse hypervisor. Hardware - Nvidia TX1(arm64) Kernel - Linux 4.14.rc4 (maintained by JH-devel team) I have booted TX1 board with kernel(linux 4.14.rc4).I have succesfully tested the bare metal applications provided by JH team. Now i am