From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjwzy-0006QU-68 for qemu-devel@nongnu.org; Sun, 08 Jan 2012 12:57:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rjwzx-0006Xu-8C for qemu-devel@nongnu.org; Sun, 08 Jan 2012 12:57:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjwzx-0006Xq-0K for qemu-devel@nongnu.org; Sun, 08 Jan 2012 12:57:37 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q08HvZj2000839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 8 Jan 2012 12:57:36 -0500 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q08HvY55027295 for ; Sun, 8 Jan 2012 12:57:35 -0500 From: Avi Kivity Date: Sun, 8 Jan 2012 19:57:22 +0200 Message-Id: <1326045444-3253-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Remove memory_region_set_offset() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org memory_region_set_offset() is used in only one place, and is deprecated. Remove the single use and the function itself. Avi Kivity (2): ioport: change portio_list not to use memory_region_set_offset() memory: remove memory_region_set_offset() ioport.c | 25 +++++++++++++++++++------ ioport.h | 1 + memory.c | 26 ++++++++++---------------- memory.h | 9 --------- 4 files changed, 30 insertions(+), 31 deletions(-) -- 1.7.7.1