I cannot find anything under /sys/fs/pstore directory after kernel panic. I compile Linux kernel 5.10 with
qemu-system-aarch64 \
-accel tcg \
-machine virt \
-cpu cortex-a57 \
-nographic -smp 8 \
-drive file=/home/tr4v3ler/data/tools/buildroot-2023.02.8/output/images/rootfs.repro,format=raw \
-drive file=mydisk.img,format=raw \
-kernel /home/tr4v3ler/data/src/linux-5.10.y/arch/arm64/boot/Image \
-append "root=/dev/vda oops=panic panic_on_warn=1 panic=-1 nokaslr debug" \
-m 8192 \
-net user,hostfwd=tcp::10023-:22 -net nic