[libvirt] [PATCH 0/2] vbox: Add support for 5.2.x

Dawid Zamirski posted 2 patches 6 years, 5 months ago
src/Makefile.am               |     1 +
src/vbox/vbox_CAPI_v5_2.h     | 26870 ++++++++++++++++++++++++++++++++++++++++
src/vbox/vbox_V5_2.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 |     1 +
7 files changed, 26891 insertions(+)
create mode 100644 src/vbox/vbox_CAPI_v5_2.h
create mode 100644 src/vbox/vbox_V5_2.c
[libvirt] [PATCH 0/2] vbox: Add support for 5.2.x
Posted by Dawid Zamirski 6 years, 5 months ago
With each minor VBOX release a new SDK header needs to be added and wired up to
the driver. This is basically the same as last time [1]. The first patch will
be sent as a compressed attachment because it's a large header file taken from
the SDK that would not pass the mailing list size constraints.

[1] https://www.redhat.com/archives/libvir-list/2016-November/msg00355.html
Dawid Zamirski (2):
  vbox: Add vbox 5.2 CAPI header file.
  vbox: Add support for 5.2.x

 src/Makefile.am               |     1 +
 src/vbox/vbox_CAPI_v5_2.h     | 26870 ++++++++++++++++++++++++++++++++++++++++
 src/vbox/vbox_V5_2.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 |     1 +
 7 files changed, 26891 insertions(+)
 create mode 100644 src/vbox/vbox_CAPI_v5_2.h
 create mode 100644 src/vbox/vbox_V5_2.c

-- 
2.14.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] vbox: Add support for 5.2.x
Posted by John Ferlan 6 years, 5 months ago

On 11/07/2017 05:36 PM, Dawid Zamirski wrote:
> With each minor VBOX release a new SDK header needs to be added and wired up to
> the driver. This is basically the same as last time [1]. The first patch will
> be sent as a compressed attachment because it's a large header file taken from
> the SDK that would not pass the mailing list size constraints.
> 
> [1] https://www.redhat.com/archives/libvir-list/2016-November/msg00355.html
> Dawid Zamirski (2):
>   vbox: Add vbox 5.2 CAPI header file.
>   vbox: Add support for 5.2.x
> 
>  src/Makefile.am               |     1 +
>  src/vbox/vbox_CAPI_v5_2.h     | 26870 ++++++++++++++++++++++++++++++++++++++++
>  src/vbox/vbox_V5_2.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 |     1 +
>  7 files changed, 26891 insertions(+)
>  create mode 100644 src/vbox/vbox_CAPI_v5_2.h
>  create mode 100644 src/vbox/vbox_V5_2.c
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>

(and pushed)... hoping all CI builds work too!

Tks -

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
[libvirt] [PATCH 1/2] vbox: Add vbox 5.2 CAPI header file.
Posted by Dawid Zamirski 6 years, 5 months ago
Extracted from 5.2 SDK and reindented with cppi--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list