mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-06 13:41:44 +00:00
kvm tools: Setup BIOS for both bzImage and flat image
There is no differences in terms of BIOS what kind of kernel is loaded so we have to setup BIOS for both bzImage and flat image. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
7e8625445b
commit
9d850b3760
@@ -384,11 +384,6 @@ static bool load_bzimage(struct kvm *self, int fd_kernel,
|
||||
self->boot_ip = BOOT_LOADER_IP + 0x200;
|
||||
self->boot_sp = BOOT_LOADER_SP;
|
||||
|
||||
/*
|
||||
* Drum roll, BIOS is coming to live, oh dear...
|
||||
*/
|
||||
setup_bios(self);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user