[RFE] Rework the hw/cpu/ directory layout, add missing traits
Bug #1830948 reported by
Kashyap Chamarthy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-traits |
New
|
Undecided
|
Unassigned |
Bug Description
Suggest two changes:
(a) Currently, there are several missing CPU traits (including those CPU
flags that provide mitigation for the recent processor-related
security flaws) as 'traits'; add them.
(b) Adjust and clean up the directory layout of the 'os-traits/
E.g. compare the old and the new (proposed) layouts:
Old Layout
----------
cpu/
├── aarch64.py
├── amd.py
├── __init__.py
└── x86.py
Proposed Layout
---------------
cpu/
├── aarch64.py
├── amd.py
├── __init__.py
└── x86/
├── amd.py
├── __init__.py
└── intel.py
description: | updated |
To post a comment you must log in.
This issue was fixed in the openstack/os-traits 0.13.0 release.