kvm: Kill the bin2c helper
commite8cfcbdddbf4696c4658ded23b8132f2bcc6d9fb
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 13 Apr 2010 19:48:17 +0000 (13 23:48 +0400)
committerPekka Enberg <penberg@cs.helsinki.fi>
Wed, 14 Apr 2010 15:40:58 +0000 (14 18:40 +0300)
tree72cb24f086043e7b160cb13c5e45fa10ba3ba967
parent5dcd09f4b06e5deda2535e203d718437e730342a
kvm: Kill the bin2c helper

Instead of calling bin2c helper we just include 16-bit pure code with .incbin
and export the symbols we need.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/Makefile
tools/kvm/bios/bin2c.py [deleted file]
tools/kvm/bios/int10-real.S [copied from tools/kvm/bios/int10.S with 97% similarity]
tools/kvm/bios/int10.S
tools/kvm/bios/intfake-real.S [copied from tools/kvm/bios/intfake.S with 78% similarity]
tools/kvm/bios/intfake.S
tools/kvm/include/kvm/assembly.h
tools/kvm/include/kvm/bios-export.h [new file with mode: 0644]
tools/kvm/include/kvm/interrupt.h
tools/kvm/kvm.c