From owner-freebsd-virtualization@freebsd.org Tue Aug 18 09:51: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 8365D9BCAED for ; Tue, 18 Aug 2015 09:51:38 +0000 (UTC) (envelope-from anupshendkar@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (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 190949DB; Tue, 18 Aug 2015 09:51:38 +0000 (UTC) (envelope-from anupshendkar@gmail.com) Received: by wijp15 with SMTP id p15so95658717wij.0; Tue, 18 Aug 2015 02:51:36 -0700 (PDT) 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=kehJ0lP6axUwOZHvQu8ylkdk7gyaiRhEN16aKO6eykU=; b=mbOEB1iuPhECWBB0Dz19g33/sxC5q+VwNUb0zJX7GIGxy2NK++dBJG+U73PwXo5T7g Epo/UL845JdV4DRWh/hKpmKJeGPhvJCvqtZoNPZNTF5fynK/R0gpi8sEBH9h7q120/SY MsrasJqAHmVklrE+lTl9A7ByIDIdFUoVpF7UzVT9tCCQSyvLKmRjFsj+OclfLhUuw/Gt SEzO2GwsEzpXW1VnzrlZ7baXrlrYMleBKlheQHQfnj5NNBynsZA/FKBdNIIg/N8KmnUT idupjDLnqw/3EpSOFh7muhuvx+gKgWEQlcA9GOtVq23tbNVbQgNwdQLjjskqyHnNYTVk /S9Q== MIME-Version: 1.0 X-Received: by 10.194.11.7 with SMTP id m7mr11876387wjb.56.1439891496561; Tue, 18 Aug 2015 02:51:36 -0700 (PDT) Received: by 10.28.41.198 with HTTP; Tue, 18 Aug 2015 02:51:36 -0700 (PDT) In-Reply-To: <55D181A2.8070502@freebsd.org> References: <55D181A2.8070502@freebsd.org> Date: Tue, 18 Aug 2015 15:21:36 +0530 Message-ID: Subject: Re: bhyve: Support for QCOW2 image format From: anup shendkar To: marcel@freebsd.org, Peter Grehan Cc: 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: Tue, 18 Aug 2015 09:51:38 -0000 On Mon, Aug 17, 2015 at 12:09 PM, Peter Grehan wrote: > Hi Anup, > >> Please let me know if anybody has any information on it. I got to know >> from IRC channel that work is in progress for generic framework to >> support various image file formats for bhyve. > > > The work was being done in a branch: > > https://svnweb.freebsd.org/base/user/marcel/libvdsk/ > Hi Marcel, I went through above branch. There are place-holder files containing stub functions defined for qcow, vhd, vmdk image format support. I would like to work on supporting qcow image format. It would be nice if you could push your latest changes to the branch. That would be helpful to get me started. Thanks in advance. >> Any information like to whom should I contact ? status/progress of >> this work would be very helpful. > > > The contact for this was Marcel Moolenar, marcel@freebsd.org. > Thanks Peter for information. > later, > > Peter. > Anup