On 12/03/2011 01:17 PM, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kis...@siemens.com>
>
> This introduces the alternative APIC model 'kvm-apic' which makes use of
> KVM's in-kernel device model. MSI is not yet supported, so we disable
> this when the in-kernel model is in use.
>
>  
> -    dev = qdev_create(NULL, "apic");
> +    if (kvm_enabled() && kvm_irqchip_in_kernel()) {
> +        dev = qdev_create(NULL, "kvm-apic");
> +    } else {
> +        dev = qdev_create(NULL, "apic");
> +    }

Is there anything that makes those two devices incompatible?


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


Reply via email to