@@ -57,6 +57,10 @@ and this project adheres to
5757- [ #5045 ] ( https://github.com/firecracker-microvm/firecracker/pull/5045 ) : Fixed
5858 an issue where firecracker intermittently receives SIGHUP when using jailer
5959 with ` --new-pid-ns ` but without ` --daemonize ` .
60+ - [ #4995 ] ( https://github.com/firecracker-microvm/firecracker/pull/4995 ) :
61+ Firecracker no longer overwrites CPUID leaf 0x80000000 when running AMD
62+ hardware, meaning the guest can now discover a greater range of CPUID leaves
63+ in the extended function range (this range is host kernel dependent).
6064
6165## [ 1.10.1]
6266
@@ -244,7 +248,7 @@ and this project adheres to
244248- [ #4578 ] ( https://github.com/firecracker-microvm/firecracker/pull/4578 ) : Fix
245249 UFFD support not being forward-compatible with new ioctl options introduced in
246250 Linux 6.6. See also
247- https://github.com/bytecodealliance/userfaultfd-rs/issues/61 .
251+ < https://github.com/bytecodealliance/userfaultfd-rs/issues/61 > .
248252- [ #4618 ] ( https://github.com/firecracker-microvm/firecracker/pull/4618 ) : On
249253 x86_64, when taking a snapshot, if a vCPU has MSR_IA32_TSC_DEADLINE set to 0,
250254 Firecracker will replace it with the MSR_IA32_TSC value from the same vCPU.
@@ -258,7 +262,7 @@ and this project adheres to
258262 ` MSR_IA32_TSC_DEADLINE ` . This fixed guests using the ` TSC_DEADLINE ` hardware
259263 feature receiving incorrect timer interrupts after snapshot restoration, which
260264 could lead to them seemingly getting stuck in sleep-related syscalls (see also
261- https://github.com/firecracker-microvm/firecracker/pull/4099 ).
265+ < https://github.com/firecracker-microvm/firecracker/pull/4099 > ).
262266
263267## [ 1.7.0]
264268
@@ -1145,7 +1149,7 @@ and this project adheres to
11451149- Dropped the JSON-formatted ` context ` command-line parameter from Firecracker
11461150 in favor of individual classic command-line parameters.
11471151- When running with ` jailer ` the location of the API socket has changed to
1148- ` <jail-root-path>/api.socket ` (API socket was moved _ inside _ the jail).
1152+ ` <jail-root-path>/api.socket ` (API socket was moved * inside * the jail).
11491153- ` PUT ` and ` PATCH ` requests on ` /mmds ` with data containing any value type
11501154 other than ` String ` , ` Array ` , ` Object ` will returns status code 400.
11511155- Improved multiple error messages.
0 commit comments