You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work! And would you mind pointing me to the code in your QEMU patch where the vCPU registers are set? As I understand it, the construct_vmsa() method in src/vmsa.rs is just to setup the VMSA page which is to be copied by QEMU into the guest memory? Does QEMU read from the page and set the vCPU states?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Roy,
Great work! And would you mind pointing me to the code in your QEMU patch where the vCPU registers are set? As I understand it, the
construct_vmsa()
method insrc/vmsa.rs
is just to setup the VMSA page which is to be copied by QEMU into the guest memory? Does QEMU read from the page and set the vCPU states?Thanks in advance.
The text was updated successfully, but these errors were encountered: