kvm: extboot: add extboot to kvm-userspace
commit3382568ee1663ec250b165c823081220e2d05ee0
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 2 Jan 2008 16:22:29 +0000 (2 10:22 -0600)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 Jan 2008 09:39:15 +0000 (3 11:39 +0200)
treec56ebae3e61343b300c9deea36d2ed24fdbcde95
parent271ca4b16cb2250779ff457f02f61ead2f012e5d
kvm: extboot: add extboot to kvm-userspace

extboot is an x86 Option ROM that passes through int13 functions to a VMM which
allows a VMM to expose an arbitrary block device as the primary BIOS disk.  It
can be used to boot SCSI or paravirtual devices.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
kvm/extboot/Makefile [new file with mode: 0644]
kvm/extboot/STATUS [new file with mode: 0644]
kvm/extboot/extboot.S [new file with mode: 0644]
kvm/extboot/signrom.c [new file with mode: 0644]