virgl: Don't fail init if no vulkan support.
When there is no vulkan support compiled in and user ask for vulkan support, the current code could fail and clean everything while still returns success since the outside ret value is not initialized yet.
Signed-off-by: Lepton Wu lepton@chromium.org