Skip to content

Commit 5d697c0

Browse files
committed
pmem: docs: mention new rate-limiter option and patch request
Update device-api.md with rate-limiter field and new patch request available for virtio-pmem. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 03eee15 commit 5d697c0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/device-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ 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 |
111+
| `PartialPmem` | id | O | O | O | O | O | O | O | **R** | O |
112+
| | rate_limiter | O | O | O | O | O | O | O | **R** | O |
110113
| `SerialConfig` | serial_out_path | O | O | O | O | O | O | O | O | O |
111114
| | rate_limiter | O | O | O | O | O | O | O | O | O |
112115
| `MemoryHotplugConfig` | total_size_mib | O | O | O | O | O | O | O | O | **R** |
@@ -118,7 +121,7 @@ specification:
118121
either virtio-block or vhost-user-block devices.
119122

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

123126
## Output Schema
124127

0 commit comments

Comments
 (0)