On Tue, Sep 13, 2022 at 12:50:22PM +0200, Antonio Caggiano wrote: > From: Dmitry Osipenko <dmitry.osipe...@collabora.com> > > Host blobs don't need udmabuf, it's only needed by guest blobs. The host > blobs are utilized by the Mesa virgl driver when persistent memory mapping > is needed by a GL buffer, otherwise virgl driver doesn't use blobs. > Persistent mapping support bumps GL version from 4.3 to 4.5 in guest. > Relax the udmabuf requirement.
What about blob=on,virgl=off? In that case qemu manages the resources and continued to require udmabuf. Patches 1-3 look good, queued them up. thanks, Gerd