From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTIAF-0004oc-Kv for qemu-devel@nongnu.org; Mon, 16 Jan 2017 20:02:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTIAB-0001Tn-M7 for qemu-devel@nongnu.org; Mon, 16 Jan 2017 20:02:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55546) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTIAB-0001Th-Fn for qemu-devel@nongnu.org; Mon, 16 Jan 2017 20:02:15 -0500 From: Eduardo Habkost Date: Mon, 16 Jan 2017 23:01:55 -0200 Message-Id: <20170117010204.4909-1-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] i386: query-cpu-model-expansion test script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , Christian Borntraeger , David Hildenbrand , libvir-list@redhat.com, Jiri Denemark , "Jason J. Herne" , Markus Armbruster , Richard Henderson , Igor Mammedov , Eric Blake 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 Cc: Christian Borntraeger Cc: David Hildenbrand Cc: libvir-list@redhat.com Cc: Jiri Denemark Cc: "Jason J. Herne" Cc: Markus Armbruster Cc: Richard Henderson Cc: Igor Mammedov Cc: Eric Blake 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