Revision a1b87fe0 target-i386/kvm.c

b/target-i386/kvm.c
1839 1839

  
1840 1840
#endif
1841 1841

  
1842
int kvm_on_sigbus_vcpu(CPUState *env, int code, void *addr)
1842
int kvm_arch_on_sigbus_vcpu(CPUState *env, int code, void *addr)
1843 1843
{
1844 1844
#if defined(KVM_CAP_MCE)
1845 1845
    void *vaddr;
......
1889 1889
    return 0;
1890 1890
}
1891 1891

  
1892
int kvm_on_sigbus(int code, void *addr)
1892
int kvm_arch_on_sigbus(int code, void *addr)
1893 1893
{
1894 1894
#if defined(KVM_CAP_MCE)
1895 1895
    if ((first_cpu->mcg_cap & MCG_SER_P) && addr && code == BUS_MCEERR_AO) {

Also available in: Unified diff