projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eded5ba
)
spapr_iommu: Finish renaming vfio_accel to need_vfio
author
Alexey Kardashevskiy
<aik@ozlabs.ru>
Wed, 4 May 2016 06:52:21 +0000
(16:52 +1000)
committer
David Gibson
<david@gibson.dropbear.id.au>
Thu, 26 May 2016 23:40:23 +0000
(09:40 +1000)
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>
target-ppc/kvm_ppc.h
patch
|
blob
|
history
diff --git
a/target-ppc/kvm_ppc.h
b/target-ppc/kvm_ppc.h
index fc7931227df021c3f6108ed6360f960333dfba84..3b2090e42e925e959e4e4ad0beae8d59393165ad 100644
(file)
--- 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;
}