Revision 2985b86b target-ppc/kvm_ppc.h

b/target-ppc/kvm_ppc.h
11 11

  
12 12
#include "exec/memory.h"
13 13

  
14
#define TYPE_HOST_POWERPC_CPU "host-" TYPE_POWERPC_CPU
15

  
14 16
void kvmppc_init(void);
15 17

  
16 18
#ifdef CONFIG_KVM
......
31 33
int kvmppc_reset_htab(int shift_hint);
32 34
uint64_t kvmppc_rma_size(uint64_t current_size, unsigned int hash_shift);
33 35
#endif /* !CONFIG_USER_ONLY */
34
const ppc_def_t *kvmppc_host_cpu_def(void);
35 36
int kvmppc_fixup_cpu(CPUPPCState *env);
36 37

  
37 38
#else
......
121 122

  
122 123
#endif /* !CONFIG_USER_ONLY */
123 124

  
124
static inline const ppc_def_t *kvmppc_host_cpu_def(void)
125
{
126
    return NULL;
127
}
128

  
129 125
static inline int kvmppc_fixup_cpu(CPUPPCState *env)
130 126
{
131 127
    return -1;

Also available in: Unified diff