On Tue, Jan 28, 2025 at 01:22:34PM +0100, Michal Privoznik wrote:
>This was initiated by the following issue:
>
>https://gitlab.com/libvirt/libvirt/-/issues/681
>
>and I tried to add support for VBOX-7.1 but unfortunately got hit by a
>bug in VBOX which renders the way we initialize C bindings useless. I've
>reported the bug here:
>
>https://www.virtualbox.org/ticket/22224
>
>but it didn't get any attention.
>
>Michal Prívozník (5):
> vbox: Use g_autofree in tryLoadOne()
> vbox: Report an error when VBox CAPI initialization fails
> vbox: Drop support for VirtualBox-6.1.x
> vbox: Drop code supporting old VBox version
> NEWS: Document VBOX-6.1 removal
>
Series
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
> NEWS.rst | 5 +
> src/vbox/meson.build | 1 -
> src/vbox/vbox_CAPI_v6_1.h | 32896 --------------------------------
> src/vbox/vbox_V6_1.c | 13 -
> src/vbox/vbox_XPCOMCGlue.c | 5 +-
> src/vbox/vbox_XPCOMCGlue.h | 2 +-
> src/vbox/vbox_common.h | 4 +-
> src/vbox/vbox_storage.c | 4 +-
> src/vbox/vbox_tmpl.c | 30 +-
> src/vbox/vbox_uniformed_api.h | 1 -
> 10 files changed, 16 insertions(+), 32945 deletions(-)
> delete mode 100644 src/vbox/vbox_CAPI_v6_1.h
> delete mode 100644 src/vbox/vbox_V6_1.c
>
>--
>2.45.2
>