Am 10.01.2011 11:13, Paolo Bonzini wrote: > On 01/10/2011 09:31 AM, Jan Kiszka wrote: >> +int kvm_on_sigbus_vcpu(CPUState *env, int code, void *addr) >> +{ >> + return kvm_on_sigbus_vcpu(env, code, addr); >> +} >> + >> +int kvm_on_sigbus(int code, void *addr) >> +{ >> + return kvm_on_sigbus(code, addr); >> +} > > Missing arch_ here? Well, I said that I didn't test those bits... :) Thanks, will fix. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux -- 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