Re: [Qemu-devel] [RFC PATCH v2 12/12] pc: skip firmware
On 25/08/2016 12:15, Chao Peng wrote: > -static void load_linux(PCMachineState *pcms, > - FWCfgState *fw_cfg) > +static void load_linux_efi(PCMachineState *pcms) ELF, not EFI. Paolo > +{ > +unsigned char class; > +MachineState *machine = MACHINE(pcms); > +FILE
[Qemu-devel] [RFC PATCH v2 12/12] pc: skip firmware
An ELF format kernel must be specified. Only linux is supported. Signed-off-by: Chao Peng --- hw/i386/pc.c | 92 ++-- include/hw/i386/pc.h | 2 ++ 2 files changed, 69 insertions(+), 25 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c