From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7XoR-0005vi-IO for qemu-devel@nongnu.org; Fri, 22 May 2009 12:41:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7XoM-0005tO-Sl for qemu-devel@nongnu.org; Fri, 22 May 2009 12:41:39 -0400 Received: from [199.232.76.173] (port=43421 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7XoM-0005tI-Fy for qemu-devel@nongnu.org; Fri, 22 May 2009 12:41:34 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]:22922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7XoM-000736-4F for qemu-devel@nongnu.org; Fri, 22 May 2009 12:41:34 -0400 Received: by rv-out-0708.google.com with SMTP id c5so678616rvf.22 for ; Fri, 22 May 2009 09:41:33 -0700 (PDT) Message-ID: <4A16D5B8.50508@codemonkey.ws> Date: Fri, 22 May 2009 11:41:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Patch: Adding ability for qemu-img to create SCSI VMware disk images References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aaron Mason Cc: qemu-devel@nongnu.org Aaron Mason wrote: > Hi, > > I needed to create a heap of virtual hard drives to practice creating > RAID arrays. Since qemu-img only creates IDE images, creating a large > number of images for this was a very cumbersome excercise. I compared > a SCSI image to an IDE image, and the only difference is the adapter > type. This patch adds command line parameters to qemu-img to specify > either a BusLogic or LSI Logic image for 'create' and 'convert', and > extends the 'info' command to show the adapter type. I have also > updated the file qemu-img.text and the help output to display the new > parameters, and put in a parameter that was missing. > > The patch is as follows, and can be applied to 0.10.5 stable (and > latest snapshot if qemu-img hasn't changed) with patch -Np1: > I don't think this functionality is very useful for QEMU because we don't emulate the same SCSI controller that VMware does. Regards, Anthony Liguori