Re: Venus crashes guest if vkCreateInstance is called on MoltenVK
Adam Jackson <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.devel |
|---|---|
| Message-ID | <CAD_bs+qNEZjdZafTzRCRaAZJaWvrxamWt1K=M3gAUo16=YEqVw@mail.gmail.com> |
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 <[email protected]> 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. > >