[PATCH 0/2] hw/display/vmware_vga: supress debug output and fix

Carwyn Ellis posted 2 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220104091135.61226-1-carwynellis@gmail.com
hw/display/vmware_vga.c | 50 +++++++++++++++++++++++++++--------------
1 file changed, 33 insertions(+), 17 deletions(-)
[PATCH 0/2] hw/display/vmware_vga: supress debug output and fix
Posted by Carwyn Ellis 2 years, 3 months ago
Two patches addressing the following in the vmware vga display code

  - only show debug output if DEBUG is explicitly enabled

  - do not discard display updates

    This prevents an issue that can cause garbled display output when
    a high number of screen updates are being requested.

    The FIFO queue size has been increased and all display update events
    are now processed ensuring correct display output even during
    periods of high activity.

Carwyn Ellis (2):
  hw/display/vmware_vga: only show debug output if DEBUG enabled
  hw/display/vmware_vga: do not discard screen updates

 hw/display/vmware_vga.c | 50 +++++++++++++++++++++++++++--------------
 1 file changed, 33 insertions(+), 17 deletions(-)

-- 
2.34.1