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

Draft: a new app to demo Virtio and device passthrough #27

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

abrandnewusername
Copy link
Contributor

This is an example that is similar to this, it makes use of the following features:

  • 4 instances of VM guests.
  • Virtio Net
  • Virtio Block
  • Virtio Socket and dataports (WIP)
  • virtio Console that connects each guests as configured (WIP)
  • Passthrough Ethernet device

It should run on a supermicro machine.

extern dataport_caps_handle_t dp02_handle;
extern dataport_caps_handle_t dp03_handle;

static struct camkes_crossvm_connection connections[] = {
Copy link
Member

Choose a reason for hiding this comment

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

Please comment this to show how they work

apps/x86/supermicro/README.md Show resolved Hide resolved
apps/x86/supermicro/app_settings.cmake Show resolved Hide resolved
VM_CONNECTION_CONFIG(init.init, topology_def)
VM_CONFIGURATION_DEF()
VM_SATA_CONFIG()

Copy link
Member

Choose a reason for hiding this comment

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

Add the SATA MMIO area here,rather than in VM_SATA_CONFIG()

apps/x86/supermicro/supermicro.camkes Show resolved Hide resolved
wom-bat and others added 4 commits July 27, 2022 16:56
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.

3 participants