Hi,
Here is a last-minute poll for 2.8-rc3, bringing some vga fixes.
Most important one is the qxl fix which is quite user-visible.
Sorry for submitting that late, it lingers in my queue for a while
already and I through I had that in the last vga pull already, but
obviously that isn't the case. If you feel it is too late now it'll
be -stable instead.
cheers,
Gerd
The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd:
Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging
(2016-12-01 13:39:29 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-vga-20161205-1
for you to fetch changes up to 4299b90e9ba9ce5ca9024572804ba751aa1a7e70:
display: cirrus: check vga bits per pixel(bpp) value (2016-12-05 11:01:55
+0100)
----------------------------------------------------------------
qxl: fix flickering.
cirrus: avoid devision by zero.
virtio-gpu: fix two leaks.
----------------------------------------------------------------
Christophe Fergeau (1):
qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changes
Li Qiang (2):
virtio-gpu: fix information leak in getting capset info dispatch
virtio-gpu: fix memory leak in update_cursor_data_virgl
Prasad J Pandit (1):
display: cirrus: check vga bits per pixel(bpp) value
hw/display/cirrus_vga.c | 14 ++++++++++----
hw/display/qxl.c | 37 ++++++++++++++++++++++++++++++++++++-
hw/display/virtio-gpu-3d.c | 1 +
hw/display/virtio-gpu.c | 1 +
4 files changed, 48 insertions(+), 5 deletions(-)