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

lib-qemu: support to use without webcam model #5208

Open
alex-ab opened this issue May 7, 2024 · 0 comments
Open

lib-qemu: support to use without webcam model #5208

alex-ab opened this issue May 7, 2024 · 0 comments

Comments

@alex-ab
Copy link
Member

alex-ab commented May 7, 2024

for other VMMs beside Virtualbox. The webcam model requires libyuv, which requires stdcxx + libc which is not desired for all VMMs which are more lightweight, e.g. Seoul or potentially arm/vmm in the future.

@alex-ab alex-ab added the feature label May 7, 2024
alex-ab added a commit to alex-ab/genode that referenced this issue May 7, 2024
for other VMMs beside Virtualbox, e.g. Seoul or potentially arm/vmm. The
webcam model depends on libyuv, which uses stdcxx + full libc, which is not
desired or required for all VMM implementations.

Fixes genodelabs#5208
@alex-ab alex-ab added the fixed label May 7, 2024
chelmuth pushed a commit that referenced this issue May 13, 2024
for other VMMs beside Virtualbox, e.g. Seoul or potentially arm/vmm. The
webcam model depends on libyuv, which uses stdcxx + full libc, which is not
desired or required for all VMM implementations.

Fixes #5208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant