On Mon, Jan 16, 2012 at 4:30 PM, Paolo Bonzini <pbonz...@redhat.com> 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