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: make git-qemu argument a path #17

Open nmtadam opened 2 years ago

nmtadam commented 2 years ago

Remove hardcoded git-qemu path, if the argument is not provided and needed for cxl options then set ~/git/qemu/ as the default

Signed-off-by: Adam Manzanares a.manzanares@samsung.com

stellarhopper commented 2 years ago

I forgot to add above - if --git-qemu=~/git/qemu becomes the new default, we'd need a new option to use system installed qemu. Maybe we just add a new boolean option for that, --system-qemu