From owner-freebsd-virtualization@FreeBSD.ORG Fri Jan 4 07:17:35 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2755EC6B for ; Fri, 4 Jan 2013 07:17:35 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) by mx1.freebsd.org (Postfix) with ESMTP id 0030E1F4 for ; Fri, 4 Jan 2013 07:17:34 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id e13so19411834iej.32 for ; Thu, 03 Jan 2013 23:17:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ChFsze/RjBfjuLvZYlvfszNaMMvbcz4RBLbHtes4x50=; b=WhTsZryzGDRj5vZcHSCkBgwn0+AxYb5qBa1EKe71R37ooBmly0N7kvQu/FzMCKoYs2 CDibOuqwWiprfT3fuH/RJXkRWbtZ9F5W507kPqzk0rEaBNjF1lpbITsh3zZEq1DFs7oH 0Pj3s4gCJNfHyXUHGmxe6jqlow8HnO9oBlHB9O2zMmZAtDT7DgaCFYVFquanNoiVUsTi v8SkBYl2PtEduZCLNn6X0HuyeD2ndXYzOhCGcMKJM9y/Z14ZbEKBZpSzp17lYAbGQ+Wo OdgK03szPsPc5TZwspK3w/1X2gVwnSrhWKhdV3jjJP1GsvD6KbsT5SaJV4609z0LL+ql sbVQ== MIME-Version: 1.0 Received: by 10.50.214.97 with SMTP id nz1mr43571194igc.36.1357283854054; Thu, 03 Jan 2013 23:17:34 -0800 (PST) Received: by 10.43.112.194 with HTTP; Thu, 3 Jan 2013 23:17:33 -0800 (PST) In-Reply-To: <1357216908.66555.YahooMailNeo@web190906.mail.sg3.yahoo.com> References: <1357216908.66555.YahooMailNeo@web190906.mail.sg3.yahoo.com> Date: Thu, 3 Jan 2013 23:17:33 -0800 Message-ID: Subject: Re: getting involved in bhyve projecct From: Neel Natu To: Harsh Bhatt Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Jan 2013 07:17:35 -0000 Hi Harsh, On Thu, Jan 3, 2013 at 4:41 AM, Harsh Bhatt wrote: > I am very much interested and eager to get involved in bhyve project. I want to start with doing up something small initially. My strong parts are C and OS. So can someone suggest me what should i do and how i can get involved. Welcome. The best way to get involved is to submit bug reports and patches for anything that is not working for you. Since bhyve is a relatively new project there are many gaps and conversely many opportunities to help. Some big ticket items that we need to get the ball rolling on are: - suspend/resume - linux/windows as guest operating systems - ethernet and storage device emulation (currently we rely on virtio) - timekeeping There are also small/medium size tasks that need to get done: - cpuid emulation (currently we just transparently pass whatever the host advertises) - vga emulation - hpet emulation Then there are documentation, testing, usability things to be done: - man pages - out of the box experience - configuration scripts Have at it! best Neel > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebsd.org"