diff options
| author | Jiri Denemark <jdenemar@redhat.com> | 2021-01-07 18:48:41 +0100 |
|---|---|---|
| committer | Jiri Denemark <jdenemar@redhat.com> | 2021-01-08 11:00:45 +0100 |
| commit | 51d1a2cacf7de881d2496f85f8a2dae61de448cd (patch) | |
| tree | 4f53053502071cba1f31f62f6498efec6199a1d7 /src/cpu_map | |
| parent | 3f93b4c6c0d5f85e0dc3eb5c0b72d6eb6d2de2f2 (diff) | |
| download | libvirt-51d1a2cacf7de881d2496f85f8a2dae61de448cd.tar.gz | |
cpu-gather: Rename the script as cpu-data.py
It is now doing way more than gathering the CPU data from a host as the
other scripts were merged in it.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'src/cpu_map')
| -rw-r--r-- | src/cpu_map/x86_features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml index 01a777e0e8..5cfa07502a 100644 --- a/src/cpu_map/x86_features.xml +++ b/src/cpu_map/x86_features.xml @@ -1,7 +1,7 @@ <!-- After adding new features, update existing test files with - tests/cputestdata/cpu-gather.py diff tests/cputestdata/x86_64-cpuid-*.json + tests/cputestdata/cpu-data.py diff tests/cputestdata/x86_64-cpuid-*.json --> <cpus> |
