[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH for v2.6.0 0/2] check scanout_id against maximum sc
From: |
P J P |
Subject: |
[Qemu-stable] [PATCH for v2.6.0 0/2] check scanout_id against maximum scanouts count |
Date: |
Tue, 13 Dec 2016 13:18:40 +0530 |
From: Prasad J Pandit <address@hidden>
Hello,
The 'scanout_id' in Virtio GPU device could exceed the configured maximum
scanout count. These two patches seem to fix this issue in v2.7.0.
Thank you.
--
Marc-André Lureau (2):
virtio-gpu: check max_outputs only
virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS
hw/display/virtio-gpu-3d.c | 4 ++--
hw/display/virtio-gpu.c | 14 +++++++++++++-
include/hw/virtio/virtio-gpu.h | 6 ++----
3 files changed, 17 insertions(+), 7 deletions(-)
--
2.9.3
- [Qemu-stable] [PATCH for v2.6.0 0/2] check scanout_id against maximum scanouts count,
P J P <=