public inbox for kvm@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox