]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: BIOS E820 memory map emulation
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 8 Jul 2010 18:27:35 +0000 (21:27 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sat, 10 Jul 2010 21:07:20 +0000 (00:07 +0300)
commitfebd1686dfd888dd7e2b69e7eeb1935987d4869b
treea6134de2edee7f2f2583556c99e4875bdcb2f6c0
parent04e9e4e4082b2ee1c267b00311882df9423a8a3d
kvm: BIOS E820 memory map emulation

This patch adds BIOS E820 memory map emulation to KVM.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/Makefile
tools/kvm/bios/e820.c [new file with mode: 0644]
tools/kvm/bios/int15-real.S
tools/kvm/code16gcc.h [new file with mode: 0644]
tools/kvm/include/kvm/bios.h
tools/kvm/include/kvm/e820.h [new file with mode: 0644]
tools/kvm/include/kvm/kvm.h
tools/kvm/kvm.c
tools/kvm/main.c