qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuratio


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2] scsi: megasas: initialise local configuration data buffer
Date: Tue, 7 Jun 2016 09:53:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0


On 07/06/2016 08:51, P J P wrote:
> +-- On Wed, 25 May 2016, P J P wrote --+
> | Update as per
> |   -> https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg04402.html
> | 
> | diff --git a/hw/scsi/megasas.c b/hw/scsi/megasas.c
> | index dcbd3e1..bf642d4 100644
> | --- a/hw/scsi/megasas.c
> | +++ b/hw/scsi/megasas.c
> | @@ -1293,7 +1293,7 @@ static int megasas_dcmd_ld_get_info(MegasasState *s, 
> MegasasCmd *cmd)
> |  
> |  static int megasas_dcmd_cfg_read(MegasasState *s, MegasasCmd *cmd)
> |  {
> | -    uint8_t data[4096];
> | +    uint8_t data[4096] = { 0 };
> |      struct mfi_config_data *info;
> |      int num_pd_disks = 0, array_offset, ld_offset;
> |      BusChild *kid;
> 
> Ping..!
> 
> This one came with couple of others,
> 
>   -> https://patchwork.ozlabs.org/patch/626089/
>   -> https://patchwork.ozlabs.org/patch/626152/
>   -> https://patchwork.ozlabs.org/patch/626151/
> 
> Are these queued? (just checking)

They are in already.  In particular this is commit
d37af740730dbbb93960cd318e040372d04d6dcf.

Paolo



reply via email to

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