From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgNB-0007TH-VE for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtgN5-0004NB-VF for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:55:09 -0400 Received: from ignoranthack.me ([199.102.79.106]:61107 helo=mail.ignoranthack.me) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtgN5-0004Ln-RX for qemu-devel@nongnu.org; Sun, 08 Jun 2014 12:55:03 -0400 From: Sean Bruno In-Reply-To: References: <1402062579-28716-1-git-send-email-sbruno@freebsd.org> <1402062579-28716-8-git-send-email-sbruno@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 08 Jun 2014 09:55:01 -0700 Message-ID: <1402246501.1831.1.camel@bruno> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/9 v3] FreeBSD-user: Add extattr_* 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:10 +0100, Peter Maydell wrote: > On 6 June 2014 14:49, Sean Bruno wrote: > > Signed-off-by: Sean Bruno > > Commit message, strace not new implementations, etc etc. > > 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