From owner-soc-status@FreeBSD.ORG Thu Aug 8 21:13:41 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 115CA248 for ; Thu, 8 Aug 2013 21:13:41 +0000 (UTC) (envelope-from gibbs@freebsd.org) Received: from aslan.scsiguy.com (aslan.scsiguy.com [70.89.174.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C86D82384 for ; Thu, 8 Aug 2013 21:13:40 +0000 (UTC) Received: from tomo.sldomain.com (207-225-98-3.dia.static.qwest.net [207.225.98.3]) (authenticated bits=0) by aslan.scsiguy.com (8.14.7/8.14.5) with ESMTP id r78LDcNU005757 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 8 Aug 2013 21:13:38 GMT (envelope-from gibbs@freebsd.org) Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Weekly Status Reports #6 - XEN HVM Guest Support From: "Justin T. Gibbs" In-Reply-To: Date: Thu, 8 Aug 2013 15:13:34 -0600 Message-Id: <8339D9C8-E7E0-4E27-9FA1-E04AAC4D3F5A@freebsd.org> References: To: Bei Guan X-Mailer: Apple Mail (2.1508) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (aslan.scsiguy.com [70.89.174.89]); Thu, 08 Aug 2013 21:13:39 +0000 (UTC) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: soc-status X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 21:13:41 -0000 Hi Bei, I'm back from vacation. How are things going? -- Justin On Aug 2, 2013, at 1:13 PM, Bei Guan wrote: > Hi, >=20 >=20 > In the past week, I continued to debug the child device for xen usb = host controller. The child device usbus1 has been attached, but there're = still some errors. The output of "devinfo" looks like the following = currently. > ... > xenpci0 > xenstore0 > xctrl0 > xenbusb_front0 > xbd0 > xn0 > xu0 <-------This is the Xen host controller device. > usbus1 <-------This is its child device. > xenbusb_back0 > ... >=20 >=20 > I'm trying to solve the problem. The latest code is avilable here > = https://socsvn.freebsd.org/socsvn/soc2013/bguan/head/sys/dev/xen/usbfront/= >=20 > --=20 > Best Regards, > Bei Guan