Yes, I realized that it wasn't qemu crashing, but virglrenderer just exiting if
some condition isn't satisfied.
Nothing userspace can do should be able to crash the hypervisor. If it can,
that's a qemu bug.
- ajax
On Fri, May 26, 2023 at 9:22 PM DUO Labs wrote:
> I'm working on integrating virglrenderer with MoltenVK on MacOS. However,
> I found that when vkCreateInstance is called, even though the insta
I'm working on integrating virglrenderer with MoltenVK on MacOS. However, I
found that when vkCreateInstance is called, even though the instance is
successfully created, mesa on the guest crashes, bring down QEMU with it.