Re: [PATCH 00/15] virtio-gpu: split into two devices.

2021-03-23 Thread Gerd Hoffmann
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

RE: [PATCH 00/15] virtio-gpu: split into two devices.

2021-03-22 Thread Kasireddy, Vivek
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

Re: [PATCH 00/15] virtio-gpu: split into two devices.

2021-03-22 Thread Gerd Hoffmann
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

Re: [PATCH 00/15] virtio-gpu: split into two devices.

2021-03-19 Thread Marc-André Lureau
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

Re: [PATCH 00/15] virtio-gpu: split into two devices.

2021-03-19 Thread no-reply
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

[PATCH 00/15] virtio-gpu: split into two devices.

2021-03-19 Thread Gerd Hoffmann
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