Revision 4d5b97da hw/ivshmem.c

b/hw/ivshmem.c
149 149
    s->intrstatus = val;
150 150

  
151 151
    ivshmem_update_irq(s, val);
152
    return;
153 152
}
154 153

  
155 154
static uint32_t ivshmem_IntrStatus_read(IVShmemState *s)
......
510 509
    if (ivshmem_has_feature(s, IVSHMEM_IOEVENTFD)) {
511 510
        ivshmem_add_eventfd(s, incoming_posn, guest_max_eventfd);
512 511
    }
513

  
514
    return;
515 512
}
516 513

  
517 514
/* Select the MSI-X vectors used by device.
......
536 533

  
537 534
    s->intrstatus = 0;
538 535
    ivshmem_use_msix(s);
539
    return;
540 536
}
541 537

  
542 538
static uint64_t ivshmem_get_size(IVShmemState * s) {

Also available in: Unified diff