]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cputest: Drop support for old QEMU from cpu-parse.sh
authorJiri Denemark <jdenemar@redhat.com>
Mon, 1 Apr 2019 11:19:16 +0000 (13:19 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 12 Apr 2019 20:53:39 +0000 (22:53 +0200)
commitee6185db02c67f0baceb36f24208dcc26158149b
treef1114d0555042555f9db2ca685d6d457315e54c6
parente17d10386bd9abcfb37c7d8b151bbd1071a87fc4
cputest: Drop support for old QEMU from cpu-parse.sh

We don't really need to parse CPU data from QEMU older than 2.9 (i.e.,
before query-cpu-model-expansion) at this point. But even if there's a
need to do so, we can always use an older version of this script to do
the conversion.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/cputestdata/cpu-cpuid.py
tests/cputestdata/cpu-parse.sh