Expand description
/machine-config request and response shapes.
Per 21-api-compat-matrix.md § 2
/machine-config:
| field | rule |
|---|---|
vcpu_count | 1..=32 (D19 / MAX_SUPPORTED_VCPUS) |
mem_size_mib | >= 1; upper bound enforced at controller against host RAM |
smt | accept false only; true rejected with the upstream-shaped fault |
track_dirty_pages | bool, default false |
cpu_template | Some("V1N1") ⇒ aarch64 sysreg subset; x86 templates ⇒ A (warn) |
huge_pages | Some("2M") ⇒ A (warn); None default |
Structs§
- Machine
Config - Validated
/machine-configPUT body. - Machine
Config Patch - Validated
/machine-configPATCH body. - RawMachine
Config - Raw shape of the
/machine-configPUT body, exactly as it arrives off the wire. - RawMachine
Config Patch - Raw shape of the
/machine-configPATCH body — every field optional.