Re: [PATCH] kvm: fix kvm_init()

2009-08-03 Thread Avi Kivity
On 08/03/2009 12:10 PM, Xiao Guangrong wrote: Remove debugfs file if kvm_arch_init() return error Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.k

[PATCH] kvm: fix kvm_init()

2009-08-03 Thread Xiao Guangrong
Remove debugfs file if kvm_arch_init() return error Signed-off-by: Xiao Guangrong --- virt/kvm/kvm_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index 2884baf..6299208 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm