aboutsummaryrefslogtreecommitdiffstats
path: root/arm
diff options
context:
space:
mode:
authorAndreas Herrmann <andreas.herrmann@caviumnetworks.com>2014-05-28 22:27:59 +0200
committerWill Deacon <will.deacon@arm.com>2015-06-01 16:39:55 +0100
commit2be628070273d070bb8eb60687ed75b85df4357f (patch)
tree6b611b95c7d30319ef6031558e4693a16b8d77cf /arm
parentf9dee795b92da3734267583a662bbaf2e0e1a735 (diff)
downloadkvmtool-2be628070273d070bb8eb60687ed75b85df4357f.tar.gz
kvm tools: Introduce weak (default) load_bzimage function
... to get rid of its function definition from archs that don't support it. Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'arm')
-rw-r--r--arm/fdt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arm/fdt.c b/arm/fdt.c
index 30cd75ab..186a718a 100644
--- a/arm/fdt.c
+++ b/arm/fdt.c
@@ -276,10 +276,3 @@ int load_flat_binary(struct kvm *kvm, int fd_kernel, int fd_initrd,
return true;
}
-
-bool load_bzimage(struct kvm *kvm, int fd_kernel, int fd_initrd,
- const char *kernel_cmdline)
-{
- /* To b or not to b? That is the zImage. */
- return false;
-}