From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] vmexit: Update unittests.cfg with list of vmexit subtests Date: Wed, 16 May 2012 18:26:23 -0300 Message-ID: <20120516212623.GC25397@amt.cnet> References: <1337032631-12346-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Lucas Meneghel Rodrigues Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47770 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932206Ab2EPWpw (ORCPT ); Wed, 16 May 2012 18:45:52 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4GMjqAB011482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 May 2012 18:45:52 -0400 Content-Disposition: inline In-Reply-To: <1337032631-12346-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 14, 2012 at 06:57:11PM -0300, Lucas Meneghel Rodrigues wrote: > vmexit takes a parameter to run appropriate subtests, but > unittests.cfg was not updated to reflect that. As this > config file is used by automated test harnesses such as > autotest, this will make the appropriate tests not > executed. > > Tested successfuly with qemu-kvm shipped in Fedora 17 > and RHEL 6.3. I've found problems with qemu-kvm compiled > from master HEAD, but it's not related to this patch, as > all other unittests are failing (currently under investigation). > > Signed-off-by: Lucas Meneghel Rodrigues Applied, thanks.