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>
This commit is contained in:
David B. Kinder 2018-12-12 11:31:09 -08:00 committed by David Kinder
parent 01bc8e56f2
commit c358d29c89
1 changed files with 11 additions and 11 deletions

View File

@ -196,46 +196,46 @@ union vhm_io_request {
* +-----------------------+-------------------------+----------------------+
* | SOS vCPU 0 | SOS vCPU x | UOS vCPU y |
* +=======================+=========================+======================+
* | | | **Hypervisor**: |
* | | | Hypervisor: |
* | | | |
* | | | - Fill in type, |
* | | | addr, etc. |
* | | | - Pause UOS vCPU y |
* | | | - Set state to |
* | | | PENDING **(a)** |
* | | | PENDING (a) |
* | | | - Fire upcall to |
* | | | SOS vCPU 0 |
* | | | |
* +-----------------------+-------------------------+----------------------+
* | **VHM**: | | |
* | VHM: | | |
* | | | |
* | - Scan for pending | | |
* | requests | | |
* | - Set state to | | |
* | PROCESSING **(b)** | | |
* | PROCESSING (b) | | |
* | - Assign requests to | | |
* | clients **(c)** | | |
* | clients (c) | | |
* | | | |
* +-----------------------+-------------------------+----------------------+
* | | **Client**: | |
* | | Client: | |
* | | | |
* | | - Scan for assigned | |
* | | requests | |
* | | - Handle the | |
* | | requests **(d)** | |
* | | requests (d) | |
* | | - Set state to COMPLETE | |
* | | - Notify the hypervisor | |
* | | | |
* +-----------------------+-------------------------+----------------------+
* | | **Hypervisor**: | |
* | | Hypervisor: | |
* | | | |
* | | - resume UOS vCPU y | |
* | | **(e)** | |
* | | (e) | |
* | | | |
* +-----------------------+-------------------------+----------------------+
* | | | **Hypervisor**: |
* | | | Hypervisor: |
* | | | |
* | | | - Post-work **(f)** |
* | | | - Post-work (f) |
* | | | - set state to FREE |
* | | | |
* +-----------------------+-------------------------+----------------------+