drivers/platform/goldfish

Android Goldfish QEMU guest pipe

A virtual device exposed by the QEMU-based Android Emulator that lets the emulated Android guest exchange data quickly with the host machine. It is not physical hardware; it exists only inside Android Virtual Devices (AVDs) used by app developers, where it carries things like graphics, sensor, and control traffic between the emulator and the host.

keep-annotate conf=0.84 deploy=low replacement=none subsystem=platform category=virtualization
84%

recommendation

Worth keeping but document its niche because this is the fast guest-to-host communication channel used inside Android Emulator (AVD) virtual machines, not a real piece of hardware. It still receives small maintenance fixes through 2024-2025 and has no replacement, but its only real-world users are developers running Android emulators, so a comment marking it as Android-emulator-only would help future readers.

repository signals

4 files
1,046 source lines
8 commits, 5y
+14 / −17 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 8 total · active in 7/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: 1 commit · +3 −5 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 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: 1 commit · +2 −3 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +1 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −2 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 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 · +5 −6 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives upstream touches in 2024, but the visible work is minor maintenance rather than feature development.

  2. lore.kernel.org

    Recent mailing-list activity includes janitorial updates, indicating the code is not abandoned even if it is niche.

  3. cateee.net

    CONFIG_GOLDFISH_PIPE remains present in current kernel series and is explicitly described as the Goldfish virtual device for QEMU pipes.

  4. android.googlesource.com

    The device is the Android emulator's fast guest-host pipe interface, confirming it is virtual emulator infrastructure rather than sold hardware.

  5. developer.android.com

    The Android Emulator and AVDs are still current developer-facing products in 2026, so Goldfish-style guest support remains relevant in a niche VM/emulator deployment.

codex reasoning notes (technical)

Not removable on obsolescence grounds: this is an emulator-only virtual-device driver for Android Goldfish/AVD guests, not physical hardware, so 'still sold' is false and no sale year applies. `lore_file_timeline` on drivers/platform/goldfish/goldfish_pipe.c showed touches through 2024 (and later treewide churn in 2025), with returned events dominated by small fixes/cleanups rather than active removal talk; the cited lore URLs came from that tool output. Deployment evidence came from web search results: LKDDb confirms the Kconfig symbol is still shipped; AOSP QEMU pipe docs identify the exact guest-host interface; Android Developers emulator docs confirm AVD/emulator deployments still exist today. Recommendation is `keep-annotate`: niche but still live, with low present-day deployment outside emulator/AVD environments and no clear replacement driver for the same guest-host pipe ABI.