intel / Igvtg-kernel

Other
45 stars 32 forks source link

Access framebuffer of guest VM #8

Open mmueller2012 opened 8 years ago

mmueller2012 commented 8 years ago

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