[PR #59] [CLOSED] Rtas tests v1 #101

Closed
opened 2026-01-31 21:29:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/59
Author: @danielhb
Created: 10/30/2017
Status: Closed

Base: masterHead: rtas_tests_v1


📝 Commits (3)

  • 31081be tests: adding 'check_exception' RTAS implementation
  • 6863c31 tests: adding 'set_indicator' RTAS call
  • 1fb9253 tests: ibm,configure-connector RTAS call implementation

📊 Changes

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

View changed files

📝 tests/libqos/rtas.c (+105 -0)
📝 tests/libqos/rtas.h (+5 -0)
📝 tests/rtas-test.c (+218 -0)

📄 Description

No description provided


🔄 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/59 **Author:** [@danielhb](https://github.com/danielhb) **Created:** 10/30/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rtas_tests_v1` --- ### 📝 Commits (3) - [`31081be`](https://github.com/qemu/qemu/commit/31081bebe651985a30001165aad7cd0d4c0c4679) tests: adding 'check_exception' RTAS implementation - [`6863c31`](https://github.com/qemu/qemu/commit/6863c314ce9b6ef892bf8369ab2026302ced1b0c) tests: adding 'set_indicator' RTAS call - [`1fb9253`](https://github.com/qemu/qemu/commit/1fb925364ab2580032200ce53aa713fb2fbaf1d0) tests: ibm,configure-connector RTAS call implementation ### 📊 Changes **3 files changed** (+328 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/libqos/rtas.c` (+105 -0) 📝 `tests/libqos/rtas.h` (+5 -0) 📝 `tests/rtas-test.c` (+218 -0) </details> ### 📄 Description _No description provided_ --- <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:29:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#101