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

Boxy Initial Upload #1

Merged
merged 19 commits into from
Jan 12, 2019
Merged

Boxy Initial Upload #1

merged 19 commits into from
Jan 12, 2019

Conversation

rianquinn
Copy link
Member

This patch set provides the initial upload of the Boxy repo

- Complete rewrite of the hypercall interface to remove the need
  for mapping args. This should provide a HUGE improvement on
  mapping guest VM's memory (although this improvement will likely
  be removed once we fully implement donating memory)
- Removed all guest resources from the vCPU. The builder is now
  able to create whatever guest type it wants including 16bit,
  32bit and 64bit guests. For now, we will implement the 32bit
  boot protocol for Linux, but other types could also be
  supported as our implementation is completely generic.
- Removed references to ELF and changed to bzImage
- Removed the lapic as that will get added back later when we
  implement the x2APIC.
@rianquinn rianquinn merged commit 9bee2e9 into Bareflank:master Jan 12, 2019
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.

None yet

1 participant