Skip to content

Commit c358d29

Browse files
committed
doc: fix vhm_request doxygen comment
Table contents weren't rendered correctly in developer-guides/hld/hv-io-emulation.html, so fix the doxygen comments. Tracked-on: #1684 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 01bc8e5 commit c358d29

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

hypervisor/include/public/acrn_common.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -196,46 +196,46 @@ union vhm_io_request {
196196
* +-----------------------+-------------------------+----------------------+
197197
* | SOS vCPU 0 | SOS vCPU x | UOS vCPU y |
198198
* +=======================+=========================+======================+
199-
* | | | **Hypervisor**: |
199+
* | | | Hypervisor: |
200200
* | | | |
201201
* | | | - Fill in type, |
202202
* | | | addr, etc. |
203203
* | | | - Pause UOS vCPU y |
204204
* | | | - Set state to |
205-
* | | | PENDING **(a)** |
205+
* | | | PENDING (a) |
206206
* | | | - Fire upcall to |
207207
* | | | SOS vCPU 0 |
208208
* | | | |
209209
* +-----------------------+-------------------------+----------------------+
210-
* | **VHM**: | | |
210+
* | VHM: | | |
211211
* | | | |
212212
* | - Scan for pending | | |
213213
* | requests | | |
214214
* | - Set state to | | |
215-
* | PROCESSING **(b)** | | |
215+
* | PROCESSING (b) | | |
216216
* | - Assign requests to | | |
217-
* | clients **(c)** | | |
217+
* | clients (c) | | |
218218
* | | | |
219219
* +-----------------------+-------------------------+----------------------+
220-
* | | **Client**: | |
220+
* | | Client: | |
221221
* | | | |
222222
* | | - Scan for assigned | |
223223
* | | requests | |
224224
* | | - Handle the | |
225-
* | | requests **(d)** | |
225+
* | | requests (d) | |
226226
* | | - Set state to COMPLETE | |
227227
* | | - Notify the hypervisor | |
228228
* | | | |
229229
* +-----------------------+-------------------------+----------------------+
230-
* | | **Hypervisor**: | |
230+
* | | Hypervisor: | |
231231
* | | | |
232232
* | | - resume UOS vCPU y | |
233-
* | | **(e)** | |
233+
* | | (e) | |
234234
* | | | |
235235
* +-----------------------+-------------------------+----------------------+
236-
* | | | **Hypervisor**: |
236+
* | | | Hypervisor: |
237237
* | | | |
238-
* | | | - Post-work **(f)** |
238+
* | | | - Post-work (f) |
239239
* | | | - set state to FREE |
240240
* | | | |
241241
* +-----------------------+-------------------------+----------------------+

0 commit comments

Comments
 (0)