drivers/virt/vboxguest

VirtualBox Guest Additions integration driver

Provides the Linux side of VirtualBox Guest Additions: when a Linux system is running as a guest inside Oracle VirtualBox, this talks to the hypervisor's virtual VMMDev PCI device to enable features like seamless mouse pointer integration, shared clipboard, time sync, and the shared-folders filesystem. It is only useful inside a VirtualBox VM, not on physical hardware.

keep-annotate conf=0.79 deploy=medium replacement=none subsystem=virt category=virtualization
79%

recommendation

Worth keeping but documenting its niche role: it serves Linux guests running inside Oracle VirtualBox, which is still actively released in 2025 but is a much smaller deployment base than KVM, VMware, or Hyper-V. Upstream activity is sparse but real, with bug fixes in 2022 and treewide updates in 2025, and no removal effort in sight.

repository signals

8 files
3,874 source lines
13 commits, 5y
+150 / −108 lines added / removed, 5y
10 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 13 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +6 −3 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 2022-09: 2 commits · +8 −8 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 3 commits · +124 −85 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 2 commits · +3 −2 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −1 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +6 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The in-tree vboxguest driver still received upstream touches in 2025, showing it is not abandoned.

  2. lore.kernel.org

    The driver received nontrivial bug-fix/maintenance work aimed specifically at virt:vbox functionality.

  3. virtualbox.org

    VirtualBox still documents Guest Additions as part of current product usage and says they provide closer integration and improved performance for serious VM use.

  4. virtualbox.org

    VirtualBox remained actively released in 2025, with maintenance releases listed on the project site and the project describing millions of active users.

  5. virtualbox.org

    VirtualBox 7.1 was listed as under active maintenance in 2025, indicating the guest environment this driver serves is still current rather than retired.

codex reasoning notes (technical)

Real driver directory: local shell read of Kconfig/vboxguest_linux.c shows a PCI guest driver for VirtualBox integration features and vboxfs IPC. Lore evidence came from lore_activity and lore_file_timeline: activity is sparse but extant, with 2022 fixes and 2025 treewide updates, and no successful evidence of an active removal series in the collected lore results. Web URLs were obtained via web search on virtualbox.org/manual and virtualbox.org/wiki pages showing current Guest Additions docs and active 2025 VirtualBox releases. This is not saleable hardware but a virtual guest niche; keep it, but annotate as niche/low-growth rather than deprecate.