From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB6GE-000651-Tv for qemu-devel@nongnu.org; Tue, 13 Jan 2015 13:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB6GC-0002Pf-Ah for qemu-devel@nongnu.org; Tue, 13 Jan 2015 13:32:14 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:54822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB6GC-0002MM-3q for qemu-devel@nongnu.org; Tue, 13 Jan 2015 13:32:12 -0500 From: Peter Maydell Date: Tue, 13 Jan 2015 18:31:59 +0000 Message-Id: <1421173921-28848-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] cpu_ldst.h: Minor cleanups in ld/st macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , patches@linaro.org These two patches make some minor cleanups to cpu_ldst.h which I noticed while I was trying to get my head around our confusing mess of load and store related functions. Peter Maydell (2): cpu_ldst.h: Remove unused ldul_ macros cpu_ldst.h: Collapse laddr() and saddr() into ldst_get_host_addr() include/exec/cpu_ldst.h | 46 +++++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) -- 1.9.1