Revision a8170e5e hw/virtio-scsi.c

b/hw/virtio-scsi.c
202 202
}
203 203

  
204 204
static void qemu_sgl_init_external(QEMUSGList *qsgl, struct iovec *sg,
205
                                   target_phys_addr_t *addr, int num)
205
                                   hwaddr *addr, int num)
206 206
{
207 207
    memset(qsgl, 0, sizeof(*qsgl));
208 208
    while (num--) {

Also available in: Unified diff