hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

Allow passing extra command line options to the hypervisor launch command? #349

Open wrouesnel opened 8 years ago

wrouesnel commented 8 years ago

Notably relevant in dealing with kvm, it can be a pain to debug underlying hypervisor issues (as I am right now) without being able to set additional flags which might be architecture specific (i.e. to work around hypervisor bugs).

I am wondering if some additional paramter like driver-options should be added to allow passing these values, although the precise syntax would need to be considered carefully (probably something like how docker handles it itself would be preferable).