
3 Nov
2017
3 Nov
'17
1:47 p.m.
On 10/24/2017 03:35 PM, Dawid Zamirski wrote:
This patch exposes additional methods of the native VBOX API to the libvirt 'unified' vbox API to deal with IStorageController. The exposed methods are:
* IStorageController->GetStorageControllerType() * IStorageController->SetStorageControllerType() * IMachine->GetStorageControllers() --- src/vbox/vbox_common.h | 13 +++++++++++++ src/vbox/vbox_tmpl.c | 20 ++++++++++++++++++++ src/vbox/vbox_uniformed_api.h | 3 +++ 3 files changed, 36 insertions(+)
Reviewed-by: John Ferlan <jferlan@redhat.com> John