-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: Send guest command output to virtio-serial port
This teaches the command entrypoint to locate the virtio-serial port and stream all output (with stdout and stderr merged) to the chardev. This gives us streaming command output which is a much nicer UX for the user. But b/c we support virtual machine images (as well as plain kernel), we make the virtio-serial port optional. B/c we don't require folks build VM image kernels with CONFIG_VIRTIO_CONSOLE.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters