qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 05/15] scsi: pass residual amount to command_com


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 05/15] scsi: pass residual amount to command_complete
Date: Fri, 10 Feb 2012 11:44:19 +0000

On Mon, Jan 16, 2012 at 4:30 PM, Paolo Bonzini <address@hidden> wrote:
> -static void esp_command_complete(SCSIRequest *req, uint32_t status)
> +static void esp_command_complete(SCSIRequest *req, uint32_t status,
> +                                 int32_t resid)

Is there a reason to use a signed type for resid?  (I expected
uint32_t to be safer and more natural.)

Stefan



reply via email to

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