fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

implement cpu model and mode selection #38

Closed mmoll closed 7 years ago

mmoll commented 7 years ago

closes GH-18

mmoll commented 7 years ago

The most common use case is to set :cpu=>{:mode=>"host-model"}.

I tried to keep this extendable if further cpu parameters will get added, but would state the current ERB approach gave not the best result.

mmoll commented 7 years ago

anybody? :)