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, heads is set to 255 instead of the 16. > The latter is used for "ide". > > Also see LP#545089 > > Signed-off-by: Othmar Pasteka <past...@kabsi.at> > --- > > v2: indentation fix > > block/vmdk.c | 31 ++++++++++++++++++++++++++++--- > include/block/block_int.h | 1 + > 2 files changed, 29 insertions(+), 3 deletions(-)
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan