From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 00/13] kvm-unit-tests: Various improvements for x86 tests Date: Tue, 25 Feb 2014 15:35:18 +0100 Message-ID: <530CAA26.409@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm To: Jan Kiszka , Gleb Natapov , Marcelo Tosatti Return-path: Received: from mail-qg0-f49.google.com ([209.85.192.49]:55767 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753312AbaBYOmw (ORCPT ); Tue, 25 Feb 2014 09:42:52 -0500 Received: by mail-qg0-f49.google.com with SMTP id j107so1282854qga.8 for ; Tue, 25 Feb 2014 06:42:51 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 04/01/2014 18:59, Jan Kiszka ha scritto: > Highlights: > - improved preemption timer and interrupt injection tests > (obsoletes my two patches in vmx queue) > - tests for IA32_APIC_BASE writes > - test for unconditional IO exiting (VMX) > - basic test of debug facilities (hw breakpoints etc.) > > Jan Kiszka (13): > VMX: Add test cases around interrupt injection and halting > VMX: Extend preemption timer tests > apic: Remove redundant enable_apic > VMX: Fix return label in fault-triggering handlers > lib/x86: Move exception test code into library > x2apic: Test for invalid state transitions > lib/x86/apic: Consolidate over MSR_IA32_APICBASE > apic: Add test case for relocation and writing reserved bits > VMX: Check unconditional I/O exiting > Provide common report and report_summary services > Ignore *.elf build outputs > svm: Add missing build dependency > x86: Add debug facility test case Applied patches 3-13 for now. Will go back to 1 and 2 when I look at your pending KVM patches. Thanks, and sorry for the delay. I was sure I had already pushed this (and I had been testing with them for one month). Paolo