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

cpu relationship on vm #17

Closed KieranP closed 14 years ago

KieranP commented 14 years ago

Current:

vm.interface.get_cpu_property(:pae)
vm.interface.get_cpu_property(:synthetic)

Desired:

vm.cpu.pae
vm.cpu.synthetic
mitchellh commented 14 years ago

Got it merged in, thanks to you