All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix svm unit test
@ 2011-07-25 12:48 Conny Seidel
  2011-07-27 11:22 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Conny Seidel @ 2011-07-25 12:48 UTC (permalink / raw)
  To: avi; +Cc: kvm, Joerg.Roedel, Conny Seidel

Since the -enable-nesting option is no longer available remove the
option from the config file.

Signed-off-by: Conny Seidel <conny.seidel@amd.com>
---
 x86/unittests.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 228ac1d..065020a 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -57,7 +57,7 @@ file = rmap_chain.flat
 [svm]
 file = svm.flat
 smp = 2
-extra_params = -enable-nesting -cpu qemu64,+svm
+extra_params = -cpu qemu64,+svm
 
 [svm-disabled]
 file = svm.flat
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix svm unit test
  2011-07-25 12:48 [PATCH] Fix svm unit test Conny Seidel
@ 2011-07-27 11:22 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2011-07-27 11:22 UTC (permalink / raw)
  To: Conny Seidel; +Cc: kvm, Joerg.Roedel

On 07/25/2011 03:48 PM, Conny Seidel wrote:
> Since the -enable-nesting option is no longer available remove the
> option from the config file.
>

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-27 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 12:48 [PATCH] Fix svm unit test Conny Seidel
2011-07-27 11:22 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.