Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ and this project adheres to

### Fixed

- [#4921](https://github.com/firecracker-microvm/firecracker/pull/4921): Fixed
swagger `CpuConfig` definition to include missing aarch64-specific fields.

## \[1.10.1\]

### Changed
Expand Down
8 changes: 7 additions & 1 deletion src/firecracker/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ definitions:
default: "None"

CpuConfig:
type: string
type: object
description:
The CPU configuration template defines a set of bit maps as modifiers of flags accessed by register
to be disabled/enabled for the microvm.
Expand All @@ -854,6 +854,12 @@ definitions:
reg_modifiers:
type: object
description: A collection of registers to be modified. (aarch64)
vcpu_features:
type: object
description: A collection of vcpu features to be modified. (aarch64)
kvm_capabilities:
type: object
description: A collection of kvm capabilities to be modified. (aarch64)

Drive:
type: object
Expand Down
Loading