mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Set aio-thread also when composing/building #81

Closed miha-plesko closed 6 years ago

miha-plesko commented 6 years ago

With previous commit we handle setting aio option when running unikernel, but we didn't handle the implicit unikernel run that occurs during the composing/building phase. This resulted in error since QEMU was provided with empty string "" as aio-type, which didn't work.

miha-plesko commented 6 years ago

Opened this PR just to have it unit tested by Travis before merging to master. I'll merge it myself then, bypassing the code review, due to heavy load on reviewers.