mythril-hypervisor / mythril

A hypervisor written in rust
MIT License
56 stars 15 forks source link

Add support for guest booting with APIC enabled #93

Closed ALSchwalm closed 3 years ago

ALSchwalm commented 3 years ago

This starts to add support for guest apic interaction (which is necessary for multi core guest support). The initial steps here are as follows:

ALSchwalm commented 3 years ago

Hmm, seems like this might have a race or something. I'll try to debug.

ALSchwalm commented 3 years ago

Should be fixed now

ALSchwalm commented 3 years ago

Is this good to merge? @dlrobertson