From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUtAe-0002qM-Pz for qemu-devel@nongnu.org; Tue, 01 Apr 2014 03:31:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUtAZ-0007v8-E3 for qemu-devel@nongnu.org; Tue, 01 Apr 2014 03:31:44 -0400 Received: from mail-yh0-f42.google.com ([209.85.213.42]:48203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUtAZ-0007uz-Ar for qemu-devel@nongnu.org; Tue, 01 Apr 2014 03:31:39 -0400 Received: by mail-yh0-f42.google.com with SMTP id t59so8796471yho.1 for ; Tue, 01 Apr 2014 00:31:38 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1396280483-114396-1-git-send-email-petar.jovanovic@rt-rk.com> Date: Tue, 1 Apr 2014 10:31:38 +0300 Message-ID: From: Riku Voipio Content-Type: multipart/alternative; boundary=20cf30363a9f92d2e004f5f6284e Subject: Re: [Qemu-devel] [PATCH v2] linux-user: pass correct host flags to accept4() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Petar Jovanovic , Petar Jovanovic , QEMU Developers --20cf30363a9f92d2e004f5f6284e Content-Type: text/plain; charset=ISO-8859-1 Hi, Applied to my for-2.0 branch, Thanks On 31 March 2014 18:45, Peter Maydell wrote: > On 31 March 2014 16:41, Petar Jovanovic wrote: > > From: Petar Jovanovic > > > > Flags NONBLOCK and CLOEXEC can have different values on the host and the > > guest, so set correct host values before calling accept4(). > > > > This fixes several issues with accept4 system call and user-mode of QEMU. > > > > Signed-off-by: Petar Jovanovic > > Reviewed-by: Peter Maydell > > thanks > -- PMM > --20cf30363a9f92d2e004f5f6284e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

Applied to my for-2.0 branch,
=

Thanks



On 31 March 2014 18:45, Peter Mayde= ll <peter.maydell@linaro.org> wrote:
On 31 March 2014 16:41, Peta= r Jovanovic <petar.jovanovi= c@rt-rk.com> wrote:
> From: Petar Jovanovic <petar.jovanovic@imgtec.com>
>
> Flags NONBLOCK and CLOEXEC can have different values on the host and t= he
> guest, so set correct host values before calling accept4().
>
> This fixes several issues with accept4 system call and user-mode of QE= MU.
>
> Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

--20cf30363a9f92d2e004f5f6284e--