From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZLIQ-0007q4-J2 for qemu-devel@nongnu.org; Wed, 01 Oct 2014 10:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZLIH-0003bU-2z for qemu-devel@nongnu.org; Wed, 01 Oct 2014 10:54:26 -0400 Message-ID: <542C1597.6050009@suse.de> Date: Wed, 01 Oct 2014 16:54:15 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1410723527-17902-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1410723527-17902-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, patches@linaro.org On 14.09.14 21:38, Peter Maydell wrote: > The MemoryRegionOps struct pci4xx_cfgaddr_ops and the read and > write functions it references are all unused; remove them. > > Signed-off-by: Peter Maydell Thanks, applied to ppc-next. Alex