Unify register representations across all Hypervisor implementations #312
Labels
kind/enhancement
For PRs adding features, improving functionality, docs, tests, etc.
lifecycle/needs-review
The issue has not yet been reviewed.
Milestone
Currently, registers for the
KVMDriver
,HypervLinuxDriver
andHypervWindowsDriver
are handled in a similar manner.It would be helpful to unify these registers in as type-safe a way as possible.
Some features of this unified API:
GuestPtr
for register values as appropriate (e.g. RSP which defines a stack pointer, which can only be a guest address)The text was updated successfully, but these errors were encountered: