Skip to content

Fix: QEMU terminal corruption#441

Open
MUFFANUJ wants to merge 1 commit intourunc-dev:mainfrom
MUFFANUJ:qemuTerminal
Open

Fix: QEMU terminal corruption#441
MUFFANUJ wants to merge 1 commit intourunc-dev:mainfrom
MUFFANUJ:qemuTerminal

Conversation

@MUFFANUJ
Copy link

@MUFFANUJ MUFFANUJ commented Feb 3, 2026

Description

This PR resolves the issue where the terminal display would become unusable when running QEMU-based containers. It updates the global QEMU configuration to properly handle console output, ensuring that startup signals no longer distort the terminal screen for any deployment type.

Related issues

LLM usage

Used ChatGPT to find out how to suppress BIOS control characters

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

…and line.

Signed-off-by: anujkumar.singh <anujsinghhero292@gmail.com>
@netlify
Copy link

netlify bot commented Feb 3, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit cc683dc
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69824bfe4b77d90008fcbcbd

@cmainas
Copy link
Contributor

cmainas commented Feb 4, 2026

Hello @MUFFANUJ ,

unfortunately this fix does not resolve the issue. Please test your changes before opening a PR. Please pay attention to the contributing guide https://urunc.io/developer-guide/contribute/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix terminal mess up in Qemu based deployments

2 participants