GPUOpen-LibrariesAndSDKs / MxGPU-Virtualization

MIT License
182 stars 83 forks source link

Hi,everyone i want to get each VF desktop RGBA data how can I do? #32

Closed jamaik7 closed 3 years ago

jamaik7 commented 4 years ago

I passthrough the VF into qemu-kvm and I want to get the windows desktop through VRAM, how can i get the data? thanks

ljymonk commented 3 years ago

this question is not related with virtualization,thus you should get the answer elsewhere while for linux guest system, you can do it by invoke libdrm interface, something like getcrtc(), ... I forget the details for Windows guest , you need to learn it from MSDN, there should be WDDM interface could be used