pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

run_qemu.sh: add more cmdline for testing and debug #54

Closed xupengfe closed 2 months ago

xupengfe commented 2 months ago

Add more cmdline for testing and debug:

  1. add initcall_debug to debug some module init hang issues easily
  2. add log_buf_len=20M for dmesg log size, when test cxl qemu ndctl cases, could not collect the full dmesg log due to default dmesg size is too small, now set dmesg size to 20M as default, it's enough for dmesg debug.