virtualbox-kvm icon indicating copy to clipboard operation
virtualbox-kvm copied to clipboard

KVM Backend for VirtualBox. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution.

Results 31 virtualbox-kvm issues
Sort by recently updated
recently updated
newest added

First, thank you very much for this KVM backend for VirtualBox! It works well for me, no more micro-managing kernel versions :tada: Saw that building without `--disable-hardening` is now an...

Trying to compile with virtualbox 7.1.2 source. Just not able yet? 7.0.x working fine. ` `# git am ../vbox-kvm/patches/*.patch Applying: NEM: Implement KVM backend error: patch failed: Config.kmk:1996 error: Config.kmk:...

### Bug Description upstream oracle's VirtualBox has new feature of macOS/Arm64 and can run Linux/FreeBSD on their platform and i have an idea what if porting it with Linux/Arm64 KVM-backend...

SR-IOV Graphics Virtualization Support on Meteor Lake The requirements state that Intel SR-IOV graphics virtualization works on Intel generations starting with Alder Lake. While both ADL and RPL work fine,...

I successfully compiled virtualbox-kvm Linux 7.1.4 on Debian 12 "bookworm" running on the latest WSL2 Microsoft Linux modular Kernel rel. 6.6.16 in my Windows 11 24H2 host. VirtualBox run OK....

Just a heads-up to all those on Debian 12.x there are some additiona dependencies to check if you don't have them already -gsoap -various additional qt6 libs I'll post something...

trying to solve the Qt6 not found stuff. `./configure --with-kvm --disable-kmods --disable-docs --disable-hardening --disable-java --with-qt-dir=/usr/lib/x86_64-linux-gnu/cmake/Qt6` but will see

## How to Reproduce Use build recipe from https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=virtualbox-kvm Note: Possibly unrelated to the KVM patchset, maybe worthy to be documented. ### Bug 1 Description ``` ./VirtualBox-7.2.0/src/VBox/Runtime/common/misc/buildconfig.cpp: In function »uint32_t...

I was using script.sh: ``` docker build -t vbox-builder . && \ docker run --name vbox-build -it vbox-builder /bin/bash ``` Dockerfile: ``` FROM ubuntu:24.04 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update &&...