Skip to content

Commit 0f99035

Browse files
Merge branch 'main' into add-pgo-build-support
2 parents 207d6d7 + 1d5ee0e commit 0f99035

File tree

28 files changed

+617
-298
lines changed

28 files changed

+617
-298
lines changed

CHANGELOG.md

+29-7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ and this project adheres to
1010

1111
### Added
1212

13+
- [#5139](https://github.com/firecracker-microvm/firecracker/pull/5139): Added
14+
support for [PVTime](https://docs.kernel.org/virt/kvm/arm/pvtime.html). This
15+
is used to support steal time on ARM machines.
16+
- [#5175](https://github.com/firecracker-microvm/firecracker/pull/5175): Allow
17+
including a custom cpu template directly in the json configuration file passed
18+
to `--config-file` under the `cpu_config` key.
19+
20+
### Changed
21+
22+
- [#5165](https://github.com/firecracker-microvm/firecracker/pull/5165): Changed
23+
Firecracker snapshot feature from developer preview to generally available.
24+
Incremental snapshots remain in developer preview.
25+
26+
### Deprecated
27+
28+
### Removed
29+
30+
### Fixed
31+
32+
## [1.12.0]
33+
34+
### Added
35+
1336
- [#5048](https://github.com/firecracker-microvm/firecracker/pull/5048): Added
1437
support for [PVH boot mode](docs/pvh.md). This is used when an x86 kernel
1538
provides the appropriate ELF Note to indicate that PVH boot mode is supported.
@@ -21,6 +44,10 @@ and this project adheres to
2144
so users need to regenerate snapshots.
2245
- [#4731](https://github.com/firecracker-microvm/firecracker/pull/4731): Added
2346
support for modifying the host TAP device name during snapshot restore.
47+
- [#5146](https://github.com/firecracker-microvm/firecracker/pull/5146): Added
48+
Intel Sapphire Rapids as a supported and tested platform for Firecracker.
49+
- [#5148](https://github.com/firecracker-microvm/firecracker/pull/5148): Added
50+
ARM Graviton4 as a supported and tested platform for Firecracker.
2451

2552
### Changed
2653

@@ -32,9 +59,6 @@ and this project adheres to
3259
Clarified what CPU models are supported by each existing CPU template.
3360
Firecracker exits with an error if a CPU template is used on an unsupported
3461
CPU model.
35-
- [#5165](https://github.com/firecracker-microvm/firecracker/pull/5165): Changed
36-
Firecracker snapshot feature from developer preview to generally available.
37-
Incremental snapshots remain in developer preview.
3862

3963
### Deprecated
4064

@@ -45,12 +69,10 @@ and this project adheres to
4569
misnamed, as the value Firecracker sets it to is actually the page size in
4670
_bytes_, not KiB. It will be removed in Firecracker 2.0.
4771

48-
### Removed
49-
5072
### Fixed
5173

52-
- #\[[5074](https://github.com/firecracker-microvm/firecracker/pull/5074)\] Fix
53-
the `SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
74+
- [#5074](https://github.com/firecracker-microvm/firecracker/pull/5074) Fix the
75+
`SendCtrlAltDel` command not working for ACPI-enabled guest kernels, by
5476
dropping the i8042.nopnp argument from the default kernel command line
5577
Firecracker constructs.
5678
- [#5122](https://github.com/firecracker-microvm/firecracker/pull/5122): Keep

0 commit comments

Comments
 (0)