Update to 1.0.1 and enable venus
virglrenderer is currently at version 1.0.1, and having >=1.0.0 is a requirement to enable some features in qemu at compile time.
Here is a code snippet from qemu
if virgl.version().version_compare('>=1.0.0')
config_host_data.set('HAVE_VIRGL_D3D_INFO_EXT', 1)
config_host_data.set('HAVE_VIRGL_CONTEXT_CREATE_WITH_FLAGS', 1)
config_host_data.set('HAVE_VIRGL_RESOURCE_BLOB', 1)
Edited by Zhafran Azmi