From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIH6k-00031w-0a for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIH6i-0001eh-22 for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:08:52 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:36061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIH6h-0001eW-Ta for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:08:51 -0400 Received: by mail-vk0-x230.google.com with SMTP id m127so10382841vkb.3 for ; Wed, 29 Jun 2016 08:08:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Wed, 29 Jun 2016 16:08:32 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/24] linux-user changes for v2.7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: QEMU Developers On 28 June 2016 at 20:12, wrote: > From: Riku Voipio > > The following changes since commit c7288767523f6510cf557707d3eb5e78e519b90d: > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160623' into staging (2016-06-23 11:53:14 +0100) > > are available in the git repository at: > > git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160628 > > for you to fetch changes up to 4ba92cd736a9ce0dc83c9b16a75d24d385e1cdf3: > > linux-user: Provide safe_syscall for ppc64 (2016-06-26 13:17:22 +0300) > > ---------------------------------------------------------------- > Drop building linux-user targets on HPPA or m68k host systems > and add safe_syscall support for i386, aarch64, arm, ppc64 and > s390x. Applied, thanks. -- PMM