cyberus-technology / virtualbox-kvm

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.
GNU General Public License v3.0
957 stars 119 forks source link

vbox 7.1.2 compile - "error: patch failed: Config.kmk:1996" "error: Config.kmk: patch does not apply" #37

Open jmergy opened 1 month ago

jmergy commented 1 month ago

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: patch does not apply error: patch failed: include/iprt/x86.h:686 error: include/iprt/x86.h: patch does not apply error: patch failed: src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp:1390 error: src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp: patch does not apply error: patch failed: src/VBox/VMM/VMMR3/EM.cpp:219 error: src/VBox/VMM/VMMR3/EM.cpp: patch does not apply error: patch failed: src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp:37 error: src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp: patch does not apply error: patch failed: src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp:34 error: src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp: patch does not apply error: patch failed: src/VBox/VMM/include/GIMHvInternal.h:1100 error: src/VBox/VMM/include/GIMHvInternal.h: patch does not apply error: patch failed: src/VBox/VMM/include/NEMInternal.h:35 error: src/VBox/VMM/include/NEMInternal.h: patch does not apply Patch failed at 0001 NEM: Implement KVM backend hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".`

parthy commented 1 month ago

Yes, you are correct that the patch set is currently created against VirtualBox 7.0. We did not look into 7.1 yet.

jmergy commented 1 month ago

Thanks @parthy - all good with vbox-kvm and 7.0.x but would be cool at some point.

limbo127 commented 1 month ago

vbox 7.1.x is very progressing in wayland support . Thank for the effort

jmergy commented 3 days ago

Feeling like this is a dead-end kind of thing. Had potential and performance was great on the initial release.

tpressure commented 3 days ago

Feeling like this is a dead-end kind of thing. Had potential and performance was great on the initial release.

We still maintain this project, it's just not a number one priority for us right now.

jmergy commented 3 days ago

Thanks!