From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1d5B-0007j6-47 for qemu-devel@nongnu.org; Fri, 10 Jan 2014 09:29:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1d54-000755-FB for qemu-devel@nongnu.org; Fri, 10 Jan 2014 09:29:09 -0500 Received: from afflict.kos.to ([92.243.29.197]:42829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1d54-00074Y-7D for qemu-devel@nongnu.org; Fri, 10 Jan 2014 09:29:02 -0500 Received: from kos.to (91-157-196-38.elisa-laajakaista.fi [91.157.196.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id E95D926558 for ; Fri, 10 Jan 2014 15:28:59 +0100 (CET) From: riku.voipio@linaro.org Date: Fri, 10 Jan 2014 16:28:55 +0200 Message-Id: <1389364137-23287-1-git-send-email-riku.voipio@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/2] linux-user update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , anthony@codemonkey.ws From: Riku Voipio The following changes since commit 1d327fb4c72b898f7500989f3e624b73495811= 59: Merge remote-tracking branch 'otubo/seccomp' into staging (2014-01-09 1= 3:56:27 -0800) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream for you to fetch changes up to f0116c5458dc3be398ee7ef8daeaa02ba738bdc1: linux-user: Remove regs parameter of load_elf_binary and load_flt_binar= y (2014-01-10 08:51:37 +0200) ---------------------------------------------------------------- Andr=C3=A9 Hentschel (1): linux-user: Support the accept4 socketcall Will Newton (1): linux-user: Remove regs parameter of load_elf_binary and load_flt_b= inary linux-user/elfload.c | 3 +-- linux-user/flatload.c | 3 +-- linux-user/linuxload.c | 4 ++-- linux-user/qemu.h | 6 ++---- linux-user/syscall.c | 16 ++++++++++++++++ linux-user/syscall_defs.h | 1 + 6 files changed, 23 insertions(+), 10 deletions(-) --=20 1.8.1.2