
On Fri, Mar 6, 2020 at 11:02 AM Jiri Denemark <jdenemar@redhat.com> wrote:
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- tests/cputest.c | 1 + .../x86_64-cpuid-Core-i7-8550U-disabled.xml | 6 + .../x86_64-cpuid-Core-i7-8550U-enabled.xml | 9 + .../x86_64-cpuid-Core-i7-8550U-guest.xml | 31 + .../x86_64-cpuid-Core-i7-8550U-host.xml | 39 + .../x86_64-cpuid-Core-i7-8550U-json.xml | 19 + .../x86_64-cpuid-Core-i7-8550U.json | 1769 +++++++++++++++++ .../x86_64-cpuid-Core-i7-8550U.sig | 4 + .../x86_64-cpuid-Core-i7-8550U.xml | 49 + 9 files changed, 1927 insertions(+) create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U-disabled.xml create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U-enabled.xml create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U-guest.xml create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U-host.xml create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U-json.xml create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U.json create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U.sig create mode 100644 tests/cputestdata/x86_64-cpuid-Core-i7-8550U.xml
AFAICS it matches the data that I submitted on your request. Reviewed-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>