Skip to content

Commit fd644f7

Browse files
committed
doc: Add AMD Genoa support to changelog
New entry in the changelog for AMD Genoa that is officially onboarded and tested on Firecracker Signed-off-by: Jack Thomson <[email protected]>
1 parent 394fffa commit fd644f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ and this project adheres to
4141
provides the appropriate ELF Note to indicate that PVH boot mode is supported.
4242
Linux kernels newer than 5.0 compiled with `CONFIG_PVH=y` set this ELF Note,
4343
as do FreeBSD kernels.
44+
- [#5088](https://github.com/firecracker-microvm/firecracker/pull/5088): Added
45+
AMD Genoa as a supported and tested platform for Firecracker.
4446

4547
### Changed
4648

@@ -279,7 +281,7 @@ and this project adheres to
279281
- [#4578](https://github.com/firecracker-microvm/firecracker/pull/4578): Fix
280282
UFFD support not being forward-compatible with new ioctl options introduced in
281283
Linux 6.6. See also
282-
https://github.com/bytecodealliance/userfaultfd-rs/issues/61.
284+
<https://github.com/bytecodealliance/userfaultfd-rs/issues/61>.
283285
- [#4618](https://github.com/firecracker-microvm/firecracker/pull/4618): On
284286
x86_64, when taking a snapshot, if a vCPU has MSR_IA32_TSC_DEADLINE set to 0,
285287
Firecracker will replace it with the MSR_IA32_TSC value from the same vCPU.
@@ -293,7 +295,7 @@ and this project adheres to
293295
`MSR_IA32_TSC_DEADLINE`. This fixed guests using the `TSC_DEADLINE` hardware
294296
feature receiving incorrect timer interrupts after snapshot restoration, which
295297
could lead to them seemingly getting stuck in sleep-related syscalls (see also
296-
https://github.com/firecracker-microvm/firecracker/pull/4099).
298+
<https://github.com/firecracker-microvm/firecracker/pull/4099>).
297299

298300
## [1.7.0]
299301

@@ -1180,7 +1182,7 @@ and this project adheres to
11801182
- Dropped the JSON-formatted `context` command-line parameter from Firecracker
11811183
in favor of individual classic command-line parameters.
11821184
- When running with `jailer` the location of the API socket has changed to
1183-
`<jail-root-path>/api.socket` (API socket was moved _inside_ the jail).
1185+
`<jail-root-path>/api.socket` (API socket was moved *inside* the jail).
11841186
- `PUT` and `PATCH` requests on `/mmds` with data containing any value type
11851187
other than `String`, `Array`, `Object` will returns status code 400.
11861188
- Improved multiple error messages.

0 commit comments

Comments
 (0)