From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: [PATCH kvm-unit-tests 00/10] Minor cleanup and fix for 32bit test Date: Tue, 24 Aug 2010 21:46:48 +0800 Message-ID: <20100824134523.17082.8727.stgit@FreeLancer> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: jasowang@redhat.com, mtosatti@redhat.com, avi@redhat.com, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40270 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755284Ab0HXNqv (ORCPT ); Tue, 24 Aug 2010 09:46:51 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7ODkoW1005544 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Aug 2010 09:46:50 -0400 Sender: kvm-owner@vger.kernel.org List-ID: The following series do some minor cleanup and fix for the 32bit test. --- Jason Wang (10): Do not track config.mak and kvmtrace Remove trailing whitespaces Makefile cleanup Correct the path in README Drop print.S Remove the duplicated rdmsr/wrmsr Correct the tss size Check whether in long mode before testing vmexit caused by cr8 access Do not test IA32_EFER in 32bit mode. Add the 32bit smp initialization code Makefile | 9 -- README | 10 +-- config-x86-common.mak | 21 +++--- config.mak | 8 -- kvmtrace | Bin x86/access.c | 2 - x86/cstart.S | 179 +++++++++++++++++++++++++++++++++++++++++++++++-- x86/cstart64.S | 6 +- x86/msr.c | 18 +---- x86/print.S | 31 -------- x86/sieve.c | 2 - x86/vm.c | 6 +- x86/vmexit.c | 34 ++++----- 13 files changed, 215 insertions(+), 111 deletions(-) delete mode 100644 config.mak delete mode 100755 kvmtrace delete mode 100644 x86/print.S -- Jason Wang