[PR #65] [CLOSED] [DO NOT MERGE] AVOCADO_QEMU: Snapshot commit #109

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/65
Author: @apahim
Created: 1/12/2018
Status: Closed

Base: masterHead: avocado_qemu_snapshot


📝 Commits (1)

  • 236d7cc AVOCADO_QEMU: Snapshot commit

📊 Changes

13 files changed (+953 additions, -17 deletions)

View changed files

📝 scripts/qemu.py (+48 -8)
tests/avocado/README.rst (+132 -0)
tests/avocado/avocado_qemu/__init__.py (+0 -0)
tests/avocado/avocado_qemu/test.py (+361 -0)
tests/avocado/parameters.yaml (+28 -0)
tests/avocado/test_info_memdev_host_nodes.py (+66 -0)
tests/avocado/test_nec-usb-xhci.py (+55 -0)
tests/avocado/test_nec-usb-xhci.py.data/parameters.yaml (+4 -0)
tests/avocado/test_numa_hotplug.py (+116 -0)
tests/avocado/test_ovmf_with_240_vcpus.py (+70 -0)
tests/avocado/test_ovmf_with_240_vcpus.py.data/parameters.yaml (+2 -0)
tests/avocado/variants.yaml (+62 -0)
📝 tests/qemu-iotests/iotests.py (+9 -9)

📄 Description

This PR is expected to live here forever, always with the last snapshot commit from the avocado_qemu global work.


🔄 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/65 **Author:** [@apahim](https://github.com/apahim) **Created:** 1/12/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `avocado_qemu_snapshot` --- ### 📝 Commits (1) - [`236d7cc`](https://github.com/qemu/qemu/commit/236d7cca65d81d2b6a39a5ff198243cd347b9c28) AVOCADO_QEMU: Snapshot commit ### 📊 Changes **13 files changed** (+953 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `scripts/qemu.py` (+48 -8) ➕ `tests/avocado/README.rst` (+132 -0) ➕ `tests/avocado/avocado_qemu/__init__.py` (+0 -0) ➕ `tests/avocado/avocado_qemu/test.py` (+361 -0) ➕ `tests/avocado/parameters.yaml` (+28 -0) ➕ `tests/avocado/test_info_memdev_host_nodes.py` (+66 -0) ➕ `tests/avocado/test_nec-usb-xhci.py` (+55 -0) ➕ `tests/avocado/test_nec-usb-xhci.py.data/parameters.yaml` (+4 -0) ➕ `tests/avocado/test_numa_hotplug.py` (+116 -0) ➕ `tests/avocado/test_ovmf_with_240_vcpus.py` (+70 -0) ➕ `tests/avocado/test_ovmf_with_240_vcpus.py.data/parameters.yaml` (+2 -0) ➕ `tests/avocado/variants.yaml` (+62 -0) 📝 `tests/qemu-iotests/iotests.py` (+9 -9) </details> ### 📄 Description This PR is expected to live here forever, always with the last snapshot commit from the `avocado_qemu` global work. --- <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: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#109