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

plat/kvm/x86: Unify boot information storage #406

Conversation

cristian-vijelie
Copy link
Member

@cristian-vijelie cristian-vijelie commented Feb 14, 2022

Prerequisite checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Ran the checkpatch.pl on your commit series before opening this PR;
  • Updated relevant documentation.

Base target

  • Architecture(s): x86_64
  • Platform(s): kvm
  • Application(s): N/A

Additional configuration

None

Description of changes

This PR adds Unikraft's own structure to store boot information. This is needed to have a cleaner integration of other bootloaders than Multiboot, that use different structures (see Multiboot v2).

@cristian-vijelie cristian-vijelie force-pushed the bootinfo_unification branch 4 times, most recently from 3618c5b to d08391a Compare February 14, 2022 14:26
@unikraft-bot unikraft-bot added area/plat Unikraft Patform lang/c Issues or PRs to do with C/C++ plat/kvm Unikraft for KVM labels Feb 14, 2022
@razvand razvand added this to the v0.9.0 (Hyperion) milestone Mar 9, 2022
Use our own structure to store boot information. This is needed
to have a cleaner integration of other bootloaders than Multiboot,
that use different structures (see Multiboot v2).

Signed-off-by: cristian-vijelie <cristianvijelie@gmail.com>
@unikraft-bot
Copy link
Member

Checkpatch passed

Beep boop! I ran Unikraft's checkpatch.pl support script on your pull request and it all looks good!

SHA commit checkpatch
135c584 plat/kvm/x86: Unify boot information storage

Copy link
Member

@mogasergiu mogasergiu left a comment

Choose a reason for hiding this comment

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

Looks good.

Reviewed-by: Sergiu Moga sergiu.moga@protonmail.com

Copy link
Member

@vladandrew vladandrew left a comment

Choose a reason for hiding this comment

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

Great work!

Approved-by: Vlad Badoiu vlad_andrei.badoiu@upb.ro

@unikraft-bot unikraft-bot added the ci/merged Merged by CI label May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plat Unikraft Patform ci/merged Merged by CI lang/c Issues or PRs to do with C/C++ plat/kvm Unikraft for KVM
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

None yet

5 participants