Re: [PATCH v6 082/102] x86: Move qemu CPU fixup function into its own file

2019-12-08 Thread Bin Meng
On Sun, Dec 8, 2019 at 4:03 PM Bin Meng wrote: > > On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > > > This function is specific to qemu so it seems best to keep it separate > > from the generic code. > > > > Move it out to a new file and update the condition to use if() instead of > >

Re: [PATCH v6 082/102] x86: Move qemu CPU fixup function into its own file

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > This function is specific to qemu so it seems best to keep it separate > from the generic code. > > Move it out to a new file and update the condition to use if() instead of > #ifdef > > Signed-off-by: Simon Glass > --- > > Changes in v6: >

[PATCH v6 082/102] x86: Move qemu CPU fixup function into its own file

2019-12-06 Thread Simon Glass
This function is specific to qemu so it seems best to keep it separate from the generic code. Move it out to a new file and update the condition to use if() instead of #ifdef Signed-off-by: Simon Glass --- Changes in v6: - Add back '#ifdef' line to commit message - Drop incorrect mention of