From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fH6s2-0003oF-Hg for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fH6s1-0003jw-KD for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:58 -0400 Received: from mail-ot0-x244.google.com ([2607:f8b0:4003:c0f::244]:34461) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fH6s1-0003jl-GK for qemu-devel@nongnu.org; Fri, 11 May 2018 08:09:57 -0400 Received: by mail-ot0-x244.google.com with SMTP id i5-v6so5968440otf.1 for ; Fri, 11 May 2018 05:09:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180510222601.19944-5-laurent@vivier.eu> References: <20180510222601.19944-1-laurent@vivier.eu> <20180510222601.19944-5-laurent@vivier.eu> From: Peter Maydell Date: Fri, 11 May 2018 13:09:36 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 4/5] linux-user: move ppc socket.h definitions to ppc/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:26, Laurent Vivier wrote: > No code change. > > Signed-off-by: Laurent Vivier > --- Reviewed-by: Peter Maydell thanks -- PMM