Re: [PATCH v6 02/10] hw/i386/pc: rename functions shared with non-PC machines

2019-10-04 Thread Stefano Garzarella
On Fri, Oct 04, 2019 at 11:37:44AM +0200, Sergio Lopez wrote: > The following functions are named *pc* but are not PC-machine specific > but generic to the X86 architecture, rename them: > > load_linux -> x86_load_linux > pc_new_cpu -> x86_new_cpu > pc_cpus_in

Re: [PATCH v6 02/10] hw/i386/pc: rename functions shared with non-PC machines

2019-10-04 Thread Philippe Mathieu-Daudé
On 10/4/19 11:37 AM, Sergio Lopez wrote: The following functions are named *pc* but are not PC-machine specific but generic to the X86 architecture, rename them: load_linux -> x86_load_linux pc_new_cpu -> x86_new_cpu pc_cpus_init -> x86_cpus

[PATCH v6 02/10] hw/i386/pc: rename functions shared with non-PC machines

2019-10-04 Thread Sergio Lopez
The following functions are named *pc* but are not PC-machine specific but generic to the X86 architecture, rename them: load_linux -> x86_load_linux pc_new_cpu -> x86_new_cpu pc_cpus_init -> x86_cpus_init pc_cpu_index_to_props -> x86_cpu_