Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5702d1b authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Greg Kroah-Hartman
Browse files

uio: document uio_hv_generic regions



Describe the regions present with uio_hv_generic in documentation for
driver API.

Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 44625605
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -698,6 +698,11 @@ prevents the device from generating further interrupts until the bit is
cleared. The userspace driver should clear this bit before blocking and
waiting for more interrupts.

The vmbus device regions are mapped into uio device resources:
    0) Channel ring buffers: guest to host and host to guest
    1) Guest to host interrupt signalling pages
    2) Guest to host monitor page

Further information
===================