File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ a call to one of the [API Endpoints](#api-endpoints) will fail with a
17
17
| Endpoint | keyboard | serial console | virtio-block | virtio-net | virtio-vsock |
18
18
| ------------------------- | :------: | :------------: | :----------: | :----------:| :----------: |
19
19
| ` boot-source ` | O | O | O | O | O |
20
+ | ` cpu-config ` | O | O | O | O | O |
20
21
| ` drives/{id} ` | O | O | ** R** | O | O |
21
22
| ` logger ` | O | O | O | O | O |
22
23
| ` machine-config ` | O | O | O | O | O |
@@ -39,6 +40,9 @@ specification: [firecracker.yaml](./../src/api_server/swagger/firecracker.yaml).
39
40
| ` BootSource ` | boot_args | O | O | O | O | O |
40
41
| | initrd_path | O | O | O | O | O |
41
42
| | 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 |
42
46
| ` CpuTemplate ` | enum | O | O | O | O | O |
43
47
| ` CreateSnapshotParams ` | mem_file_path | O | O | O | O | O |
44
48
| | snapshot_path | O | O | O | O | O |
You can’t perform that action at this time.
0 commit comments