Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-06 Thread Zhan Zheng
I tried to enable CONFIG_VIRTUALIZATION & CONFIG_KVM. dmesg (the attachment below) shows KVM inited successfully, but `jailhouse enable rk3568.cell` still rebooting system 在2023年9月6日星期三 UTC+8 11:41:11 写道: Does linux enable CONFIG_VIRTUALIZATION? What about KVM? On Wednesday, September 6,

Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-05 Thread bot crack
Does linux enable CONFIG_VIRTUALIZATION? What about KVM? On Wednesday, September 6, 2023 at 11:18:25 AM UTC+8 Zhan Zheng wrote: > i tracked the codes, and found out the 'hypervisor/arch/arm64/entry.S: hvc > #0' turn the machine reboot, can anyone point out the reason for me? > thanks > >

Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-05 Thread Zhan Zheng
i tracked the codes, and found out the 'hypervisor/arch/arm64/entry.S: hvc #0' turn the machine reboot, can anyone point out the reason for me? thanks 在2023年9月6日星期三 UTC+8 08:44:46 写道: > > %% ./jailhouse-config-check ~/works/jailhouse/configs/arm64/rk3568.cell > Reading configuration set: >

Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-05 Thread Zhan Zheng
%% ./jailhouse-config-check ~/works/jailhouse/configs/arm64/rk3568.cell Reading configuration set: Architecture: arm64 Root cell: RK3568 (/home/zyz/works/jailhouse/configs/arm64/rk3568.cell) Overlapping memory regions inside cell: None Overlapping memory regions with hypervisor: None

Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-05 Thread Ralf Ramsauer
Hi, What does jailhouse config-check report on your system configuration? Ralf On 05/09/2023 10:52, Zhan Zheng wrote: dmesg in `screen-exchange` 在2023年9月5日星期二 UTC+8 16:00:57 写道: hello, everyone. I'm porting jailhouse to rk3568 which running open harmony. jailhouse.ko,

Re: when enter_hypervisor on rk3568, system reboot without oops

2023-09-05 Thread Zhan Zheng
dmesg in `screen-exchange` 在2023年9月5日星期二 UTC+8 16:00:57 写道: > hello, everyone. I'm porting jailhouse to rk3568 which running open > harmony. > jailhouse.ko, jailhouse.bin, jailhouse were ready, and i wrote a basic > root cell to test it. > but when i `jailhouse enable rk3568.cell`, the system