On Mon, Mar 22, 2021 at 06:41:47PM +, Kasireddy, Vivek wrote:
> Hi Gerd,
>
> > On Fri, Mar 19, 2021 at 03:48:42PM +0400, Marc-André Lureau wrote:
> > > Hi Gerd
> > >
> > > On Fri, Mar 19, 2021 at 3:22 PM Gerd Hoffmann wrote:
> > >
> > > > Currently we have one virtio-gpu device. Problem with
Hi Gerd,
> On Fri, Mar 19, 2021 at 03:48:42PM +0400, Marc-André Lureau wrote:
> > Hi Gerd
> >
> > On Fri, Mar 19, 2021 at 3:22 PM Gerd Hoffmann wrote:
> >
> > > Currently we have one virtio-gpu device. Problem with this approach is
> > > that if you compile a full-featured qemu you'll get a virt
On Fri, Mar 19, 2021 at 03:48:42PM +0400, Marc-André Lureau wrote:
> Hi Gerd
>
> On Fri, Mar 19, 2021 at 3:22 PM Gerd Hoffmann wrote:
>
> > Currently we have one virtio-gpu device. Problem with this approach is
> > that if you compile a full-featured qemu you'll get a virtio-gpu device
> > whic
Hi Gerd
On Fri, Mar 19, 2021 at 3:22 PM Gerd Hoffmann wrote:
> Currently we have one virtio-gpu device. Problem with this approach is
> that if you compile a full-featured qemu you'll get a virtio-gpu device
> which depends on opengl and virgl, so these dependencies must be
> installed and the
Patchew URL:
https://patchew.org/QEMU/20210319112147.4138943-1-kra...@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210319112147.4138943-1-kra...@redhat.com
Subject: [PATCH 00/15] virtio-gpu: split into
Currently we have one virtio-gpu device. Problem with this approach is
that if you compile a full-featured qemu you'll get a virtio-gpu device
which depends on opengl and virgl, so these dependencies must be
installed and the libraries will be loaded into memory even if you don't
use virgl. Also