From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 26 13:11:29 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B63106567F; Fri, 26 Mar 2010 13:11:29 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B23498FC1F; Fri, 26 Mar 2010 13:11:28 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA01879; Fri, 26 Mar 2010 15:11:26 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4BACB27E.2050408@icyb.net.ua> Date: Fri, 26 Mar 2010 15:11:26 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100319) MIME-Version: 1.0 To: Beat Gaetzi References: <4BA72D88.3090101@icyb.net.ua> <4BACA661.1040706@FreeBSD.org> In-Reply-To: <4BACA661.1040706@FreeBSD.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, vbox@FreeBSD.org Subject: Re: emulators/virtualbox-ose: install vditool? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 13:11:29 -0000 on 26/03/2010 14:19 Beat Gaetzi said the following: > Hi, > > Andriy Gapon wrote: >> VirtualBox sources include this file: >> src/VBox/Devices/Storage/testcase/vditool.cpp >> >> Although it is under testcase directory, the tool seems to be functional and >> quite useful. From what I've read it seems that many packagers include this >> tool into installation. >> >> Could you please do the same? > > Vditool is obsolete and according to a comment in > src/VBox/Devices/Storage/testcases/Makefile.kmk it will be removed soon. > To convert images you could use VBoxManage instead. Oh, I see, thank you. I was looking for something like VBoxManage convert*to*raw and totally missed VBoxManage clonehd --format RAW. -- Andriy Gapon