From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdaR-0006JD-Vh for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUdaL-00078S-Ck for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:21:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUdaL-00075J-57 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 10:20:57 -0400 From: Juan Quintela Date: Fri, 11 Oct 2013 16:20:43 +0200 Message-Id: <1381501250-19351-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] Make vga devices use test_and_set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: balrog@zabor.org, i.mitsyanko@samsung.com, paul@codesourcery.com 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