From owner-soc-status@FreeBSD.ORG Thu Jul 25 17:20:39 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 2DC0E3E3; Thu, 25 Jul 2013 17:20:39 +0000 (UTC) (envelope-from gbtju85@gmail.com) Received: from mail-bk0-x232.google.com (mail-bk0-x232.google.com [IPv6:2a00:1450:4008:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE352510; Thu, 25 Jul 2013 17:20:38 +0000 (UTC) Received: by mail-bk0-f50.google.com with SMTP id ik5so801033bkc.9 for ; Thu, 25 Jul 2013 10:20:36 -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=ZXLK+EgsEW/R3gNJc2vgCvijAt7Om25laEJTli+4Nb8=; b=hoqWf7KE+sR8bJEjTwhHGDKn6TKO2mxZDCCCfgPqxRWaSbRmgSdX5Xmli6Sxsb/30Z SiSiQEbgRvmmbgxyuU9jeryKlCvPPAmHmwXKdRPqsLjYwhB02G2t4fogS3sWe5geTXgI +aFqCbEAPqIJunuClcWOlMvbsJ0eEb1jRfjcbmGMbwpXbeeYYBeGrAaEP2lPa9JJLl5i qfj280+ygkgxmiXvGhs5zXfhvQcT+3bv1BF0bgIIj8B6D2Yr/cVTZBYvs0jCiZk6vhWj qyu4/6ehyzq3FQxExbtosavQnISir4EvCUFHwe7AmdJVQOpaOzRjuXRWHTDXRXFUYQUo 1MPA== MIME-Version: 1.0 X-Received: by 10.204.168.72 with SMTP id t8mr6154273bky.161.1374772836661; Thu, 25 Jul 2013 10:20:36 -0700 (PDT) Received: by 10.205.18.69 with HTTP; Thu, 25 Jul 2013 10:20:36 -0700 (PDT) Date: Fri, 26 Jul 2013 01:20:36 +0800 Message-ID: Subject: Weekly Status Reports #5 - 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: Thu, 25 Jul 2013 17:20:39 -0000 Hi, In the past week, I try to add a child device to xen usb host controller. The output of "devinfo" will look like this with the xen usb hc driver. ... xenpci0 xenstore0 xctrl0 xenbusb_front0 xbd0 xn0 xu <-------This is the xenhost controller device and it's present now. usbus0 <-------This is the child device to be added. ... xenbusb_back0 ... However, there're some errors when I use the method device_probe_and_attach() to probe and attach the child device. I have found the probable cause today. So I think it will be solved soon. The latest code are avilable here https://socsvn.freebsd.org/socsvn/soc2013/bguan/head/sys/dev/xen/usbfront/ -- Best Regards, Bei Guan