[PR #55] [CLOSED] Scripts qemu.py fixes [v6] #94

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/55
Author: @apahim
Created: 7/28/2017
Status: Closed

Base: masterHead: scripts_qemu_fixes_v6


📝 Commits (7)

  • ba91466 qemu.py: use poll() instead of 'returncode'
  • a3d4e64 qemu.py: fix is_running() return before first launch()
  • 58817d7 qemu.py: use python logging system
  • ca79f4a qemu.py: improve message on negative exit code
  • f0d20f3 qemu.py: use os.path.null instead of /dev/null
  • 70f4dc3 qemu.py: cleanup and improve launch()/shutdown()
  • 1ebe7ae qemu.py: include debug information on launch error

📊 Changes

1 file changed (+91 additions, -30 deletions)

View changed files

📝 scripts/qemu.py (+91 -30)

📄 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/55 **Author:** [@apahim](https://github.com/apahim) **Created:** 7/28/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `scripts_qemu_fixes_v6` --- ### 📝 Commits (7) - [`ba91466`](https://github.com/qemu/qemu/commit/ba91466dc709951479289463a3d0cd831f066d55) qemu.py: use poll() instead of 'returncode' - [`a3d4e64`](https://github.com/qemu/qemu/commit/a3d4e64941806aed3ba657deeb6e1e4fb08e3432) qemu.py: fix is_running() return before first launch() - [`58817d7`](https://github.com/qemu/qemu/commit/58817d71b5bc201404a815eb7f76a1e76c0c9047) qemu.py: use python logging system - [`ca79f4a`](https://github.com/qemu/qemu/commit/ca79f4adbf09492f047a2ddc7c98ad337c147be3) qemu.py: improve message on negative exit code - [`f0d20f3`](https://github.com/qemu/qemu/commit/f0d20f34b9c7021c4c2e6bb247cfdafef4853d60) qemu.py: use os.path.null instead of /dev/null - [`70f4dc3`](https://github.com/qemu/qemu/commit/70f4dc34d2a47a0284b01f8a86f17e51eef3aeed) qemu.py: cleanup and improve launch()/shutdown() - [`1ebe7ae`](https://github.com/qemu/qemu/commit/1ebe7ae31eeaa3763afe0671535d5ffa9e9cc452) qemu.py: include debug information on launch error ### 📊 Changes **1 file changed** (+91 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `scripts/qemu.py` (+91 -30) </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:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#94