From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] kvm-unit-tests/x86: fix unittests.cfg typo Date: Tue, 17 Jun 2014 20:49:01 +0200 Message-ID: <53A08D9D.6020204@redhat.com> References: <1397744262-8768-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mail-qc0-f177.google.com ([209.85.216.177]:48722 "EHLO mail-qc0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933239AbaFQStH (ORCPT ); Tue, 17 Jun 2014 14:49:07 -0400 Received: by mail-qc0-f177.google.com with SMTP id r5so6759464qcx.22 for ; Tue, 17 Jun 2014 11:49:06 -0700 (PDT) In-Reply-To: <1397744262-8768-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 17/04/2014 16:17, Andrew Jones ha scritto: > Signed-off-by: Andrew Jones > --- > x86/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/x86/unittests.cfg b/x86/unittests.cfg > index 7930c026a38d6..d78fe0eafe2b6 100644 > --- a/x86/unittests.cfg > +++ b/x86/unittests.cfg > @@ -156,5 +156,5 @@ extra_params = -cpu host,+vmx > arch = x86_64 > > [debug] > -file = debug.flag > +file = debug.flat > arch = x86_64 > Applying, thanks. Paolo