From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 00/15] kvm-unit-tests: Fix and enhance nVMX tests Date: Wed, 18 Dec 2013 10:36:06 +0100 Message-ID: <52B16C86.7030406@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , kvm , Arthur Chunqi Li To: Jan Kiszka Return-path: Received: from mail-ee0-f45.google.com ([74.125.83.45]:53690 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098Ab3LRJgL (ORCPT ); Wed, 18 Dec 2013 04:36:11 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so3389885eek.32 for ; Wed, 18 Dec 2013 01:36:09 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 16/12/2013 10:57, Jan Kiszka ha scritto: > This series contains various smaller fixes and cleanups for the VMX unit > tests and also a few unrelated corners of the test suite. It ends with a > rework of the VMX capability test and the addition of a bunch of new > test cases for interrupt injection, halting and the preemption timer. > Most of them fail or lockup at the moment. More work is required on KVM > the fix this, I'm on it. > > These apply on top of the vmx branch. They are also available at > > git://git.kiszka.org/kvm-unit-tests queue I finally merged the vmx branch into master, and applied 1-13 on top. I'm in the process of installing newer hardware, and for now I'm stuck with an old Core 2. So I'm holding up patches 14-15 until after I get the new machine; I pushed them to the vmx branch. Paolo