mythril-hypervisor / mythril

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

device: EmulatedDevice::services should access the VM config #78

Open dlrobertson opened 4 years ago

dlrobertson commented 4 years ago

The EmulatedDevice::services method should be able to access the VirtualMachineConfig. This is not necessary now, but after https://github.com/mythril-hypervisor/mythril/pull/76 we should get the Interrupt Control Address from the VirtualMachineConfig.

maelgui commented 3 years ago

I'll try to address this issue