Am Wed, 10 Aug 2022 23:29:16 -0700 (PDT) schrieb star sun <[email protected]>:
> i want make jailhouse working in one phone with 4 cortex-a53 cpu. > > I feel like I've successfully executed jailhouse enbale. > unfortunately, there is a kernel panic when i down one cpu for a > non-root-cell during jialhouse cell create . > > This question has puzzled me for a long time Do you have any good > methods? thank you You could try offlining one or more CPUs with your stock kernel and not even the jailhouse module loaded. If that also causes problems you are likely dealing with a vendor kernel that has been patched to become sort of broken. echo 0 > /sys/devices/system/cpu/cpu3/online writing a 1 will bring it back. This should work before you even start with jailhouse. Henning -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20220811133427.336a5da7%40md1za8fc.ad001.siemens.net.
