From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQcHT-0007xA-Jo for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:36:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQcHS-0003DR-Cl for qemu-devel@nongnu.org; Fri, 12 Apr 2013 07:36:35 -0400 Date: Fri, 12 Apr 2013 13:36:30 +0200 From: Stefan Hajnoczi Message-ID: <20130412113630.GE9747@stefanha-thinkpad.redhat.com> References: <1365445570-112217-1-git-send-email-petar.jovanovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365445570-112217-1-git-send-email-petar.jovanovic@rt-rk.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] linux-user: pass correct host flags to eventfd2 call List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Petar Jovanovic Cc: qemu-trivial@nongnu.org, riku.voipio@linaro.org, qemu-devel@nongnu.org, petar.jovanovic@imgtec.com On Mon, Apr 08, 2013 at 08:26:10PM +0200, Petar Jovanovic wrote: > This change makes conversion of TARGET_O_NONBLOCK and TARGET_O_CLOEXEC flags > to host flags before calling eventfd for TARGET_NR_eventfd2. > > Signed-off-by: Petar Jovanovic > --- > linux-user/syscall.c | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan