Re: [Qemu-devel] [PATCH] To support scsi Virtual Adapter while creating VMDK images

2012-01-27 Thread Praveen_Paladugu
I didn't know other patches were already submitted. I picked up the patch from opensuse distribution. I realized no related code is available in upstream project. So I created one based on the head of the git tree. Please feel free to ignore this patch, since other/better patches seem to be ava

Re: [Qemu-devel] [PATCH] To support scsi Virtual Adapter while creating VMDK images

2012-01-27 Thread Kevin Wolf
Am 27.01.2012 17:19, schrieb Andreas Färber: > Am 27.01.2012 00:46, schrieb praveen_palad...@dell.com: >> According to VMDK specification, while using virtual scsi adapter, the value >> of adapterType has to be set to "lsilogic" or "buslogic". When the user adds >> "scsi" to the list of qemu-img

Re: [Qemu-devel] [PATCH] To support scsi Virtual Adapter while creating VMDK images

2012-01-27 Thread Andreas Färber
Am 27.01.2012 00:46, schrieb praveen_palad...@dell.com: > According to VMDK specification, while using virtual scsi adapter, the value > of adapterType has to be set to "lsilogic" or "buslogic". When the user adds > "scsi" to the list of qemu-img options (Example: qemu-img create -f vmdk foo > -

[Qemu-devel] [PATCH] To support scsi Virtual Adapter while creating VMDK images

2012-01-26 Thread Praveen_Paladugu
According to VMDK specification, while using virtual scsi adapter, the value of adapterType has to be set to "lsilogic" or "buslogic". When the user adds "scsi" to the list of qemu-img options (Example: qemu-img create -f vmdk foo -o scsi,size=100M) this patch will set the value of adapterType t