drivers/xen/xenbus

XenBus paravirtual device bus infrastructure

XenBus is the in-kernel plumbing that lets a Linux guest running under the Xen hypervisor discover and talk to paravirtualized devices such as virtual disks, network interfaces, and consoles. It is a software bus and configuration store, not a driver for any physical chipset.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=xen category=not-a-driver
100%

recommendation

This is not actually a hardware driver directory; it is core Xen virtualization infrastructure that underpins all of the paravirtual front-end and back-end drivers used by Xen guests and dom0. It belongs to the virtualization subsystem and is evaluated as part of Xen support overall, not as a standalone device driver.

repository signals

10 files
5,337 source lines
48 commits, 5y
+468 / −313 lines added / removed, 5y
30 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 48 total · active in 32/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +7 −8 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +2 −4 2021-08: 1 commit · +3 −6 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +3 −11 2021-11: 2 commits · +26 −1 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +11 −13 2022-04: 2 commits · +88 −46 2022-05: 3 commits · +76 −25 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 2 commits · +3 −3 2022-09: 1 commit · +6 −3 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +6 −6 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: 1 commit · +2 −2 2023-07: 1 commit · +3 −0 2023-08: 2 commits · +2 −2 2023-09: 1 commit · +10 −7 2023-10: 1 commit · +2 −2 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +34 −25 2024-01: 1 commit · +9 −6 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +29 −21 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +3 −3 2024-08: 1 commit · +3 −3 2024-09: 1 commit · +0 −1 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +7 −1 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +1 −0 2025-04: 0 commits · +0 −0 2025-05: 2 commits · +31 −14 2025-06: 1 commit · +2 −0 2025-07: 1 commit · +0 −17 2025-08: 2 commits · +1 −24 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +4 −10 2025-11: 4 commits · +26 −28 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 5 commits · +67 −20 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: XenBus core/bus infrastructure for Xen paravirtual devices, i.e. an internal virtualization helper subsystem rather than a hardware-bound device driver.