[RFE] Rework the hw/cpu/ directory layout, add missing traits

Bug #1830948 reported by Kashyap Chamarthy
6
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/hw/cpu/'.
    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
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/os-traits 0.13.0

This issue was fixed in the openstack/os-traits 0.13.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.