Re: [Qemu-devel] [PATCH 09/20] hw/i386/pc: Rename bochs_bios_init() more generic as x86_create_fw_cfg()

2019-05-24 Thread Li Qiang
Philippe Mathieu-Daudé 于2019年5月24日周五 下午2:46写道: > The bochs_bios_init() is not restricted to the Bochs BIOS and is > useful to other BIOS. Rename it to be more generic. > > Suggested-by: Samuel Ortiz > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Li Qiang > --- > hw/i386/pc.c | 6 +

[Qemu-devel] [PATCH 09/20] hw/i386/pc: Rename bochs_bios_init() more generic as x86_create_fw_cfg()

2019-05-23 Thread Philippe Mathieu-Daudé
The bochs_bios_init() is not restricted to the Bochs BIOS and is useful to other BIOS. Rename it to be more generic. Suggested-by: Samuel Ortiz Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386