Marcelo Tosatti wrote:
> Since the vcpu0 thread is not special anymore and created by qemu-kvm.c.
>
> Index: kvm-userspace.io/libkvm/libkvm.c
> ===================================================================
> --- kvm-userspace.io.orig/libkvm/libkvm.c
> +++ kvm-userspace.io/libkvm/libkvm.c
> @@ -388,9 +388,6 @@ int kvm_create(kvm_context_t kvm, unsign
>       if (r < 0)
>               return r;
>       kvm_create_irqchip(kvm);
> -     r = kvm_create_vcpu(kvm, 0);
> -     if (r < 0)
> -             return r;
>  
>       return 0;
>  }
>
>   

This isn't a standalone patch, so I folded it into the first patch (I 
expected this patch would have the corresponding addition of a 
kvm_create_vcpu(kvm, 0) to qemu).

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


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to