Re: [PATCH] Fix svm unit test

2011-07-27 Thread Avi Kivity
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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the

[PATCH] Fix svm unit test

2011-07-25 Thread Conny Seidel
Since the -enable-nesting option is no longer available remove the option from the config file. Signed-off-by: Conny Seidel --- 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/x8