qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] Make vga devices use test_and_set
@ 2013-10-11 14:20 Juan Quintela
  2013-10-11 14:20 ` [Qemu-devel] [PATCH 1/7] vmware_vga: port to test_and_clear instead of test/reset Juan Quintela
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Juan Quintela @ 2013-10-11 14:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: balrog, i.mitsyanko, paul

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-11 15:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11 14:20 [Qemu-devel] [PATCH 0/7] Make vga devices use test_and_set Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 1/7] vmware_vga: port to test_and_clear instead of test/reset Juan Quintela
2013-10-11 14:40   ` Eric Blake
2013-10-11 15:10     ` Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 2/7] vga: " Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 3/7] tcx: " Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 4/7] sm501: " Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 5/7] g364fb: " Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 6/7] framebufer: " Juan Quintela
2013-10-11 14:20 ` [Qemu-devel] [PATCH 7/7] exynox4210: " Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).