Skip to content

What exactly is the use of platform libraries (KVM, Xen) in Unikraft? #302

Answered by razvand
sarthak asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @sarthak .

Each "platform" (i.e. hypervisor: KVM, Xen) has its own low-level specifics. These generally mean the way booting happens, the memory layout, I/O, interrupt etc. Each Unikraft guest VM will have to use the interface provided by the hypervisor. Hence, different platform code.

See the Xen platform code and the KVM platform code for technical details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sarthak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants