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

VM audio controller not available #1

Closed KieranP closed 14 years ago

KieranP commented 14 years ago

The —machinereadable parsing doesn't contain the audio controller, only the host driver.

The controller is available when showvminfo is run without —machinereadable

Perhaps reuse the same technique Nics do, in that they also parse the human readable version for more info.

KieranP commented 14 years ago

Work for this completed and available in my branch: http://github.com/KieranP/virtualbox/commits/master

mitchellh commented 14 years ago

Closed