intel / KVMGT-kernel

Other
41 stars 20 forks source link

if KVMGT can support spice? #13

Open maqiangddb opened 9 years ago

maqiangddb commented 9 years ago

I found KVMGT-qemu used new vga: vgt, if this vgt can support spice?

l1viathan commented 9 years ago

I think it's possible to add spice support for vgt, using indirect display mode. However, current KVMGT doesn't have such features :)

maqiangddb commented 9 years ago

@jikesong Does KVMGT have plan to add support for spice? I think spice is very important for end user. I try to add spice support when use direct pass-through. Can I using indirect display mode to finish this work? If there is an succinct method to finish this?

l1viathan commented 9 years ago

@maqiangddb : Actually we are considering to enhance indirect mode for GVT-g, hence the spice support.

I try to add spice support when use direct pass-through. Can I using indirect display mode to finish this work? If there is an succinct method to finish this?

In pass-through case, I don't think there is even a "indirect display mode". In this case, the guest owns everything of GPU, so mapping its frame buffer to a host area is not applicable - there is no graphics support in host.