[PR #257] [CLOSED] qga/linux: Add new api 'guest-network-get-route' #332

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/257
Author: @6-dehan
Created: 11/20/2023
Status: Closed

Base: masterHead: patch_for-issue-15065-collect-route


📝 Commits (1)

  • d7f4b83 qga/linux: Add new api 'guest-network-get-route'

📊 Changes

3 files changed (+168 additions, -0 deletions)

View changed files

📝 qga/commands-posix.c (+82 -0)
📝 qga/commands-win32.c (+6 -0)
📝 qga/qapi-schema.json (+80 -0)

📄 Description

The Route information of the Linux VM needs to be used by administrators and users when debugging network problems and troubleshooting.


🔄 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/257 **Author:** [@6-dehan](https://github.com/6-dehan) **Created:** 11/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch_for-issue-15065-collect-route` --- ### 📝 Commits (1) - [`d7f4b83`](https://github.com/qemu/qemu/commit/d7f4b832185b12e087892b7022d20d01c5482deb) qga/linux: Add new api 'guest-network-get-route' ### 📊 Changes **3 files changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `qga/commands-posix.c` (+82 -0) 📝 `qga/commands-win32.c` (+6 -0) 📝 `qga/qapi-schema.json` (+80 -0) </details> ### 📄 Description The Route information of the Linux VM needs to be used by administrators and users when debugging network problems and troubleshooting. --- <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:30:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#332