Re: [linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-17 Thread Bruce Ashfield

On 12/17/18 8:34 AM, Bruce Ashfield wrote:

On 12/17/18 5:30 AM, Alexander Kanavin wrote:

On Mon, 17 Dec 2018 at 04:31, Bruce Ashfield
 wrote:

This adds support for a virtual graphics card provided by QEMU,
which allows accelerated host-assisted GL inside QEMU guests.


merged. This will be in my next consolidated pull request.


Thanks. I'm new to this - why is the patch in version branches, but
not in master?


It is in master as well.

I only have to bump the SRCREVs for the versioned branches, since
they are referenced by versions referenced kernels.

linux-yocto-dev uses master, and it builds AUTOREV, so there's no
SRCREV to bump.



*now* I see what you are saying. It would have been in master, had
I bothered to complete the cherry pick and push the branch.

It will be visible there now.

Bruce



Bruce



Alex





--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-17 Thread Bruce Ashfield

On 12/17/18 5:30 AM, Alexander Kanavin wrote:

On Mon, 17 Dec 2018 at 04:31, Bruce Ashfield
 wrote:

This adds support for a virtual graphics card provided by QEMU,
which allows accelerated host-assisted GL inside QEMU guests.


merged. This will be in my next consolidated pull request.


Thanks. I'm new to this - why is the patch in version branches, but
not in master?


It is in master as well.

I only have to bump the SRCREVs for the versioned branches, since
they are referenced by versions referenced kernels.

linux-yocto-dev uses master, and it builds AUTOREV, so there's no
SRCREV to bump.

Bruce



Alex



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-17 Thread Alexander Kanavin
On Mon, 17 Dec 2018 at 04:31, Bruce Ashfield
 wrote:
> > This adds support for a virtual graphics card provided by QEMU,
> > which allows accelerated host-assisted GL inside QEMU guests.
>
> merged. This will be in my next consolidated pull request.

Thanks. I'm new to this - why is the patch in version branches, but
not in master?

Alex
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-16 Thread Bruce Ashfield

On 2018-12-15 10:39 a.m., Alexander Kanavin wrote:

This adds support for a virtual graphics card provided by QEMU,
which allows accelerated host-assisted GL inside QEMU guests.


merged. This will be in my next consolidated pull request.

Bruce



Signed-off-by: Alexander Kanavin 
---
  cfg/virtio.cfg | 1 +
  1 file changed, 1 insertion(+)

diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg
index 98d76a67..039cb9a8 100644
--- a/cfg/virtio.cfg
+++ b/cfg/virtio.cfg
@@ -10,3 +10,4 @@ CONFIG_HW_RANDOM=y
  CONFIG_HW_RANDOM_VIRTIO=y
  CONFIG_SCSI_VIRTIO=y
  CONFIG_CRYPTO_DEV_VIRTIO=y
+CONFIG_DRM_VIRTIO_GPU=y



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [PATCH] virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU

2018-12-15 Thread Alexander Kanavin
This adds support for a virtual graphics card provided by QEMU,
which allows accelerated host-assisted GL inside QEMU guests.

Signed-off-by: Alexander Kanavin 
---
 cfg/virtio.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg
index 98d76a67..039cb9a8 100644
--- a/cfg/virtio.cfg
+++ b/cfg/virtio.cfg
@@ -10,3 +10,4 @@ CONFIG_HW_RANDOM=y
 CONFIG_HW_RANDOM_VIRTIO=y
 CONFIG_SCSI_VIRTIO=y
 CONFIG_CRYPTO_DEV_VIRTIO=y
+CONFIG_DRM_VIRTIO_GPU=y
-- 
2.17.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto