Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support vbox 7.0.18 and 7.0.20 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blabla-my
Copy link

@blabla-my blabla-my commented Jan 5, 2025

Tested by following commands:

$ docker build -t videzzo .
$ docker run --rm -it \
    -v /usr/src:/usr/src \
    -v /dev:/dev \
    -v /lib/modules:/lib/modules \
    --privileged \
    -v $PWD:/root/videzzo videzzo:latest \
    /bin/bash
# in container 
$ cd videzzo && make vbox
$ bash -x videzzo_tool/04-quick-cov.sh qemu i386 ac97 60

This patch involves modifications on CLANG.kmk and vbox source code patch (videzzo_vbox/0001-Update-VBOX-to-support-ViDeZZo-as-a-library.patch). For CLANG.kmk, addprefix should be replaced with qaddprefix to avoid error of double qoutes.

This patch does not work on vbox <=7.0.4 and vbox >7.0.20 . May consider not to merge into main stream immediately.

@blabla-my blabla-my changed the title support videzzo 7.0.18 and 7.0.20 support vbox 7.0.18 and 7.0.20 Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant