qemu-usb: minor documentation fixes

This commit is contained in:
Norman Feske 2023-12-01 11:17:22 +01:00
parent 4e4b95bfe3
commit 82a9582dd7
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ namespace Qemu {
*
* \param tq Timer_queue instance provided by the user of the library
* \param pd Pci_device instance provided by the user of the library
* \param sr Signal_receiver used by the library to install signals
* \param ep Entrypoint used by the library to install signals
*
* \return Pointer to Controller object that is used to access the xHCI device state
*/

View File

@ -11,7 +11,7 @@ that handles access to the PCI bus (raise interrupts, (un)map DMA memory)
within the VMM device model.
To use this library the user calls 'Qemu::usb_init' and passes
pointers to the back end objects. In addition, a Signal_receiver
pointers to the back end objects. In addition, an 'Entrypoint'
reference has also to be handed over. It will receive all signals
required by this library.