Hi Henning, On 3/7/19 2:32 PM, Henning Schild wrote: > Hi Andreas, > > for how long did you test running jailhouse on the device? And did you > operate it via serial or network? I did not have 'ultra long' test periods but the device was running overnight without any problems. I was using the serial port and the network interfaces too. Even migration of the network interfaces to a Linux guest worked without any problems.
> I am currently enabling an ls1043 and network breaks after just > creating a second cell, not even loading or starting it. I guess in > that line i would also like to know which kernel you used and which > device tree, to understand whether you used DPAA from mainline or the > SDK-Version from NXP. I was using mainline Linux 4.19.5-rt4 (Jailhouse patches from git://git.kiszka.org/linux.git -> queues/jailhouse on top) with the DPAA driver from there. Devicetree from this series https://lkml.org/lkml/2018/9/3/482. Andreas > > In fact a simple offlining of a CPU breaks networking, no jailhouse no > funny stuff: > echo 0 > /sys/devices/system/cpu/cpu3/online > > And that would be for LSDK-18.09-V4.14 from > https://source.codeaurora.org/external/qoriq/qoriq-components/linux > Using the mainline driver stack. > > regards, > Henning > > Am Tue, 29 Jan 2019 10:00:24 +0100 > schrieb <[email protected]>: > >> From: Andreas Messerschmid <[email protected]> >> >> This series adds support for the miriac SBC-LS1046A to Jailhouse. >> >> Andreas Messerschmid (4): >> configs: miriac-sbc-ls1046a: Add root cell configuration >> configs: miriac-sbc-ls1046a: Add GIC demo inmate configuration >> configs: miriac-sbc-ls1046a: Add linux inmate demo configuration >> configs: miriac-sbc-ls1046a: Add linux inmate demo dts >> >> configs/arm64/dts/inmate-miriac-sbc-ls1046a.dts | 106 ++++++ >> configs/arm64/miriac-sbc-ls1046a-gic-demo.c | 74 ++++ >> configs/arm64/miriac-sbc-ls1046a-linux-demo.c | 137 +++++++ >> configs/arm64/miriac-sbc-ls1046a.c | 458 >> ++++++++++++++++++++++++ 4 files changed, 775 insertions(+) >> create mode 100644 configs/arm64/dts/inmate-miriac-sbc-ls1046a.dts >> create mode 100644 configs/arm64/miriac-sbc-ls1046a-gic-demo.c >> create mode 100644 configs/arm64/miriac-sbc-ls1046a-linux-demo.c >> create mode 100644 configs/arm64/miriac-sbc-ls1046a.c >> > -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
