From owner-soc-status@FreeBSD.ORG Fri Aug 2 19:13:47 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECE3AA30; Fri, 2 Aug 2013 19:13:47 +0000 (UTC) (envelope-from gbtju85@gmail.com) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5755D2695; Fri, 2 Aug 2013 19:13:47 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id e11so329563bkh.25 for ; Fri, 02 Aug 2013 12:13:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=zmc3MpUFNcb5DdMNrATcvdLqbCThuoNIrWbN4ZFXYD4=; b=J5HZ6igfo3+KatffeOA7nGedYNtvNkUl5wKQetgF9isrNmxRyqT9fuuFueiOO+DvAf 9n+xMyOc4OgGd/djbShvaijCnQKmVR31Du6OBKdZ68BEBrl1AwfUZP7xqzLA62etOQsz 0Xjb+1k4K1cQlO+HiL9bf3BkmtDueun4XKRB6ezIhb8fH1MozksgmwPj5U0RO4EKKG4r xdoEBk8jI0ksKEWSrHN0doXGcqFhIQSdafA4BqTkt4YDAIAthYLGndRuQFykfluaeoO9 8S9MYVLiYQUd2cd4b0NhRslXtME0bDia/GdeGP3hBm8QGYIp6sSpATBtwsr01TmU6w+L RCgg== MIME-Version: 1.0 X-Received: by 10.205.116.78 with SMTP id fh14mr1492616bkc.135.1375470825474; Fri, 02 Aug 2013 12:13:45 -0700 (PDT) Received: by 10.205.18.69 with HTTP; Fri, 2 Aug 2013 12:13:45 -0700 (PDT) Date: Sat, 3 Aug 2013 03:13:45 +0800 Message-ID: Subject: Weekly Status Reports #6 - XEN HVM Guest Support From: Bei Guan To: soc-status Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "Justin T. Gibbs" 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: Fri, 02 Aug 2013 19:13:48 -0000 Hi, 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 ... 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/ -- Best Regards, Bei Guan