Skip to content

Commit ed5f74e

Browse files
committed
pmem: docs: mention new rate-limiter option
Update device-api.md with rate-limiter for virtio-pmem. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent e0c9ebf commit ed5f74e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/device-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ specification:
107107
| | path_on_host | O | O | O | O | O | O | O | **R** | O |
108108
| | root_device | O | O | O | O | O | O | O | **R** | O |
109109
| | read_only | O | O | O | O | O | O | O | **R** | O |
110+
| | rate_limiter | O | O | O | O | O | O | O | **R** | O |
110111
| `SerialConfig` | serial_out_path | O | O | O | O | O | O | O | O | O |
111112
| | rate_limiter | O | O | O | O | O | O | O | O | O |
112113
| `MemoryHotplugConfig` | total_size_mib | O | O | O | O | O | O | O | O | **R** |
@@ -118,7 +119,7 @@ specification:
118119
either virtio-block or vhost-user-block devices.
119120

120121
\*\* The `TokenBucket` can be configured with any combination of virtio-net,
121-
virtio-block, virtio-rng and serial devices.
122+
virtio-block, virtio-pmem, virtio-rng and serial devices.
122123

123124
## Output Schema
124125

0 commit comments

Comments
 (0)