Revision bdcbd3e2

b/target-ppc/kvm.c
222 222
#define PPC_INPUT_INT PPC6xx_INPUT_INT
223 223
#endif
224 224

  
225
int kvm_arch_pre_run(CPUState *env, struct kvm_run *run)
225
void kvm_arch_pre_run(CPUState *env, struct kvm_run *run)
226 226
{
227 227
    int r;
228 228
    unsigned irq;
......
253 253
    /* We don't know if there are more interrupts pending after this. However,
254 254
     * the guest will return to userspace in the course of handling this one
255 255
     * anyways, so we will get a chance to deliver the rest. */
256
    return 0;
257 256
}
258 257

  
259 258
void kvm_arch_post_run(CPUState *env, struct kvm_run *run)
260 259
{
261 260
}
262 261

  
263
void kvm_arch_process_irqchip_events(CPUState *env)
262
int kvm_arch_process_irqchip_events(CPUState *env)
264 263
{
264
    return 0;
265 265
}
266 266

  
267 267
static int kvmppc_handle_halt(CPUState *env)

Also available in: Unified diff