From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbxJT-0004Hj-Dk for qemu-devel@nongnu.org; Mon, 22 Aug 2016 18:03:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbxJP-0006Tg-7r for qemu-devel@nongnu.org; Mon, 22 Aug 2016 18:03:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbxJP-0006SH-37 for qemu-devel@nongnu.org; Mon, 22 Aug 2016 18:03:19 -0400 References: <90075d89-5c04-d419-9f98-7d9bc70555d3@selasky.org> From: Thomas Huth Message-ID: Date: Tue, 23 Aug 2016 00:03:14 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] QEMU XHCI support (FreeBSD) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans Petter Selasky , qemu-devel@nongnu.org On 22.08.2016 20:15, Hans Petter Selasky wrote: > Hi, > > I'm currently testing QEMUs XHCI support with FreeBSD and found some > bugs in FreeBSDs XHCI aswell as QEMUs XHCI. > > 1) QEMU falsely reports a remainder of 8 bytes on TR_SETUP. This patch > fixes it. Can it be upstreamed? Hi Hans, please make sure to send patches with a proper "Signed-off-by" line, otherwise they can't be accepted. See the following URL for details: http://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line Regards, Thomas