Skip to content

fix(quickemu): disable serial by default for macOS and Windows#1856

Merged
flexiondotorg merged 1 commit intomasterfrom
serial
Jan 27, 2026
Merged

fix(quickemu): disable serial by default for macOS and Windows#1856
flexiondotorg merged 1 commit intomasterfrom
serial

Conversation

@flexiondotorg
Copy link
Member

  • Remove noisy "Serial: (off)" echo and add explanatory comment
  • Stop forcing serial="${serial:-socket}" early; leave unset and set per-guest after config
  • Set serial="none" for macOS and Windows guests, otherwise default to "socket"
  • Reduce terminal clutter for guests that do not emit useful serial output
  • Document how to override: use --serial or set serial=socket in the VM .conf

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my code

- Remove noisy "Serial: (off)" echo and add explanatory comment
- Stop forcing serial="${serial:-socket}" early; leave unset and set
per-guest after config
- Set serial="none" for macOS and Windows guests, otherwise default to
"socket"
- Reduce terminal clutter for guests that do not emit useful serial
output
- Document how to override: use --serial or set serial=socket in the VM
.conf

Signed-off-by: Martin Wimpress <martin@wimpress.org>
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@flexiondotorg flexiondotorg merged commit 7cbc062 into master Jan 27, 2026
5 checks passed
@flexiondotorg flexiondotorg deleted the serial branch January 27, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant