Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation and example of virtIO console #26

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Conversation

Ivan-Velickovic
Copy link
Collaborator

Adds the initial implementation of virtIO MMIO (done by @abrandnewusername) and adds the virtIO console device.

This also adds an example that aims to show off all the virtIO devices that libvmm provides. In this case, it is just virtIO console where multiple guests have a CLI that uses the virtIO console device. libvmm then talks to sDDF to do actual serial TX and RX to the hardware.

This is in a working state, but more is to be done in order to clean it up and make it ready for merging.

@Ivan-Velickovic
Copy link
Collaborator Author

Multiple people need to build off of this work so in the interest of progress I am going to merge the rough, but functional, implementation. virtIO MMIO seems fairly solid but the console device needs more work as discussed in #27.

This is an example showing off the virtIO support of libvmm.
It currently only shows off the virtIO console device, with more
devices such as block and graphics to be added later.
@Ivan-Velickovic Ivan-Velickovic merged commit bc08d04 into main Nov 10, 2023
5 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the virtio_console branch November 10, 2023 11:20
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