We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some hypercalls use GuestPhysAddr (SerialWriteBufferParams, OpenParams) and some hypercalls use GuestVirtAddr (WriteParams, ReadParams).
GuestPhysAddr
SerialWriteBufferParams
OpenParams
GuestVirtAddr
WriteParams
ReadParams
We should either document a reason for this or align these.
The text was updated successfully, but these errors were encountered:
I thought that this was already part of #754, but it isn't. I've added it to the todo list there.
Sorry, something went wrong.
jounathaen
No branches or pull requests
Some hypercalls use
GuestPhysAddr
(SerialWriteBufferParams
,OpenParams
) and some hypercalls useGuestVirtAddr
(WriteParams
,ReadParams
).We should either document a reason for this or align these.
The text was updated successfully, but these errors were encountered: