From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csO4A-0000GI-N3 for qemu-devel@nongnu.org; Mon, 27 Mar 2017 02:23:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csO46-0006LW-Mz for qemu-devel@nongnu.org; Mon, 27 Mar 2017 02:23:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57328) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csO46-0006L4-Hc for qemu-devel@nongnu.org; Mon, 27 Mar 2017 02:23:42 -0400 Message-ID: <1490595820.31035.7.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 27 Mar 2017 08:23:40 +0200 In-Reply-To: References: <20170316120110.11677-1-iwona260909@gmail.com> <20170316120110.11677-2-iwona260909@gmail.com> <1489673540.15659.93.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Dead code removal: removing code for unsupported DEPTH. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Hajnoczi , iwona260909@gmail.com, QEMU Developers Hi, > Also worth pointing at an example of a patchset that does > this for some other device, eg Gerd's recent pl110 set, > as a guide to what's getting removed. that was sm501 ;) https://patchwork.ozlabs.org/patch/735753/ https://patchwork.ozlabs.org/patch/735764/ cheers, Gerd