Re: Venus crashes guest if vkCreateInstance is called on MoltenVK

2023-06-05 Thread Adam Jackson
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 instance is
> successfully created, mesa on the guest crashes, bring down QEMU with it.
>
>


Re: Venus crashes guest if vkCreateInstance is called on MoltenVK

2023-06-05 Thread DUO Labs

Yes, I realized that it wasn't qemu crashing, but virglrenderer just exiting if 
some condition isn't satisfied.