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

Devices relationship on VM USB Controler #16

Closed KieranP closed 14 years ago

KieranP commented 14 years ago

Currently:

vm.usb_controller.interface.device_filters

Desired:

vm.usb_controller.devices
mitchellh commented 14 years ago
vm.usb_controller.device_filters

is now available. read-only access for now.