|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 00 of 11] RFC: hvmloader SeaBIOS integration
The following patchset is a WIP/RFC/vagueidea enabling the build of
two versions of hvmloader, the first using ROMBIOS and the second
using SeaBIOS.
This is achieved by compiling hvmloader.c multiple times which
required a certain amount of disentanglement and reworking to avoid
the need to compile other files more than once. The bulk of the series
consists of that work.
It's not clear to me that this is preferable to building a single
hvmloader which can pollinate a VM with either BIOS.
The final patch, which actually adds the SeaBIOS support, includes a
slew of ugly #ifdef'ery. Since it is not clear at the moment which of
this functionality is not needed with SeaBIOS and which is simply not
ready/working/tested yet I didn't put a great deal of effort into
refactoring that aspect.
It's a great shame that the choice of hvmloader binary was exposed to
users through the config file format. We'll have to cross that bridge
later I guess...
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00 of 11] RFC: hvmloader SeaBIOS integration,
Ian Campbell <=
- [Xen-devel] [PATCH 03 of 11] tools: hvmloader: pass ACPI_PHYSICAL_ADDRESS as a runtime parameter, Ian Campbell
- [Xen-devel] [PATCH 02 of 11] tools: hvmloader: move e820 definitions into rombios, Ian Campbell
- [Xen-devel] [PATCH 04 of 11] tools: hvmloader: pass SMBIOS location as a runtime parameter, Ian Campbell
- [Xen-devel] [PATCH 01 of 11] tools: hvmloader: move ROMBIOS configuration into tools/firmware/rombios/, Ian Campbell
- [Xen-devel] [PATCH 06 of 11] tools: hvmloader: only hvmloader.c needs to know about rombios, Ian Campbell
- [Xen-devel] [PATCH 05 of 11] tools: hvmloader: split scratch and hypercall addressing from ROMBIOS low HEAP, Ian Campbell
- [Xen-devel] [PATCH 07 of 11] tools: hvmloader: abort build if BIOS is too big, Ian Campbell
- [Xen-devel] [PATCH 10 of 11] tools: hvmloader: build and install hvmloader-rombios, Ian Campbell
- [Xen-devel] [PATCH 08 of 11] tools: hvmloader: Use more generic name for BIOS ROM image, Ian Campbell
- [Xen-devel] [PATCH 09 of 11] tools: hvmloader: add Makefile option to use debug video BIOS, Ian Campbell
|
|
|
|
|