qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] vmdk: Allow selecting SCSI adapter in image creation
Date: Wed, 30 Jan 2013 09:02:03 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> ---
> 
> 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



reply via email to

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