Skip to content

Commit 06c2b1b

Browse files
committed
doc: update device api page with custom cpu templates
Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 33b361a commit 06c2b1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/device-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a call to one of the [API Endpoints](#api-endpoints) will fail with a
1717
| Endpoint | keyboard | serial console | virtio-block | virtio-net | virtio-vsock |
1818
| ------------------------- | :------: | :------------: | :----------: |:----------:| :----------: |
1919
| `boot-source` | O | O | O | O | O |
20+
| `cpu-config` | O | O | O | O | O |
2021
| `drives/{id}` | O | O | **R** | O | O |
2122
| `logger` | O | O | O | O | O |
2223
| `machine-config` | O | O | O | O | O |
@@ -39,6 +40,9 @@ specification: [firecracker.yaml](./../src/api_server/swagger/firecracker.yaml).
3940
| `BootSource` | boot_args | O | O | O | O | O |
4041
| | initrd_path | O | O | O | O | O |
4142
| | kernel_image_path | O | O | O | O | O |
43+
| `CpuConfig` | cpuid_modifiers | O | O | O | O | O |
44+
| | msr_modifiers | O | O | O | O | O |
45+
| | reg_modifiers | O | O | O | O | O |
4246
| `CpuTemplate` | enum | O | O | O | O | O |
4347
| `CreateSnapshotParams` | mem_file_path | O | O | O | O | O |
4448
| | snapshot_path | O | O | O | O | O |

0 commit comments

Comments
 (0)