From owner-freebsd-virtualization@freebsd.org Thu Aug 13 05:45:38 2015 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 D4C959A002E for ; Thu, 13 Aug 2015 05:45:38 +0000 (UTC) (envelope-from anupshendkar@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (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 75089EDD for ; Thu, 13 Aug 2015 05:45:38 +0000 (UTC) (envelope-from anupshendkar@gmail.com) Received: by wijp15 with SMTP id p15so243993446wij.0 for ; Wed, 12 Aug 2015 22:45:37 -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:content-type; bh=KFhj4wANiNaQcDKBihKHyOVdgo72GFqjsqiuW9sWg0Y=; b=OZfhcU75dcRP6aPjlrevAzXwfkKs/RMltZpxrU/KISrLuZSPPKJDmTVJ95e+Setqyh TXB5mLuKCFzJJcRgqAx0gR6OCvTEUoCRRmEtb64NnkDfEJ6XfIxGLA46e2TZKXSlo2aU 0NLfJ8GAOfWOCi9LKfzWxUOEKGh8B45Fr1whuTrxOkWG/yhXV1bek09wgb5N6RlfHq/f Izjr9RVCloVj38g4o11Ih6XjTp48t+egVoHB2lccS7kWbQuQfkhpA8ncGAGI5ocNZQ5m Ph3bKtuEsYr4B6Y+ZEf8H4l8vmJ6mouXV50iHWyvqM73SXPE4tErxCX0R73hGQFwbQXN wdkA== MIME-Version: 1.0 X-Received: by 10.194.6.37 with SMTP id x5mr82407382wjx.73.1439444737060; Wed, 12 Aug 2015 22:45:37 -0700 (PDT) Received: by 10.28.41.198 with HTTP; Wed, 12 Aug 2015 22:45:37 -0700 (PDT) Date: Thu, 13 Aug 2015 11:15:37 +0530 Message-ID: Subject: bhyve: Support for QCOW2 image format From: anup shendkar To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 13 Aug 2015 05:45:38 -0000 Hello All, I would like to work on QCOW2 image format support for bhyve. At the moment, I have never been worked on FreeBSD before, it would be good if some one can help me to get started. I have previous experience of programming in systems environment. Past couple of days I have been reading few online documents about bhyve, I think it is very interesting project. Initially to get acquainted with the bhyve, I would like to start with something easier to accomplish. Thanks and Regards, Anup