Commit 6b32a8c
virtio: improve code readability of MmioDevice::read()
The MMIO based VirtIO devices support the VirtIO 1.0 capability,
but the code is a little hard to be understood. Improve code
readability by adding a comment.
Signed-off-by: Liu Jiang <[email protected]>1 parent 475e13a commit 6b32a8c
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| |||
0 commit comments