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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
is there any easy way to access the framebuffer of a VM from user mode, for example to create a screenshot? While reading through the code I saw that it is possible to receive events when a plane gets active and that I might be able to find out the format of the plane by mmap-ing the guest mmio space, but how do I access the data of a plane?
Regards,
Michael
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
is there any easy way to access the framebuffer of a VM from user mode, for example to create a screenshot? While reading through the code I saw that it is possible to receive events when a plane gets active and that I might be able to find out the format of the plane by mmap-ing the guest mmio space, but how do I access the data of a plane?
Regards,
Michael
The text was updated successfully, but these errors were encountered: