vtest doesn't use shared memory for resources
I discovered this issue during my on-going effort to serialize buffer uploads with command buffer submission (see https://gitlab.freedesktop.org/gurchetansingh/mesa/tree/optimize-transfers).
What should we use for shared memory? shm? memfd? Is there any limitations for the CQ? @wallbraker, any opinions?