This is a follow-up to the series that implements
query-cpu-model-expansion. Before including the test script, the
series has some fixes to allow the results of
query-cpu-model-expansion to be used in the QEMU command-line.
The script probably will work on s390x too, but I couldn't test
it yet.
This series and its dependencies can be pulled from the branch:
https://github.com/ehabkost/qemu-hacks.git work/x86-query-cpu-expansion-test
---
Cc: Cornelia Huck <cornelia.huck(a)de.ibm.com>
Cc: Christian Borntraeger <borntraeger(a)de.ibm.com>
Cc: David Hildenbrand <david(a)redhat.com>
Cc: libvir-list(a)redhat.com
Cc: Jiri Denemark <jdenemar(a)redhat.com>
Cc: "Jason J. Herne" <jjherne(a)linux.vnet.ibm.com>
Cc: Markus Armbruster <armbru(a)redhat.com>
Cc: Richard Henderson <rth(a)twiddle.net>
Cc: Igor Mammedov <imammedo(a)redhat.com>
Cc: Eric Blake <eblake(a)redhat.com>
Eduardo Habkost (9):
target-i386: Move "host" properties to base class
target-i386: Allow short strings to be used as vendor ID
cpu: Support comma escaping when parsing -cpu
qemu.py: Make logging optional
qtest.py: Support QTEST_LOG environment variable
qtest.py: make logging optional
qtest.py: Make 'binary' parameter optional
tests: Add rules to non-gtester qtest test cases
tests: Test case for query-cpu-model-expansion
scripts/qemu.py | 25 ++-
scripts/qtest.py | 15 +-
qom/cpu.c | 32 ++--
target/i386/cpu.c | 83 ++++-----
tests/test-x86-cpuid-compat.c | 19 ++
tests/Makefile.include | 40 ++++-
tests/query-cpu-model-test.py | 398 ++++++++++++++++++++++++++++++++++++++++++
7 files changed, 551 insertions(+), 61 deletions(-)
create mode 100755 tests/query-cpu-model-test.py
--
2.11.0.259.g40922b1