x86/bzimage: change the types from char * to void *
authorRoger Pau Monné <roger.pau@citrix.com>
Fri, 24 Feb 2017 14:47:36 +0000 (15:47 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 24 Feb 2017 14:47:36 +0000 (15:47 +0100)
commit7cb7fd9436ce2e7a25b2f7246a57f00bc1eafc29
tree4d366a6349aa282574874a8a050432993b263bf8
parent5427134eae81fc02d20a7ef458686a0c0192b192
x86/bzimage: change the types from char * to void *

This allows to also change the types of image_base and image_start in the Dom0
builder from char * to void *.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/bzimage.c
xen/arch/x86/domain_build.c
xen/include/asm-x86/bzimage.h