From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Convert xenserver .xva image to xen (.img) format Date: Thu, 19 Feb 2015 09:45:28 +0000 Message-ID: <1424339128.30924.20.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Deepti kulkarni Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Wed, 2015-02-18 at 16:26 -0800, Deepti kulkarni wrote: > I know this may not be the right question for this forum, but I am > looking if anyone has done this conversion before. > > I am trying to find if there is any tried and tested way to convert > Citrix xenserver .xva file to vanilla xen .img file? > > Tried "qemu-img convert -O raw" option but that didnt work. I believe that .xva is a xenserver specific file format. I suggest asking on the www.xenserver.org lists for guidance from that end on how to unpack one and extract the data from it. Ian.