Skip to content
  • Andre Przywara's avatar
    Refactor kernel image loading · 004f7684
    Andre Przywara authored
    
    
    Let's face it: Kernel loading is quite architecture specific. Don't
    claim otherwise and move the loading routines into each
    architecture's responsibility.
    This introduces kvm__arch_load_kernel(), which each architecture can
    implement accordingly.
    Provide bzImage loading for x86 and ELF loading for MIPS as special
    cases for those architectures (removing the arch specific code from
    the generic kvm.c file on the way) and rename the existing "flat binary"
    loader functions for the other architectures to the new name.
    
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    004f7684