Re: [Qemu-devel] [PATCH v2] vmdk: Allow selecting SCSI adapter in image creation

2013-01-30 Thread Stefan Hajnoczi
On Wed, Jan 30, 2013 at 12:26:52AM +0100, Othmar Pasteka wrote: > Introduce a new option "adapter_type" when converting to vmdk images. > It can be one of the following: ide (default), buslogic, lsilogic > or legacyESX (according to the vmdk spec from vmware). > > In case of a non-ide adapter, hea

[Qemu-devel] [PATCH v2] vmdk: Allow selecting SCSI adapter in image creation

2013-01-29 Thread Othmar Pasteka
Introduce a new option "adapter_type" when converting to vmdk images. It can be one of the following: ide (default), buslogic, lsilogic or legacyESX (according to the vmdk spec from vmware). In case of a non-ide adapter, heads is set to 255 instead of the 16. The latter is used for "ide". Also se