From owner-soc-status@freebsd.org Thu Jun 29 01:46:44 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADFBCD8BD1B for ; Thu, 29 Jun 2017 01:46:44 +0000 (UTC) (envelope-from sux2mfgj@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46E136F6DC for ; Thu, 29 Jun 2017 01:46:44 +0000 (UTC) (envelope-from sux2mfgj@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id b184so75860130wme.1 for ; Wed, 28 Jun 2017 18:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=bM80z81o9E/4D0B86Nxp3yDQ1krcuojpnV2bEZXrZqc=; b=sG2gTCNZWMBd8h1qk35A+TgPzPaMxA5Fobz0ywGeU0CsxbKT5wyMGdSoprlZpvfacJ +YeSwXuo9T1KnzDpApKpAfwzaV38+RicBVmuFkZxTwk7RwaT9M1GyuZWe6dsaK2D93zh tCjB8MjP7IYWKFxwzusM7Y7R0UOTac2Kw+LEMtdt/l0IXRjb3aCPMvU9rPUekxIGnp2/ UzZWgwetqnLimRE+X1dWlT/n76yIXZ4oDM/FVcINMU6O/MhIN2kRodn/StP3qg8RYoGj Aoy6NpfyOMmaffW8iS2ivikKKlxz5UMDlX+PBWRJc/lF9YunA8rKLe7cxIAdxn5pIr0R +Tog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bM80z81o9E/4D0B86Nxp3yDQ1krcuojpnV2bEZXrZqc=; b=r9CflHTqKWkjeqrQZyWar4jxoLYWF1ytgBzX4UYM9+C7I46oe0e/ZJGyVmJJiz4QHa wySjkgDDPsnW4Lu1Erfe7cfYJca1u6mjuNVCRsyCGn12S+rYW3PKAjTdr/pt4AH4kNlx Fqex1fuk6stY3WglTrHtiV4t1C9Gm+Gujs2+tbrHwbz4x3xeJmorpEA5Iv0GDfeF+b7D PIUqnn9Kb6qd854uQ+JNx5VHG9CF1cNYhLDlOQFIi8vS4+3GP9sf4XWNFoLgU2ffLbpt tpWXUkUrtWaG/qW416JslosZ9KGa+o93zFs82F41n77hp/SxeDHw3rU025i8vjtrH4Zh wOZA== X-Gm-Message-State: AKS2vOwtY2xbBQtD1T1xYrkNqhYuLiTOUpgQ103nSNYXvGlk7FJgeg3j +Ughkq0zODo+hMWoqcnjrZTzsejX6A== X-Received: by 10.28.15.16 with SMTP id 16mr8987743wmp.4.1498700802514; Wed, 28 Jun 2017 18:46:42 -0700 (PDT) MIME-Version: 1.0 From: Shunsuke Mie Date: Thu, 29 Jun 2017 01:46:31 +0000 Message-ID: Subject: Week 4: NMVe controller emulator To: "soc-status@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Jun 2017 01:46:44 -0000 Hello all, My works in this week are adding same functions for reading data such as setup logic volume size and fixing bug that is occurred when guest boot. I started implementation of nvm read command. The plan for this week is to investigate mechanism of reading data from backing file and to implement that. regards, Shunsuke Mie