qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 545089] Re: qemu-img should be able to create scsi bas


From: Thomas Huth
Subject: [Qemu-devel] [Bug 545089] Re: qemu-img should be able to create scsi based vmdk images
Date: Mon, 31 Oct 2016 09:17:55 -0000

This seems to be fixed by this commit here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=7f2039f61113f11be9211
==> Setting status to "Fix released"

** Changed in: qemu
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/545089

Title:
  qemu-img should be able to create scsi based vmdk images

Status in QEMU:
  Fix Released

Bug description:
  qemu-img can create vmdk disk images. These are always created as
  "ide" disks; that is, the paramter ddb.adapterType is set to "ide" in
  the .vmdk file.

  I needed to create a scsi style vmdk image, in which ddb.adapterType
  is set to "lsilogic".

  The attached patch (against qemu-0.12.3) allows me to convert a raw
  image into a scsi vmdk image:

   qemu-img convert -O vmdk -o scsi rootfs.raw rootfs.vmdk

  The "scsi" option works also for the "create" command.

  I hope very much that this change can be rolled into qemu.

  best,

  Seb James

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/545089/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]