[PR #47] [CLOSED] Add new await_trans_vm_sig for ivshmem interop #82

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/47
Author: @KennethAdamMiller
Created: 1/29/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 3a452a2 Add new await_trans_vm_sig for ivshmem interop

📊 Changes

8 files changed (+294 additions, -173 deletions)

View changed files

📝 Makefile (+4 -0)
📝 Makefile.objs (+1 -0)
📝 configure (+1 -1)
📝 contrib/ivshmem-client/Makefile.objs (+1 -0)
contrib/ivshmem-client/await_trans_vm_sig.c (+74 -0)
📝 contrib/ivshmem-client/ivshmem-client.c (+169 -2)
📝 contrib/ivshmem-client/ivshmem-client.h (+44 -0)
📝 contrib/ivshmem-client/main.c (+0 -170)

📄 Description

+This host based utility is excellent for waiting to receive a signal
from within a connected QEMU instance.
+Some refactoring was done between the client object and the
client main in order to make some code more accessible and reusable

I need this in order to be able to run some tests between instances. It's not much overall, and it's probably useful to others, so I thought I would share it.


🔄 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/47 **Author:** [@KennethAdamMiller](https://github.com/KennethAdamMiller) **Created:** 1/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3a452a2`](https://github.com/qemu/qemu/commit/3a452a2a081a9c6884542dacd1f3485a1cd93fe0) Add new await_trans_vm_sig for ivshmem interop ### 📊 Changes **8 files changed** (+294 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -0) 📝 `Makefile.objs` (+1 -0) 📝 `configure` (+1 -1) 📝 `contrib/ivshmem-client/Makefile.objs` (+1 -0) ➕ `contrib/ivshmem-client/await_trans_vm_sig.c` (+74 -0) 📝 `contrib/ivshmem-client/ivshmem-client.c` (+169 -2) 📝 `contrib/ivshmem-client/ivshmem-client.h` (+44 -0) 📝 `contrib/ivshmem-client/main.c` (+0 -170) </details> ### 📄 Description +This host based utility is excellent for waiting to receive a signal from within a connected QEMU instance. +Some refactoring was done between the client object and the client main in order to make some code more accessible and reusable I need this in order to be able to run some tests between instances. It's not much overall, and it's probably useful to others, so I thought I would share it. --- <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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#82