qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] Make vga devices use test_and_set


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/7] Make vga devices use test_and_set
Date: Fri, 11 Oct 2013 16:20:43 +0200

Hi

While I was working with memory.c, I was removing last user of
memory_region_test_and_clear().  But searching on the tree, I can see
that vga devices look like good users.  Comments?

Later, Juan.

Juan Quintela (7):
  vmware_vga: port to test_and_clear instead of test/reset
  vga: port to test_and_clear instead of test/reset
  tcx: port to test_and_clear instead of test/reset
  sm501: port to test_and_clear instead of test/reset
  g364fb: port to test_and_clear instead of test/reset
  framebufer: port to test_and_clear instead of test/reset
  exynox4210: port to test_and_clear instead of test/reset

 hw/display/exynos4210_fimd.c |  5 +--
 hw/display/framebuffer.c     |  6 ++--
 hw/display/g364fb.c          | 38 ++++++++---------------
 hw/display/sm501.c           | 18 ++---------
 hw/display/tcx.c             | 72 +++++++++++---------------------------------
 hw/display/vga.c             | 20 +++---------
 hw/display/vmware_vga.c      |  7 +----
 7 files changed, 41 insertions(+), 125 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]