ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

Add config 'firmware_format' #45

Closed smpsnr closed 11 months ago

smpsnr commented 1 year ago

Currently, the format of the aarch64 firmware images is hardcoded as raw -- this prevents the use of the qemu snapshot feature, even if the user has supplied qcow2 formatted firmware images in their qemu_dir. This pull request adds a config option to specify the firmware image format, defaulting to raw.

ppggff commented 11 months ago

Thanks a lot