Skip to content

Commit 641b375

Browse files
committed
doc: add a limitation for 64 devices on aarch64
We only support up to 64 functional devices on aarch64. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 6abc075 commit 641b375

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/device-api.md

+6
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ specification:
125125
| | track_dirty_pages | O | O | O | O | O | O |
126126
| | vcpu_count | O | O | O | O | O | O |
127127

128+
## Known device limitations
129+
130+
If more than 64 devices are configured for a VM in total on aarch64, only first
131+
64 of them are functional
132+
([related issue](https://github.com/firecracker-microvm/firecracker/issues/4207)).
133+
128134
## Instance Actions
129135

130136
All instance actions can be found in the [Swagger](https://swagger.io)

0 commit comments

Comments
 (0)