On 12/03/2011 01:17 PM, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > > 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html