From owner-freebsd-virtualization@freebsd.org Tue Mar 28 16:05:53 2017 Return-Path: Delivered-To: freebsd-virtualization@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 9FA5AD22642 for ; Tue, 28 Mar 2017 16:05:53 +0000 (UTC) (envelope-from akgupt3@gmail.com) Received: from mail-pg0-x234.google.com (mail-pg0-x234.google.com [IPv6:2607:f8b0:400e:c05::234]) (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 700ED188; Tue, 28 Mar 2017 16:05:53 +0000 (UTC) (envelope-from akgupt3@gmail.com) Received: by mail-pg0-x234.google.com with SMTP id g2so76247524pge.3; Tue, 28 Mar 2017 09:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=gwIKJomHXDw7/DbQumFIGg7XByx/4Jb1r4qfjZIvSbY=; b=Q8+Uo0Eu/tPeMAo2iQOQFJe2yA2rdpSoOXil/OfOmqbIYYSYzNDGBl6FBovNxRrP3J muY/NPy9Viu0snpOQ3J68/PlQIj94cNXwllyaiqoyA8JxQ3EBonF7FmiU5FkLLAGk6Rj RP+PNCjrY0AHGabdPynRvG2eHT99AtWokcOCtU32sepx0mYtMXr+y/sSa92VmtHxkusn A2jfq+gxyMeIf6mAVylC1/hXUy4XLe3M1DmeKK9Awyz9BGAOb5rpo0h9+/6tmVRTXy6u YQU37eBey6TRXYk3s60OXLKNQaEgGgHqPejdrfMgRu1UlDMCfqT+C9jIh7zKeQQpYr0E O3FQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=gwIKJomHXDw7/DbQumFIGg7XByx/4Jb1r4qfjZIvSbY=; b=gAFxX3EzMq0w2R2UR+vkJx4J6+U+ra7kECbRuKvN43iBW6fzLoDnTt2cKizIuxxt7z xm5be/dOIU9R+VzfLd1KpfnGLONDSQa4xIirVwrE7lSf7C69L4LhkGpY0Bh5EdZ5sR8H KPBjQTj0itIz8cHx5ghyvl55QvwtsGDrM7qIY/8HXw0cBij90u3q+H00i16s3zNc56aW X45Hnr8ZkW0dfRMgxzGBb5mUrBOsNkgsg7+qH7bDq38iPBRD4mWyaFe9bWQyjU7qRYp0 R0gLCMGDBXlmowP6fMYECQViK/jknPbiJ9EY2wShCFaCFyy+z4WL9wYUGBGM90C3WNzL SCgQ== X-Gm-Message-State: AFeK/H1JhxKuSBxRjOFVze2pCUWFXBtrK5uxamlO1hN4KL1hsjJDcMcGajTc68/Lr0O44g== X-Received: by 10.98.7.86 with SMTP id b83mr31532133pfd.66.1490717152915; Tue, 28 Mar 2017 09:05:52 -0700 (PDT) Received: from [192.168.1.39] ([98.248.138.12]) by smtp.gmail.com with ESMTPSA id s65sm8260282pgb.64.2017.03.28.09.05.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 09:05:52 -0700 (PDT) Subject: Re: [GSoC 2017] Project "NVMe controller emulator for bhyve" To: freebsd-virtualization@freebsd.org, Peter Grehan References: From: Anish Gupta Message-ID: Date: Tue, 28 Mar 2017 09:05:51 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 16:05:53 -0000 Hi Shunsuke Mie Awesome! Feel free to also ping me for any question you have. -Anish On 3/28/17 8:27 AM, Shunsuke Mie wrote: > Hello bhyve hackers. > > My name is Shunsuke Mie. > I go to graduate school in this April. I'm interesting in kernel, virtual > machine, hardware design and open some of code in github ( > https://github.com/himaaaatti). These are kernel (WIP, x64 bootable) and > micro controller emulator etc. > > I found theme "NVMe controller emualtor for bhyve" in GSoC idea list. It > sounds interesting for me. I'm already contacting with mentor who is Mr. Peter > Grehan. > I've never experienced commit to FreeBSD and another operating system > projects. but I want to join BSD community and contribute. Also after GSoC. > > Regards, > Shunsuke Mie. > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"