Hi, > This also adds ohci_stop() call to ohci_bus_start() to handle possible > failure of qemu_new_timer_ns().
> * ohci_stop renamed to ohci_die to describe the action better Except in the commit message ... Also scripts/checkpatch.pl complains: ERROR: return is not a function, parentheses are not required #90: FILE: hw/usb/hcd-ohci.c:590: + return (get_dwords(ohci, addr, (uint32_t *)td, 4) || ERROR: return is not a function, parentheses are not required #109: FILE: hw/usb/hcd-ohci.c:622: + return (put_dwords(ohci, addr, (uint32_t *)td, 4) || We are almost there now ;) cheers, Gerd