]> xenbits.xensource.com Git - xen.git/commit
tools: support SeaBIOS. Use by default when upstream qemu is configured.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:06 +0000 (17:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 20 Apr 2011 16:13:06 +0000 (17:13 +0100)
commit5f82d0858de183bff785f0fbbee16469e08f210b
tree1ae758e770dbe824aaa87bbe3aeea3e7b8144454
parentc2f72dec40102496969bc45fe66928e17ea59e17
tools: support SeaBIOS. Use by default when upstream qemu is configured.

The SeaBIOS integration here is only semi-complete and is targetted at
developers and very early adopters who can be expected to cope with
some rough edges. In particular the user must clone, patch as
necessary and compile SeaBIOS themselves since this patchset does not
cover any of that (in the same way we currently do not integrate
upstream qemu clone+build). Include a big comment to that effect next
to the Config.mk option.

Many of the bios_config callback functions are not yet used by
SeaBIOS.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Config.mk
tools/firmware/hvmloader/Makefile
tools/firmware/hvmloader/config-seabios.h [new file with mode: 0644]
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/firmware/hvmloader/seabios.c [new file with mode: 0644]
tools/libxl/libxl_dm.c