Skip to content

Commit c673b12

Browse files
committed
chore: update to CHANGELOG after 1.4.0 release
Syncing CHANGELOG files between 1.4.0 branch and main Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 706471e commit c673b12

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@
44

55
### Added
66

7+
### Changed
8+
9+
- Updated deserialization of `bitmap` for custom CPU templates to allow usage
10+
of '_' as a separator.
11+
- Changed the strip feature of `cpu-template-helper` tool to operate bitwise.
12+
13+
### Fixed
14+
15+
- Fixed the T2A CPU template not to unset the MMX bit (CPUID.80000001h:EDX[23])
16+
and the FXSR bit (CPUID.80000001h:EDX[24]).
17+
18+
## [1.4.0]
19+
20+
### Added
21+
722
- Added support for custom CPU templates allowing users to adjust vCPU features
823
exposed to the guest via CPUID, MSRs and ARM registers.
924
- Introduced V1N1 static CPU template for ARM to represent Neoverse V1 CPU
1025
as Neoverse N1.
11-
- Added a `cpu-template-helper` tool for assisting with creating and managing
12-
custom CPU templates.
1326
- Added support for the `virtio-rng` entropy device. The device is optional. A
1427
single device can be enabled per VM using the `/entropy` endpoint.
28+
- Added a `cpu-template-helper` tool for assisting with creating and managing
29+
custom CPU templates.
1530

1631
### Changed
1732

18-
- Updated deserialization of `bitmap` for custom CPU templates to allow usage
19-
of '_' as a separator.
2033
- Set FDP_EXCPTN_ONLY bit (CPUID.7h.0:EBX[6]) and ZERO_FCS_FDS bit
2134
(CPUID.7h.0:EBX[13]) in Intel's CPUID normalization process.
22-
- Changed the strip feature of `cpu-template-helper` tool to operate bitwise.
2335

2436
### Fixed
2537

@@ -41,8 +53,6 @@
4153
- Fixed the T2A CPU template to disable SVM (nested virtualization).
4254
- Fixed the T2A CPU template to set EferLmsleUnsupported bit
4355
(CPUID.80000008h:EBX[20]), which indicates that EFER[LMSLE] is not supported.
44-
- Fixed the T2A CPU template not to unset the MMX bit (CPUID.80000001h:EDX[23])
45-
and the FXSR bit (CPUID.80000001h:EDX[24]).
4656

4757
## [1.3.0]
4858

0 commit comments

Comments
 (0)