24 Oct, 2010

1 commit

  • The following patch

    commit 57ce1659316f4ca298919649f9b1b55862ac3826
    KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's

    ignored the fact that kvm_irq_delivery_to_apic() was also used by ia64.

    We define kvm_lapic_enabled() to fix a compile error caused by this.
    This will have the same effect as reverting the problematic patch for ia64.

    Signed-off-by: Takuya Yoshikawa
    Signed-off-by: Avi Kivity

    Takuya Yoshikawa
     

10 Jun, 2009

4 commits


27 Apr, 2008

1 commit

  • kvm_minstate.h : Marcos about Min save routines.
    lapic.h: apic structure definition.
    vcpu.h : routions related to vcpu virtualization.
    vti.h : Some macros or routines for VT support on Itanium.

    Signed-off-by: Xiantao Zhang
    Signed-off-by: Avi Kivity

    Xiantao Zhang