On Thu, Aug 26, 2010 at 05:21:07PM +0800, Jason Wang wrote: > 32bit test > > The following series implements... > > Change from v1: > Remove one quad word from RSP filed instead of IST. > Compile out cr8 access test for 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 > Do not check cr8 access when running in 32 bit > Do not test IA32_EFER in 32bit mode. > Add 32 bit 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 | 24 ++----- > 13 files changed, 207 insertions(+), 109 deletions(-) > delete mode 100644 config.mak > delete mode 100755 kvmtrace > delete mode 100644 x86/print.S > > -- > Jason Wang Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html