diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2016-05-04 16:52:21 +1000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-05-27 09:40:23 +1000 |
commit | f94819d6012fbc2a6022eeacd65608e58dacbada (patch) | |
tree | 1d8a7a0ce8ea923df22638e8d1a893af266637ce /target-ppc | |
parent | eded5bac3b2fa51f6165030b0e8ed718247af188 (diff) | |
download | qemu-f94819d6012fbc2a6022eeacd65608e58dacbada.zip |
spapr_iommu: Finish renaming vfio_accel to need_vfio
6a81dd17 "spapr_iommu: Rename vfio_accel parameter" renamed vfio_accel
flag everywhere but one spot was missed.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/kvm_ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h index fc7931227d..3b2090e42e 100644 --- a/target-ppc/kvm_ppc.h +++ b/target-ppc/kvm_ppc.h @@ -163,7 +163,7 @@ static inline bool kvmppc_spapr_use_multitce(void) static inline void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t window_size, int *fd, - bool vfio_accel) + bool need_vfio) { return NULL; } |