Revision fc87e185 target-ppc/kvm_ppc.h

b/target-ppc/kvm_ppc.h
16 16

  
17 17
uint32_t kvmppc_get_tbfreq(void);
18 18
int kvmppc_get_hypercall(CPUState *env, uint8_t *buf, int buf_len);
19
int kvmppc_set_interrupt(CPUState *env, int irq, int level);
20

  
21
#ifndef KVM_INTERRUPT_SET
22
#define KVM_INTERRUPT_SET -1
23
#endif
24

  
25
#ifndef KVM_INTERRUPT_UNSET
26
#define KVM_INTERRUPT_UNSET -2
27
#endif
28

  
29
#ifndef KVM_INTERRUPT_SET_LEVEL
30
#define KVM_INTERRUPT_SET_LEVEL -3
31
#endif
19 32

  
20 33
#endif /* __KVM_PPC_H__ */

Also available in: Unified diff