qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/9] i386: query-cpu-model-expansion test script


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/9] i386: query-cpu-model-expansion test script
Date: Mon, 16 Jan 2017 23:01:55 -0200

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 <address@hidden>
Cc: Christian Borntraeger <address@hidden>
Cc: David Hildenbrand <address@hidden>
Cc: address@hidden
Cc: Jiri Denemark <address@hidden>
Cc: "Jason J. Herne" <address@hidden>
Cc: Markus Armbruster <address@hidden>
Cc: Richard Henderson <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Eric Blake <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]