Skip to content

Commit 90f29cf

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 eea9a2f commit 90f29cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/device-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ specification:
106106
| | path_on_host | O | O | O | O | O | O | O | **R** | O |
107107
| | root_device | O | O | O | O | O | O | O | **R** | O |
108108
| | read_only | O | O | O | O | O | O | O | **R** | O |
109+
| | rate_limiter | O | O | O | O | O | O | O | **R** | O |
109110
| `MemoryHotplugConfig` | total_size_mib | O | O | O | O | O | O | O | O | **R** |
110111
| | slot_size_mib | O | O | O | O | O | O | O | O | **R** |
111112
| | block_size_mi | O | O | O | O | O | O | O | O | **R** |
@@ -115,7 +116,7 @@ specification:
115116
either virtio-block or vhost-user-block devices.
116117

117118
\*\* The `TokenBucket` can be configured with any combination of virtio-net,
118-
virtio-block and virtio-rng devices.
119+
virtio-block, virtio-pmem and virtio-rng devices.
119120

120121
## Output Schema
121122

0 commit comments

Comments
 (0)