File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
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
+
7
22
- Added support for custom CPU templates allowing users to adjust vCPU features
8
23
exposed to the guest via CPUID, MSRs and ARM registers.
9
24
- Introduced V1N1 static CPU template for ARM to represent Neoverse V1 CPU
10
25
as Neoverse N1.
11
- - Added a ` cpu-template-helper ` tool for assisting with creating and managing
12
- custom CPU templates.
13
26
- Added support for the ` virtio-rng ` entropy device. The device is optional. A
14
27
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.
15
30
16
31
### Changed
17
32
18
- - Updated deserialization of ` bitmap ` for custom CPU templates to allow usage
19
- of '_ ' as a separator.
20
33
- Set FDP_EXCPTN_ONLY bit (CPUID.7h.0: EBX [ 6] ) and ZERO_FCS_FDS bit
21
34
(CPUID.7h.0: EBX [ 13] ) in Intel's CPUID normalization process.
22
- - Changed the strip feature of ` cpu-template-helper ` tool to operate bitwise.
23
35
24
36
### Fixed
25
37
41
53
- Fixed the T2A CPU template to disable SVM (nested virtualization).
42
54
- Fixed the T2A CPU template to set EferLmsleUnsupported bit
43
55
(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] ).
46
56
47
57
## [ 1.3.0]
48
58
You can’t perform that action at this time.
0 commit comments