projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f448e4
)
target-ppc: Remove unused kvmppc_update_sdr1() stub
author
David Gibson
<david@gibson.dropbear.id.au>
Mon, 8 Feb 2016 23:28:25 +0000
(09:28 +1000)
committer
David Gibson
<david@gibson.dropbear.id.au>
Tue, 16 Feb 2016 22:59:29 +0000
(09:59 +1100)
This KVM stub implementation isn't used anywhere.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
target-ppc/kvm_ppc.h
patch
|
blob
|
history
diff --git
a/target-ppc/kvm_ppc.h
b/target-ppc/kvm_ppc.h
index 62406ce4e1619a618878cc14b7d240ba840e88ff..aaa828c055b3798725554331b97582248e659961 100644
(file)
--- a/
target-ppc/kvm_ppc.h
+++ b/
target-ppc/kvm_ppc.h
@@
-184,11
+184,6
@@
static inline uint64_t kvmppc_rma_size(uint64_t current_size,
return ram_size;
}
-static inline int kvmppc_update_sdr1(CPUPPCState *env)
-{
- return 0;
-}
-
#endif /* !CONFIG_USER_ONLY */
static inline bool kvmppc_has_cap_epr(void)