From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fH6rm-0003Pa-Vv for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fH6rm-0003ae-21 for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:42 -0400 Received: from mail-oi0-x244.google.com ([2607:f8b0:4003:c06::244]:45078) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fH6rl-0003aR-T1 for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:41 -0400 Received: by mail-oi0-x244.google.com with SMTP id b130-v6so4490051oif.12 for ; Fri, 11 May 2018 05:09:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180510222601.19944-4-laurent@vivier.eu> References: <20180510222601.19944-1-laurent@vivier.eu> <20180510222601.19944-4-laurent@vivier.eu> From: Peter Maydell Date: Fri, 11 May 2018 13:09:20 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 3/5] linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: QEMU Developers , Mark Cave-Ayland , Riku Voipio , Yongbok Kim , Richard Henderson On 10 May 2018 at 23:25, Laurent Vivier wrote: > No code change. > > Signed-off-by: Laurent Vivier Reviewed-by: Peter Maydell thanks -- PMM