From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajPm9-0000Ud-FV for qemu-devel@nongnu.org; Fri, 25 Mar 2016 07:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajPm6-0003f1-A8 for qemu-devel@nongnu.org; Fri, 25 Mar 2016 07:19:33 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:55533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajPm6-0003el-1B for qemu-devel@nongnu.org; Fri, 25 Mar 2016 07:19:30 -0400 Date: Fri, 25 Mar 2016 07:19:28 -0400 (EDT) From: Paolo Bonzini Message-ID: <1556898080.40937173.1458904768697.JavaMail.zimbra@redhat.com> In-Reply-To: <1458900629-2334-1-git-send-email-famz@redhat.com> References: <1458900629-2334-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] memory: Dead code removals List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org > Fam Zheng (2): > memory: Remove code for mr->may_overlap > memory: Drop FlatRange.romd_mode > > include/exec/memory.h | 1 - > memory.c | 39 --------------------------------------- > 2 files changed, 40 deletions(-) Thanks, both look good. Not sure they'll make it in 2.6 though. Paolo