[PR #302] [CLOSED] Add VirtIO echo device implementation #414

Open
opened 2026-01-31 21:31:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/302
Author: @yhsung
Created: 9/19/2025
Status: Closed

Base: masterHead: v10.1.0


📝 Commits (1)

  • 3f36ab9 Add VirtIO echo device implementation

📊 Changes

6 files changed (+241 additions, -0 deletions)

View changed files

CLAUDE.md (+123 -0)
📝 hw/virtio/meson.build (+2 -0)
hw/virtio/virtio-echo-pci.c (+35 -0)
hw/virtio/virtio-echo.c (+79 -0)
qemu.options (+2 -0)
subprojects/.wraplock (+0 -0)

📄 Description

  • Implement virtio-echo.c: Core VirtIO echo device with bidirectional communication
  • Add virtio-echo-pci.c: PCI wrapper for VirtIO echo device
  • Update hw/virtio/meson.build: Integrate new device files into build system
  • Add CLAUDE.md: Project guidance and build instructions
  • Add qemu.options and subprojects/.wraplock: Configuration files

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/302 **Author:** [@yhsung](https://github.com/yhsung) **Created:** 9/19/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `v10.1.0` --- ### 📝 Commits (1) - [`3f36ab9`](https://github.com/qemu/qemu/commit/3f36ab99f26671ae9abbaaa55a31bd89fd4fb68a) Add VirtIO echo device implementation ### 📊 Changes **6 files changed** (+241 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CLAUDE.md` (+123 -0) 📝 `hw/virtio/meson.build` (+2 -0) ➕ `hw/virtio/virtio-echo-pci.c` (+35 -0) ➕ `hw/virtio/virtio-echo.c` (+79 -0) ➕ `qemu.options` (+2 -0) ➕ `subprojects/.wraplock` (+0 -0) </details> ### 📄 Description - Implement virtio-echo.c: Core VirtIO echo device with bidirectional communication - Add virtio-echo-pci.c: PCI wrapper for VirtIO echo device - Update hw/virtio/meson.build: Integrate new device files into build system - Add CLAUDE.md: Project guidance and build instructions - Add qemu.options and subprojects/.wraplock: Configuration files 🤖 Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:31:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#414