Skip to content

Commit

Permalink
doc/configuration: add empty lines around each list level
Browse files Browse the repository at this point in the history
reStructuredText requires an empty line above and below each level of
list indentation. This fixes the HTML output of the QEMUDriver arguments.

Fixes: 54037f5 ("qemudriver: Add display support")
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Jul 11, 2023
1 parent 1a6d435 commit fbe118d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2391,9 +2391,11 @@ Arguments:
- dtb (str): optional, reference to the image key for the device tree
- bios (str): optional, reference to the image key for the bios image
- display (str, default="none"): display output to enable; must be one of:

- none: Do not create a display device
- fb-headless: Create a headless framebuffer device
- egl-headless: Create a headless GPU-backed graphics card. Requires host support

- nic (str): optional, configuration string to pass to QEMU to create a network interface

The QEMUDriver also requires the specification of:
Expand Down

0 comments on commit fbe118d

Please sign in to comment.