From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdvcN-0006C1-M1 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 00:25:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdvcI-0005Uw-Vq for qemu-devel@nongnu.org; Wed, 06 Nov 2013 00:25:27 -0500 Message-ID: <5279D2BB.5010405@weilnetz.de> Date: Wed, 06 Nov 2013 06:25:15 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1383169944-10052-1-git-send-email-sw@weilnetz.de> <20131030213305.8ec2d0ec0023245fd6fa307b@mega-nerd.com> In-Reply-To: <20131030213305.8ec2d0ec0023245fd6fa307b@mega-nerd.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] linux-user: Fix stat64 syscall for SPARC64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio , Peter Maydell Cc: Erik de Castro Lopo , qemu-devel , qemu-stable Am 31.10.2013 05:33, schrieb Erik de Castro Lopo: > Stefan Weil wrote: > >> Some targets use a stat64 structure for the stat64 syscall while others >> use a stat structure. SPARC64 used the wrong kind. >> >> Instead of extending the conditional compilation in syscall.c, now a >> macro TARGET_HAS_STRUCT_STAT64 is defined whenever a target has a >> target_stat64. >> >> Signed-off-by: Stefan Weil > Reviewed-by: Erik de Castro Lopo Ping? Peter, maybe you want to review this patch? I slightly modified your suggestion. Riku, could you please include the patch in your queue (allow Peter to review it before)? Thanks, Stefan