mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add support for spinlocks hyperv feature
This commit is contained in:
@@ -1258,6 +1258,8 @@ Vagrant.configure("2") do |config|
|
||||
libvirt.hyperv_feature :name => 'relaxed', :state => 'on'
|
||||
# Enable virtual APIC
|
||||
libvirt.hyperv_feature :name => 'vapic', :state => 'on'
|
||||
# Enable spinlocks (requires retries to be specified)
|
||||
libvirt.hyperv_feature :name => 'spinlocks', :state => 'on', :retries => '8191'
|
||||
end
|
||||
end
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user