Re: [libvirt] [PATCH 2/2] vbox: hookup the 5.1 C API to the unified driver.

2016-11-08 Thread Daniel P. Berrange
On Mon, Nov 07, 2016 at 04:03:43PM -0500, Dawid Zamirski wrote: > > simply follow the same pattern as other versions did. > --- > src/Makefile.am | 1 + > src/vbox/vbox_V5_1.c | 13 + > src/vbox/vbox_common.h| 2 ++ > src/vbox/vbox_storage.c |

[libvirt] [PATCH 2/2] vbox: hookup the 5.1 C API to the unified driver.

2016-11-07 Thread Dawid Zamirski
simply follow the same pattern as other versions did. --- src/Makefile.am | 1 + src/vbox/vbox_V5_1.c | 13 + src/vbox/vbox_common.h| 2 ++ src/vbox/vbox_storage.c | 2 ++ src/vbox/vbox_tmpl.c | 2 ++ src/vbox/vbox_uniformed_api.h |