From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VldJX-0007dI-Ag for qemu-devel@nongnu.org; Wed, 27 Nov 2013 06:29:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VldJN-0004wT-4A for qemu-devel@nongnu.org; Wed, 27 Nov 2013 06:29:51 -0500 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:57488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VldJM-0004wP-VT for qemu-devel@nongnu.org; Wed, 27 Nov 2013 06:29:41 -0500 Received: by mail-ie0-f174.google.com with SMTP id at1so11325373iec.19 for ; Wed, 27 Nov 2013 03:29:40 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5295D7A0.7050902@redhat.com> Date: Wed, 27 Nov 2013 12:29:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1381934232-55158-1-git-send-email-sson@FreeBSD.org> <1383928417-38009-1-git-send-email-sson@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ed Maste Cc: blauwirbel@gmail.com, Stacey Son , qemu-devel Il 26/11/2013 22:01, Ed Maste ha scritto: > On 8 November 2013 11:33, Stacey Son wrote: >> [v2] >> >> - Rebases to 1.7.0-rc0. (Requires, however, Andreas Tobler's patch to >> build: see >> http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg00000.html) >> - Fixes deadlock in the _umtx_op() system call handler. >> - Fixes race condition in mmap() system call handler. >> - Makes qemu-mips (o32) usable. >> - A small code clean up to the ARM cpu_loop(). >> - Fixes comment in arm-bsd-user.mak to match filename. >> - Fixes symbol conflicts with FreeBSD's libcrypto for static link. > > Ping. > > This is a large change in an area that hasn't had a lot of activity of > late; what are the next steps here? We're now in hard freeze, so the next step is to wait for 1.8 to be released. I reviewed the parts out of bsd-user, and had only one question. Paolo