From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-unit-tests 2/5] x86/README: Drop it Date: Wed, 20 Mar 2013 15:54:05 -0300 Message-ID: <20130320185405.GB3888@amt.cnet> References: <5281645450dd979bd892629ca148e594e90196d8.1363391818.git.crobinso@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Cole Robinson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13214 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755132Ab3CTTG2 (ORCPT ); Wed, 20 Mar 2013 15:06:28 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2KJ6SKu014874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Mar 2013 15:06:28 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Mar 15, 2013 at 08:09:06PM -0400, Cole Robinson wrote: > Was out of date, and not particularly useful to begin with. > --- > x86/README | 16 ---------------- > 1 file changed, 16 deletions(-) > delete mode 100644 x86/README > > diff --git a/x86/README b/x86/README > deleted file mode 100644 > index d644abd..0000000 > --- a/x86/README > +++ /dev/null > @@ -1,16 +0,0 @@ > -Tests in this directory and what they do: > - > -access: lots of page table related access (pte/pde) (read/write) > -apic: enable x2apic, self ipi, ioapic intr, ioapic simultaneous > -emulator: move to/from regs, cmps, push, pop, to/from cr8, smsw and lmsw > -hypercall: intel and amd hypercall insn > -msr: write to msr (only KERNEL_GS_BASE for now) > -port80: lots of out to port 80 > -realmode: goes back to realmode, shld, push/pop, mov immediate, cmp immediate, add immediate, > - io, eflags instructions (clc, cli, etc.), jcc short, jcc near, call, long jmp, xchg > -sieve: heavy memory access with no paging and with paging static and with paging vmalloc'ed > -smptest: run smp_id() on every cpu and compares return value to number > -tsc: write to tsc(0) and write to tsc(100000000000) and read it back > -vmexit: long loops for each: cpuid, vmcall, mov_from_cr8, mov_to_cr8, inl_pmtimer, ipi, ipi+halt > -kvmclock_test: test of wallclock, monotonic cycle and performance of kvmclock > -pcid: basic functionality test of PCID/INVPCID feature > \ No newline at end of file > -- > 1.8.1.4 The summary can be useful (would rather update it than remove it).