]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools, bios: Make sure IRQ handlers segment is properly set
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 10 Jul 2011 21:52:53 +0000 (01:52 +0400)
committerPekka Enberg <penberg@kernel.org>
Tue, 12 Jul 2011 14:40:14 +0000 (17:40 +0300)
commit2034e060f55432ac13b2ea77b8d4cd107bdba98a
tree3cb7d6c44961b89bdf40dc792df5e35786c7d905
parentab747db93736c6e784d4422e88ac76525f393dee
kvm tools, bios: Make sure IRQ handlers segment is properly set

The mini bios is copied at predefined place and should have
constant segment address.

Without this patch cs value varies depending on which code
is compiled and how big bios is, it's kinda flowing error
which is not triggered yet by a pure luck.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/bios.c