From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH kvm-unit-tests 1/2] x86: Use host CPU parameter for apic test Date: Tue, 19 Aug 2014 11:51:05 +0200 Message-ID: <53F31E09.1060307@redhat.com> References: <1408390933-2876-1-git-send-email-namit@cs.technion.ac.il> <1408391038-2930-1-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Eduardo Habkost To: Nadav Amit , gleb@kernel.org Return-path: Received: from mail-we0-f178.google.com ([74.125.82.178]:53568 "EHLO mail-we0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbaHSJvJ (ORCPT ); Tue, 19 Aug 2014 05:51:09 -0400 Received: by mail-we0-f178.google.com with SMTP id w61so6241064wes.37 for ; Tue, 19 Aug 2014 02:51:08 -0700 (PDT) In-Reply-To: <1408391038-2930-1-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: Il 18/08/2014 21:43, Nadav Amit ha scritto: > Currently, the TSC deadline test never runs, since TSC deadline is disabled > unless the host cpu parameter is used. This patch changes the apic test to use > the qemu host cpu parameter. Better use > Signed-off-by: Nadav Amit > --- > x86/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/x86/unittests.cfg b/x86/unittests.cfg > index 6d3e23a..f692b2b 100644 > --- a/x86/unittests.cfg > +++ b/x86/unittests.cfg > @@ -9,7 +9,7 @@ > [apic] > file = apic.flat > smp = 2 > -extra_params = -cpu qemu64,+x2apic > +extra_params = -cpu host,+x2apic > arch = x86_64 > > [smptest] > Eduardo, I think we should add tsc_deadline to QEMU instead? Paolo