Simon Kagstrom wrote:
> diff -u ../orig/kvm-2/qemu/vl.c qemu/vl.c
> --- ../orig/kvm-2/qemu/vl.c   2006-11-05 10:18:52.000000000 +0100
> +++ qemu/vl.c 2006-11-14 13:56:32.000000000 +0100
> @@ -5706,6 +5706,10 @@
>  
>      nb_nics = 0;
>      /* default mac address of the first network interface */
> +#if USE_KVM
> +    if (kvm_qemu_init() < 0)
> +     kvm_allowed = 0;
> +#endif
>   

Doesn't this bit will initialize kvm even if the user specified -no-kvm?

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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to