Re: [Xen-devel] [RFC PATCH v2 09/16] hvmloader: Load SeaBIOS from hvm_start_info modules ...

2015-11-04 Thread Ian Campbell
On Mon, 2015-10-26 at 16:03 +, Anthony PERARD wrote: > ... and do not include the SeaBIOS ROM into hvmloader anymore. ... but don't yet stop including it in rom.inc (I suppose that comes later) Can we add a new hook to chose an address for the bios which the common code which handles the

[Xen-devel] [RFC PATCH v2 09/16] hvmloader: Load SeaBIOS from hvm_start_info modules ...

2015-10-26 Thread Anthony PERARD
... and do not include the SeaBIOS ROM into hvmloader anymore. Signed-off-by: Anthony PERARD --- tools/firmware/hvmloader/seabios.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/tools/firmware/hvmloader/seabios.c