Re: [Xen-devel] [PATCH v3 4/6] tools: load IPXE from standalone file

2018-07-05 Thread Wei Liu
On Thu, Jul 05, 2018 at 11:39:46AM +0100, Ian Jackson wrote: > Wei Liu writes ("[Xen-devel] [PATCH v3 4/6] tools: load IPXE from standalone > file"): > > Do not embed IPXE into Rombios anymore. Instead, it is loaded by the > > toolstack from a file as a separate

Re: [Xen-devel] [PATCH v3 4/6] tools: load IPXE from standalone file

2018-07-05 Thread Ian Jackson
Wei Liu writes ("[Xen-devel] [PATCH v3 4/6] tools: load IPXE from standalone file"): > Do not embed IPXE into Rombios anymore. Instead, it is loaded by the > toolstack from a file as a separate module. ... > -void (*bios_load)(const struct bios_config *config, void *add

[Xen-devel] [PATCH v3 4/6] tools: load IPXE from standalone file

2018-06-26 Thread Wei Liu
Do not embed IPXE into Rombios anymore. Instead, it is loaded by the toolstack from a file as a separate module. Ability to let user specify an IPXE blob will come later. No user visible change. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- v3: adjust libxl code a bit, addressed Jan's comme