diff options
| author | Alexey Kardashevskiy | 2016-05-04 08:52:21 +0200 |
|---|---|---|
| committer | David Gibson | 2016-05-27 01:40:23 +0200 |
| commit | f94819d6012fbc2a6022eeacd65608e58dacbada (patch) | |
| tree | 1d8a7a0ce8ea923df22638e8d1a893af266637ce /target-ppc | |
| parent | spapr_pci: Use correct DMA LIOBN when composing the device tree (diff) | |
| download | qemu-f94819d6012fbc2a6022eeacd65608e58dacbada.tar.gz qemu-f94819d6012fbc2a6022eeacd65608e58dacbada.tar.xz 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; } |
