From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuoWe-0004e8-Aw for qemu-devel@nongnu.org; Fri, 06 Nov 2015 16:26:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuoWb-0006KO-Ml for qemu-devel@nongnu.org; Fri, 06 Nov 2015 16:26:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuoWb-0006KG-Hl for qemu-devel@nongnu.org; Fri, 06 Nov 2015 16:26:21 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8444AA89 for ; Fri, 6 Nov 2015 21:26:20 +0000 (UTC) From: Eduardo Habkost Date: Fri, 6 Nov 2015 19:20:03 -0200 Message-Id: <1446844805-14492-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] memory: Eliminate qemu_ram_free_from_ptr() & memory_region_destructor_ram_from_ptr() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org This series eliminates two functions that are not needed anymore: qemu_ram_free_from_ptr(), and memory_region_destructor_ram_from_ptr(). Eduardo Habkost (2): exec: Eliminate qemu_ram_free_from_ptr() memory: Eliminate memory_region_destructor_ram_from_ptr() exec.c | 19 ------------------- include/exec/ram_addr.h | 1 - memory.c | 7 +------ 3 files changed, 1 insertion(+), 26 deletions(-) -- 2.1.0