diff mbox

kvm-unit-tests/x86: fix unittests.cfg typo

Message ID 1397744262-8768-1-git-send-email-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones April 17, 2014, 2:17 p.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 x86/unittests.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Jones June 17, 2014, 11:44 a.m. UTC | #1
On Thu, Apr 17, 2014 at 04:17:42PM +0200, Andrew Jones wrote:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  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
> -- 
> 1.8.1.4
> 

ping?
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Paolo Bonzini June 17, 2014, 6:49 p.m. UTC | #2
Il 17/04/2014 16:17, Andrew Jones ha scritto:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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