From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgOd-0000Sx-KA for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtgOU-0004pG-C0 for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:56:39 -0400 Received: from ignoranthack.me ([199.102.79.106]:58476 helo=mail.ignoranthack.me) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgOU-0004p9-6b for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:56:30 -0400 From: Sean Bruno In-Reply-To: References: <1402062579-28716-1-git-send-email-sbruno@freebsd.org> <1402062579-28716-10-git-send-email-sbruno@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 08 Jun 2014 09:56:28 -0700 Message-ID: <1402246588.1831.3.camel@bruno> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 9/9 v3] FreeBSD-user: Add support for missing syscalls Reply-To: sbruno@freebsd.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Sat, 2014-06-07 at 23:12 +0100, Peter Maydell wrote: > On 6 June 2014 14:49, Sean Bruno wrote: > > Fix syscall format for socket, fstat, fstatfs and chown. > > > > Add additional syscalls that are missing. > > These aren't completely missing syscalls; please update the > commit message. > > Otherwise > Reviewed-by: Peter Maydell > > thanks > -- PMM I'm not tagging this patch with your Reviewed-by as I've modified the code in my v4 patchset after review. sean