From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgNz-00081R-AL for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtgNt-0004hU-A2 for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:55:59 -0400 Received: from ignoranthack.me ([199.102.79.106]:55568 helo=mail.ignoranthack.me) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgNt-0004hP-1I for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:55:53 -0400 From: Sean Bruno In-Reply-To: References: <1402062579-28716-1-git-send-email-sbruno@freebsd.org> <1402062579-28716-9-git-send-email-sbruno@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 08 Jun 2014 09:55:51 -0700 Message-ID: <1402246551.1831.2.camel@bruno> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/9 v3] FreeBSD-user: Add thr_* to the table of 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:19 +0100, Peter Maydell wrote: > On 6 June 2014 14:49, Sean Bruno wrote: > > Signed-off-by: Sean Bruno > > Other than the standard gripe about the commit message, > 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