https://bugzilla.kernel.org/show_bug.cgi?id=82211

Radim Krčmář <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Radim Krčmář <[email protected]> ---
I can reproduce with kernel-4.0.0-0.rc3.git2.1.fc23.x86_64 and attached Xen.

  qemu-kvm -kernel ./xen -initrd /boot/vmlinuz-[...] -cpu kvm64,+x2apic

Xen doesn't use x2APIC (which is good), but x2APIC enables directed EOI for
xAPIC, which doesn't work.  All is good if we manually avoid it

  qemu-kvm [...] -append ioapic_ack=new

KVM IOAPIC never gets EOI.

I'll take a look where the problem is.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to