Search Criteria
Package Details: virtualbox-kvm 20250207-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/virtualbox-kvm.git (read-only, click to copy) |
---|---|
Package Base: | virtualbox-kvm |
Description: | Powerful x86 virtualization for enterprise as well as home use (KVM backend) |
Upstream URL: | https://github.com/cyberus-technology/virtualbox-kvm |
Licenses: | GPL-3.0-only |
Conflicts: | virtualbox, virtualbox-ose |
Replaces: | virtualbox-ose |
Submitter: | xyzzy |
Maintainer: | xyzzy (knoelli) |
Last Packager: | knoelli |
Votes: | 11 |
Popularity: | 0.192565 |
First Submitted: | 2024-02-08 19:08 (UTC) |
Last Updated: | 2025-02-07 19:23 (UTC) |
Dependencies (64)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- liblzf
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtpms (libtpms-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libx11 (libx11-gitAUR)
- libxcursor
- libxext (libxext-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxml2 (libxml2-gitAUR)
- libxmu
- libxt
- openssl (openssl-gitAUR, openssl-staticAUR)
- procps-ng (procps-ng-gitAUR)
- python (python37AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-scxml
- qt6-tools
- Show 44 more dependencies...
Required by (0)
Sources (23)
- 001-disable-update.patch
- 004-drop-Wno-format.patch
- 008-no-vboxvideo.patch
- 009-properly-handle-i3wm.patch
- 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
- 013-support-building-from-dkms.patch
- 018-upate-xclient-script.patch
- 020-python-3-12.patch
- 021-python-3-13.patch
- 60-vboxdrv.rules
- 60-vboxguest.rules
- https://download.virtualbox.org/virtualbox/7.1.6/VirtualBox-7.1.6a.tar.bz2
- https://github.com/cyberus-technology/virtualbox-kvm/releases/download/dev-20250207/kvm-backend-7.1.6-dev-20250207.patch
- LocalConfig.kmk
- vboxdrmclient.path
- vboxdrmclient.service
- vboxreload
- vboxservice-nox.service
- vboxservice.service
- vboxweb.service
- virtualbox-guest-utils.sysusers
- virtualbox-host-dkms.conf
- virtualbox.sysusers
Latest Comments
1 2 3 4 Next › Last »
OzzyHelix commented on 2025-08-16 11:02 (UTC)
I see is there a reason that virtualbox conflicts with kvm without this package?
xyzzy commented on 2025-08-16 11:01 (UTC)
@OzzyHelix: We can't, because the latest KVM patch release is still for VirtualBox 7.1.6.
OzzyHelix commented on 2025-08-16 10:51 (UTC)
can we please get this updated to V7.2
vova7890 commented on 2025-05-21 20:37 (UTC)
Nope, it hangs during work :( Rolled back to 7.1.4 r165100 again.
vova7890 commented on 2025-05-21 15:36 (UTC) (edited on 2025-05-21 15:36 (UTC) by vova7890)
It is not buildable with GCC 15; I fixed this by adding -std=gnu99 to the ./configure
Also, the VM doesn't start when using 3D acceleration. This is fixed in upstream VirtualBox 7.1.8. KVM patches for 7.1.6 applied cleanly to 7.1.8, so I just replaced the version. Now it works fine.
gbc921 commented on 2024-07-23 13:06 (UTC)
Regarding my last comment here, it is my bad as I was not aware that this is not supported upstream
Thanks.
gbc921 commented on 2024-07-22 20:42 (UTC) (edited on 2024-07-22 20:44 (UTC) by gbc921)
Hi all! Great package here.
I was wondering though, if anyone else is finding problems when managing the network attachment for the VMs (or under
Tools -> Network
too):VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: Permission denied.
I have checked Load the VirtualBox kernel modules wiki already:
linux-lts-headers
virtualbox-host-dkms
(as I am usinglinux-lts
)vboxnetctl
existsvboxusers
Using
vboxmanage
cli gives similar error as well.Do you have the same problem? Thanks.
knoelli commented on 2024-05-20 20:21 (UTC)
@xyzzy Thank you for updating the package. I would be happy to co-maintain it and assist you in keeping it up-to-date with upstream development.
xyzzy commented on 2024-05-20 08:43 (UTC)
Thanks @knoelli, I just applied your suggestions (apart from changing
linux-headers
tolinux-zen-headers
). Would you be interested in co-maintaining this package?knoelli commented on 2024-05-17 18:32 (UTC) (edited on 2024-05-17 19:52 (UTC) by knoelli)
Updated PKGBUILD for build 20240515 with all modules enabled. Note that you'll also need to change file
019-libxml-2-12.patch
and remove lines 39-47 (the one starting with@@ -1856,7 +1856,7 @@ static void xmlParserBaseGenericError
until EOF). Changed some compiler errors to warnings (stringop-truncation
) in order to be compatible with gcc 14.x.1 2 3 4 Next › Last »