kvm, bios: Get rid of buggy int10 handler
commitc23d326062dcc789ac62d7b922bce21c4788a100
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 7 Jul 2010 19:19:34 +0000 (7 23:19 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 7 Jul 2010 19:19:34 +0000 (7 23:19 +0400)
treee3023ac68a4bd7ffc5c756b143725402cc2aeddd
parent5b4d0453859e4de1a407592a1c5e3d71cf26aa33
kvm, bios: Get rid of buggy int10 handler

At moment any BIOS code using which needs own stack
have to be remade. It's a bit not that easy task.

We're happily may live without int10 handler since we
switch to early_printk interface really early. And
actually we don't scan VGA memory anyway so that even
if there is something written we ignore the result.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
tools/kvm/Makefile
tools/kvm/include/kvm/bios-export.h
tools/kvm/include/kvm/bios.h
tools/kvm/kvm.c