mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

hw_virt relationship on vm #14

Closed KieranP closed 14 years ago

KieranP commented 14 years ago

Currently need to use the following:

vm.interface.get_hw_virt_ex_property(:nested_paging)
vm.interface.get_hw_virt_ex_property(:enabled)

Use relationships to shorten this to:

vm.hw_virt.nested_paging
vm.hw_virt.enabled
mitchellh commented 14 years ago

HWVirt support complete [closed by 022436e71a6c0673190684a0c36fbf975e49c6e3]