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: Add option to skip ndctl build #26

Closed weiny2 closed 2 years ago

weiny2 commented 2 years ago

When testing non-ndctl code while at the same time having ndctl changes in progress it is beneficial to temporarily skip the ndctl build/install in the root image. This is because failures of the ndctl build will stop running qemu despite not needing ndctl for the current test required.

Add an option to skip ndctl build/install within the root image. To maintain current compatibility enable it by default.

Signed-off-by: Ira Weiny ira.weiny@intel.com